<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: How To Fix symbol lookup error: /usr/sbin/httpd2-prefork: undefined symbol: apr_ldap_ssl_init</title> <atom:link href="http://beerpla.net/2008/07/29/how-to-fix-symbol-lookup-error-usrsbinhttpd2-prefork-undefined-symbol-apr_ldap_ssl_init-2/feed/" rel="self" type="application/rss+xml" /><link>http://beerpla.net/2008/07/29/how-to-fix-symbol-lookup-error-usrsbinhttpd2-prefork-undefined-symbol-apr_ldap_ssl_init-2/</link> <description>where things have nothing to do with beer - tutorials, tips, how-tos, thoughts, hacks, and other techy nonsense</description> <lastBuildDate>Sat, 11 Feb 2012 17:00:25 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: ambinanitelo</title><link>http://beerpla.net/2008/07/29/how-to-fix-symbol-lookup-error-usrsbinhttpd2-prefork-undefined-symbol-apr_ldap_ssl_init-2/#comment-44494</link> <dc:creator>ambinanitelo</dc:creator> <pubDate>Mon, 26 Jul 2010 04:48:26 +0000</pubDate> <guid
isPermaLink="false">http://beerpla.net/2008/07/29/how-to-fix-symbol-lookup-error-usrsbinhttpd2-prefork-undefined-symbol-apr_ldap_ssl_init-2/#comment-44494</guid> <description>I have the same problem and something was wrong with apr version.
ls -l libapr* gives me
libapr-1.a
libapr-1.la
libapr-1.so -&gt; libapr-1.so.0.4.2
libapr-1.so.0 -&gt; libapr-1.so.0.4.2
libapr-1.so.0.3.8
libapr-1.so.0.4.2
libaprutil-1.so.0 -&gt; libaprutil-1.so.0.3.9
libaprutil-1.so.0.3.9
so there is 0.4.2, 0.3.8 and 0.3.9 - Three libapr versions at the same time!
I did sudo ln -sf libapr-1.so.0.3.8 libapr-1.so.0 and it resolves my problem - apache starts now.</description> <content:encoded><![CDATA[<p>I have the same problem and something was wrong with apr version.</p><p>ls -l libapr* gives me</p><p>libapr-1.a<br
/> libapr-1.la<br
/> libapr-1.so -&gt; libapr-1.so.0.4.2<br
/> libapr-1.so.0 -&gt; libapr-1.so.0.4.2<br
/> libapr-1.so.0.3.8<br
/> libapr-1.so.0.4.2<br
/> libaprutil-1.so.0 -&gt; libaprutil-1.so.0.3.9<br
/> libaprutil-1.so.0.3.9</p><p>so there is 0.4.2, 0.3.8 and 0.3.9 &#8211; Three libapr versions at the same time!</p><p>I did sudo ln -sf libapr-1.so.0.3.8 libapr-1.so.0 and it resolves my problem &#8211; apache starts now.</p> ]]></content:encoded> </item> <item><title>By: newbie</title><link>http://beerpla.net/2008/07/29/how-to-fix-symbol-lookup-error-usrsbinhttpd2-prefork-undefined-symbol-apr_ldap_ssl_init-2/#comment-23556</link> <dc:creator>newbie</dc:creator> <pubDate>Thu, 17 Sep 2009 09:33:41 +0000</pubDate> <guid
isPermaLink="false">http://beerpla.net/2008/07/29/how-to-fix-symbol-lookup-error-usrsbinhttpd2-prefork-undefined-symbol-apr_ldap_ssl_init-2/#comment-23556</guid> <description>tried all those things..still doesnt work..can anyone help..its urgent..</description> <content:encoded><![CDATA[<p>tried all those things..still doesnt work..can anyone help..its urgent..</p> ]]></content:encoded> </item> <item><title>By: Gonzalo</title><link>http://beerpla.net/2008/07/29/how-to-fix-symbol-lookup-error-usrsbinhttpd2-prefork-undefined-symbol-apr_ldap_ssl_init-2/#comment-21866</link> <dc:creator>Gonzalo</dc:creator> <pubDate>Mon, 10 Aug 2009 03:19:55 +0000</pubDate> <guid
isPermaLink="false">http://beerpla.net/2008/07/29/how-to-fix-symbol-lookup-error-usrsbinhttpd2-prefork-undefined-symbol-apr_ldap_ssl_init-2/#comment-21866</guid> <description>I was having this problem all day long. I&#039;m using a VPS with ubuntu-8.10-i386-minimal and being a total Linux newbie like me, it was a nightmare to fix it.
I searched in a lot of places but I kept having the same problems. After all, I combined all the commands that I found and it worked :P
sudo aptitude reinstall libapr1 libaprutil1
sudo a2enmod ldap
cd /usr/lib/
sudo ln -sf libaprutil-1.so.0.2.12 libaprutil-1.so.0
sudo ln -sf libapr-1.so.0.2.12 libapr-1.so.0
sudo /etc/init.d/apache2 stop
sudo /etc/init.d/apache2 start
I hope it works for you!</description> <content:encoded><![CDATA[<p>I was having this problem all day long. I&#039;m using a VPS with ubuntu-8.10-i386-minimal and being a total Linux newbie like me, it was a nightmare to fix it.</p><p>I searched in a lot of places but I kept having the same problems. After all, I combined all the commands that I found and it worked <img
src='http://beerpla.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /></p><p>sudo aptitude reinstall libapr1 libaprutil1<br
/> sudo a2enmod ldap<br
/> cd /usr/lib/<br
/> sudo ln -sf libaprutil-1.so.0.2.12 libaprutil-1.so.0<br
/> sudo ln -sf libapr-1.so.0.2.12 libapr-1.so.0<br
/> sudo /etc/init.d/apache2 stop<br
/> sudo /etc/init.d/apache2 start</p><p>I hope it works for you!</p> ]]></content:encoded> </item> <item><title>By: Mark</title><link>http://beerpla.net/2008/07/29/how-to-fix-symbol-lookup-error-usrsbinhttpd2-prefork-undefined-symbol-apr_ldap_ssl_init-2/#comment-21011</link> <dc:creator>Mark</dc:creator> <pubDate>Wed, 22 Jul 2009 09:42:35 +0000</pubDate> <guid
isPermaLink="false">http://beerpla.net/2008/07/29/how-to-fix-symbol-lookup-error-usrsbinhttpd2-prefork-undefined-symbol-apr_ldap_ssl_init-2/#comment-21011</guid> <description>If this does not help, check by &#039;ldd&#039; whether your subversion Apache module is compiled with LDAP support enabled. If so, recompile apr-util with --with-ldap.</description> <content:encoded><![CDATA[<p>If this does not help, check by &#039;ldd&#039; whether your subversion Apache module is compiled with LDAP support enabled. If so, recompile apr-util with &#8211;with-ldap.</p> ]]></content:encoded> </item> <item><title>By: Mudassir</title><link>http://beerpla.net/2008/07/29/how-to-fix-symbol-lookup-error-usrsbinhttpd2-prefork-undefined-symbol-apr_ldap_ssl_init-2/#comment-19486</link> <dc:creator>Mudassir</dc:creator> <pubDate>Thu, 18 Jun 2009 14:46:10 +0000</pubDate> <guid
isPermaLink="false">http://beerpla.net/2008/07/29/how-to-fix-symbol-lookup-error-usrsbinhttpd2-prefork-undefined-symbol-apr_ldap_ssl_init-2/#comment-19486</guid> <description>i have still following error when starting apache
/usr/sbin/apache2: symbol lookup error: /usr/sbin/apache2: undefined symbol: apr_os_uuid_get</description> <content:encoded><![CDATA[<p>i have still following error when starting apache</p><p>/usr/sbin/apache2: symbol lookup error: /usr/sbin/apache2: undefined symbol: apr_os_uuid_get</p> ]]></content:encoded> </item> <item><title>By: Rhys Ulerich</title><link>http://beerpla.net/2008/07/29/how-to-fix-symbol-lookup-error-usrsbinhttpd2-prefork-undefined-symbol-apr_ldap_ssl_init-2/#comment-12002</link> <dc:creator>Rhys Ulerich</dc:creator> <pubDate>Tue, 27 Jan 2009 14:07:44 +0000</pubDate> <guid
isPermaLink="false">http://beerpla.net/2008/07/29/how-to-fix-symbol-lookup-error-usrsbinhttpd2-prefork-undefined-symbol-apr_ldap_ssl_init-2/#comment-12002</guid> <description>I also ran into this problem, but the root cause was that I&#039;d built the Apache Portable Runtime in /usr/local for some other development work, completely forgot about it, and apache2 was picking up libraries from /usr/local/lib before /usr/lib.</description> <content:encoded><![CDATA[<p>I also ran into this problem, but the root cause was that I&#039;d built the Apache Portable Runtime in /usr/local for some other development work, completely forgot about it, and apache2 was picking up libraries from /usr/local/lib before /usr/lib.</p> ]]></content:encoded> </item> <item><title>By: Jes struck</title><link>http://beerpla.net/2008/07/29/how-to-fix-symbol-lookup-error-usrsbinhttpd2-prefork-undefined-symbol-apr_ldap_ssl_init-2/#comment-10331</link> <dc:creator>Jes struck</dc:creator> <pubDate>Thu, 11 Dec 2008 10:32:11 +0000</pubDate> <guid
isPermaLink="false">http://beerpla.net/2008/07/29/how-to-fix-symbol-lookup-error-usrsbinhttpd2-prefork-undefined-symbol-apr_ldap_ssl_init-2/#comment-10331</guid> <description>hey i have tried youre approach but it still not working for me</description> <content:encoded><![CDATA[<p>hey i have tried youre approach but it still not working for me</p> ]]></content:encoded> </item> <item><title>By: Luis</title><link>http://beerpla.net/2008/07/29/how-to-fix-symbol-lookup-error-usrsbinhttpd2-prefork-undefined-symbol-apr_ldap_ssl_init-2/#comment-9944</link> <dc:creator>Luis</dc:creator> <pubDate>Wed, 26 Nov 2008 10:05:01 +0000</pubDate> <guid
isPermaLink="false">http://beerpla.net/2008/07/29/how-to-fix-symbol-lookup-error-usrsbinhttpd2-prefork-undefined-symbol-apr_ldap_ssl_init-2/#comment-9944</guid> <description>I had the same problem in Slackware 12.1 with default installation.
The first link I tried to re-issue was the right one:
ln -sf libaprutil-1.so.0.2.12 libaprutil-1.so.0
Apparently the link is the same as the old, but httpd now runs.
Thank you.</description> <content:encoded><![CDATA[<p>I had the same problem in Slackware 12.1 with default installation.</p><p>The first link I tried to re-issue was the right one:<br
/> ln -sf libaprutil-1.so.0.2.12 libaprutil-1.so.0</p><p>Apparently the link is the same as the old, but httpd now runs.</p><p>Thank you.</p> ]]></content:encoded> </item> <item><title>By: Cody Erben</title><link>http://beerpla.net/2008/07/29/how-to-fix-symbol-lookup-error-usrsbinhttpd2-prefork-undefined-symbol-apr_ldap_ssl_init-2/#comment-9726</link> <dc:creator>Cody Erben</dc:creator> <pubDate>Fri, 21 Nov 2008 08:58:01 +0000</pubDate> <guid
isPermaLink="false">http://beerpla.net/2008/07/29/how-to-fix-symbol-lookup-error-usrsbinhttpd2-prefork-undefined-symbol-apr_ldap_ssl_init-2/#comment-9726</guid> <description>Based off this post, I was able to poke around and the the following resolved my issues with this on Ubuntu 8.10:
sudo aptitude reinstall libapr1 libaprutil1
Thanks for posting your original findings...it helped point me in the right direction !</description> <content:encoded><![CDATA[<p>Based off this post, I was able to poke around and the the following resolved my issues with this on Ubuntu 8.10:</p><p>sudo aptitude reinstall libapr1 libaprutil1</p><p>Thanks for posting your original findings&#8230;it helped point me in the right direction !</p> ]]></content:encoded> </item> <item><title>By: Artem Russakovskii</title><link>http://beerpla.net/2008/07/29/how-to-fix-symbol-lookup-error-usrsbinhttpd2-prefork-undefined-symbol-apr_ldap_ssl_init-2/#comment-9648</link> <dc:creator>Artem Russakovskii</dc:creator> <pubDate>Wed, 19 Nov 2008 23:08:49 +0000</pubDate> <guid
isPermaLink="false">http://beerpla.net/2008/07/29/how-to-fix-symbol-lookup-error-usrsbinhttpd2-prefork-undefined-symbol-apr_ldap_ssl_init-2/#comment-9648</guid> <description>The damn problem keeps coming back every once in a while. People, what keeps doing this!?</description> <content:encoded><![CDATA[<p>The damn problem keeps coming back every once in a while. People, what keeps doing this!?</p> ]]></content:encoded> </item> <item><title>By: Artem Russakovskii</title><link>http://beerpla.net/2008/07/29/how-to-fix-symbol-lookup-error-usrsbinhttpd2-prefork-undefined-symbol-apr_ldap_ssl_init-2/#comment-9547</link> <dc:creator>Artem Russakovskii</dc:creator> <pubDate>Mon, 17 Nov 2008 15:35:34 +0000</pubDate> <guid
isPermaLink="false">http://beerpla.net/2008/07/29/how-to-fix-symbol-lookup-error-usrsbinhttpd2-prefork-undefined-symbol-apr_ldap_ssl_init-2/#comment-9547</guid> <description>Well, it&#039;s hard to say without playing around with that particular system. I&#039;d say double check everything, and if that doesn&#039;t work, try to work out another solution. But you already knew that. :-/</description> <content:encoded><![CDATA[<p>Well, it&#039;s hard to say without playing around with that particular system. I&#039;d say double check everything, and if that doesn&#039;t work, try to work out another solution. But you already knew that. :-/</p> ]]></content:encoded> </item> <item><title>By: Carlo</title><link>http://beerpla.net/2008/07/29/how-to-fix-symbol-lookup-error-usrsbinhttpd2-prefork-undefined-symbol-apr_ldap_ssl_init-2/#comment-9533</link> <dc:creator>Carlo</dc:creator> <pubDate>Mon, 17 Nov 2008 11:36:48 +0000</pubDate> <guid
isPermaLink="false">http://beerpla.net/2008/07/29/how-to-fix-symbol-lookup-error-usrsbinhttpd2-prefork-undefined-symbol-apr_ldap_ssl_init-2/#comment-9533</guid> <description>Hey, I have the same problem. After I updated to Ubuntu 8.10 apache stopped working! I tried your solution to re-link the files but with no luck! Do you have any other suggestion?</description> <content:encoded><![CDATA[<p>Hey, I have the same problem. After I updated to Ubuntu 8.10 apache stopped working! I tried your solution to re-link the files but with no luck! Do you have any other suggestion?</p> ]]></content:encoded> </item> </channel> </rss>
