[opensuse] apache2 undefined symbol: apr_ldap_ssl_init

Hello Mates, today i've tried out apache2. But after typing rcapache2 start i'm getting an Error. linux-m4rp:/home/sascha # rcapache2 start Starting httpd2 (prefork) /usr/sbin/httpd2-prefork: symbol lookup error: /usr/sbin/httpd2-prefork: undefined symbol: apr_ldap_ssl_init The command line was: /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf Does anyone know what happens? -- Sincerely yours Sascha Manns openSUSE Community & Support Agent openSUSE Marketing Team Blog: http://saigkill.wordpress.com Web: http://www.open-slx.de (openSUSE Box Support German) Web: http://www.open-slx.com (openSUSE Box Support English) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org

Sascha 'saigkill' Manns wrote:
Hello Mates,
today i've tried out apache2. But after typing rcapache2 start i'm getting an Error.
linux-m4rp:/home/sascha # rcapache2 start Starting httpd2 (prefork) /usr/sbin/httpd2-prefork: symbol lookup error: /usr/sbin/httpd2-prefork: undefined symbol: apr_ldap_ssl_init
The command line was: /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
Does anyone know what happens?
Not exactly, but googling led me to this article: http://beerpla.net/2008/07/29/how-to-fix-symbol-lookup-error-usrsbinhttpd2-p... Sounds like a bug though. /Per -- Per Jessen, Zürich (10.6°C) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org

Hello Per, hello List, Am Mittwoch, 31. März 2010 14:53:38 wrote Per Jessen:
Sascha 'saigkill' Manns wrote:
Hello Mates,
today i've tried out apache2. But after typing rcapache2 start i'm getting an Error.
linux-m4rp:/home/sascha # rcapache2 start Starting httpd2 (prefork) /usr/sbin/httpd2-prefork: symbol lookup error: /usr/sbin/httpd2-prefork: undefined symbol: apr_ldap_ssl_init
The command line was: /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
Does anyone know what happens?
Not exactly, but googling led me to this article:
http://beerpla.net/2008/07/29/how-to-fix-symbol-lookup-error-usrsbinh ttpd2-prefork-undefined-symbol-apr_ldap_ssl_init-2/ Thanks for googling, but that Doc I have found too...
The apr Links in my System are right set... linux-m4rp:/usr/lib64 # l libapr* lrwxrwxrwx 1 root root 17 17. Mär 21:35 libapr-1.so.0 -> libapr-1.so.0.3.8* -rwxr-xr-x 1 root root 185272 24. Okt 06:03 libapr-1.so.0.3.8* lrwxrwxrwx 1 root root 21 17. Mär 21:36 libaprutil-1.so.0 -> libaprutil-1.so.0.3.9* -rwxr-xr-x 1 root root 143960 19. Okt 21:34 libaprutil-1.so.0.3.9* -- Sincerely yours Sascha Manns openSUSE Community & Support Agent openSUSE Marketing Team Blog: http://saigkill.wordpress.com Web: http://www.open-slx.de (openSUSE Box Support German) Web: http://www.open-slx.com (openSUSE Box Support English) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org

On Wed, Mar 31, 2010 at 04:01:51PM +0200, Sascha 'saigkill' Manns wrote:
Hello Per, hello List,
Am Mittwoch, 31. März 2010 14:53:38 wrote Per Jessen:
Sascha 'saigkill' Manns wrote:
Hello Mates,
today i've tried out apache2. But after typing rcapache2 start i'm getting an Error.
linux-m4rp:/home/sascha # rcapache2 start Starting httpd2 (prefork) /usr/sbin/httpd2-prefork: symbol lookup error: /usr/sbin/httpd2-prefork: undefined symbol: apr_ldap_ssl_init
The command line was: /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
Does anyone know what happens?
Not exactly, but googling led me to this article:
http://beerpla.net/2008/07/29/how-to-fix-symbol-lookup-error-usrsbinh ttpd2-prefork-undefined-symbol-apr_ldap_ssl_init-2/ Thanks for googling, but that Doc I have found too...
The apr Links in my System are right set...
linux-m4rp:/usr/lib64 # l libapr* lrwxrwxrwx 1 root root 17 17. Mär 21:35 libapr-1.so.0 -> libapr-1.so.0.3.8* -rwxr-xr-x 1 root root 185272 24. Okt 06:03 libapr-1.so.0.3.8* lrwxrwxrwx 1 root root 21 17. Mär 21:36 libaprutil-1.so.0 -> libaprutil-1.so.0.3.9* -rwxr-xr-x 1 root root 143960 19. Okt 21:34 libaprutil-1.so.0.3.9*
Open a bugreport? Ciao, Marcus -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org

Am 31.03.2010 um 14:40 schrieb Sascha 'saigkill' Manns:
today i've tried out apache2. But after typing rcapache2 start i'm getting an Error.
linux-m4rp:/home/sascha # rcapache2 start Starting httpd2 (prefork) /usr/sbin/httpd2-prefork: symbol lookup error: /usr/sbin/httpd2-prefork: undefined symbol: apr_ldap_ssl_init
The command line was: /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
Does anyone know what happens?
Most likely you have mixed packages on your system (apache/apr packages that don't fit together). Check rpm -qa --qf %{distribution}\\\ %{name}\\\n apache2\* \*apr\* | sort Peter-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org

Am Donnerstag, 1. April 2010 16:44:17 wrote Peter Pöml:
Am 31.03.2010 um 14:40 schrieb Sascha 'saigkill' Manns:
today i've tried out apache2. But after typing rcapache2 start i'm getting an Error.
linux-m4rp:/home/sascha # rcapache2 start Starting httpd2 (prefork) /usr/sbin/httpd2-prefork: symbol lookup error: /usr/sbin/httpd2-prefork: undefined symbol: apr_ldap_ssl_init
The command line was: /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
Does anyone know what happens?
Most likely you have mixed packages on your system (apache/apr packages that don't fit together).
Check rpm -qa --qf %{distribution}\\\ %{name}\\\n apache2\* \*apr\* | sort
Then comes: linux-m4rp:/home/sascha/osc/home:saigkill/freediams # rpm -qa --qf %{distribution}\\\ %{name}\\\n apache2\* \*apr\* | sort openSUSE 11.2 apache2 openSUSE 11.2 apache2-doc openSUSE 11.2 apache2-example-pages openSUSE 11.2 apache2-mod_perl openSUSE 11.2 apache2-mod_php5 openSUSE 11.2 apache2-mod_python openSUSE 11.2 apache2-prefork openSUSE 11.2 apache2-utils openSUSE 11.2 libapr1 openSUSE 11.2 libapr-util1 linux-m4rp:/home/sascha/osc/home:saigkill/freediams # looks normaly... -- Sincerely yours Sascha Manns openSUSE Community & Support Agent openSUSE Marketing Team Blog: http://saigkill.wordpress.com Web: http://www.open-slx.de (openSUSE Box Support German) Web: http://www.open-slx.com (openSUSE Box Support English) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org

Am 01.04.2010 um 17:36 schrieb Sascha 'saigkill' Manns:
Am Donnerstag, 1. April 2010 16:44:17 wrote Peter Pöml:
Am 31.03.2010 um 14:40 schrieb Sascha 'saigkill' Manns:
today i've tried out apache2. But after typing rcapache2 start i'm getting an Error.
linux-m4rp:/home/sascha # rcapache2 start Starting httpd2 (prefork) /usr/sbin/httpd2-prefork: symbol lookup error: /usr/sbin/httpd2-prefork: undefined symbol: apr_ldap_ssl_init
The command line was: /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
Does anyone know what happens?
Most likely you have mixed packages on your system (apache/apr packages that don't fit together).
Check rpm -qa --qf %{distribution}\\\ %{name}\\\n apache2\* \*apr\* | sort
Then comes: linux-m4rp:/home/sascha/osc/home:saigkill/freediams # rpm -qa --qf %{distribution}\\\ %{name}\\\n apache2\* \*apr\* | sort openSUSE 11.2 apache2 openSUSE 11.2 apache2-doc openSUSE 11.2 apache2-example-pages openSUSE 11.2 apache2-mod_perl openSUSE 11.2 apache2-mod_php5 openSUSE 11.2 apache2-mod_python openSUSE 11.2 apache2-prefork openSUSE 11.2 apache2-utils openSUSE 11.2 libapr1 openSUSE 11.2 libapr-util1 linux-m4rp:/home/sascha/osc/home:saigkill/freediams #
looks normaly...
Any Apache module loaded which relies on mod_ldap? What's the output of "a2enmod -l"? Peter-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org

Am Donnerstag, 1. April 2010 18:30:54 wrote Peter Pöml:
Am 01.04.2010 um 17:36 schrieb Sascha 'saigkill' Manns:
Am Donnerstag, 1. April 2010 16:44:17 wrote Peter Pöml:
Am 31.03.2010 um 14:40 schrieb Sascha 'saigkill' Manns:
today i've tried out apache2. But after typing rcapache2 start i'm getting an Error.
linux-m4rp:/home/sascha # rcapache2 start Starting httpd2 (prefork) /usr/sbin/httpd2-prefork: symbol lookup error: /usr/sbin/httpd2-prefork: undefined symbol: apr_ldap_ssl_init
The command line was: /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
Does anyone know what happens?
Most likely you have mixed packages on your system (apache/apr packages that don't fit together).
Check rpm -qa --qf %{distribution}\\\ %{name}\\\n apache2\* \*apr\* | sort
Then comes: linux-m4rp:/home/sascha/osc/home:saigkill/freediams # rpm -qa --qf %{distribution}\\\ %{name}\\\n apache2\* \*apr\* | sort openSUSE 11.2 apache2 openSUSE 11.2 apache2-doc openSUSE 11.2 apache2-example-pages openSUSE 11.2 apache2-mod_perl openSUSE 11.2 apache2-mod_php5 openSUSE 11.2 apache2-mod_python openSUSE 11.2 apache2-prefork openSUSE 11.2 apache2-utils openSUSE 11.2 libapr1 openSUSE 11.2 libapr-util1 linux-m4rp:/home/sascha/osc/home:saigkill/freediams #
looks normaly...
Any Apache module loaded which relies on mod_ldap? What's the output of "a2enmod -l"? sascha@linux-m4rp:~/osc/home:saigkill/freediams> a2enmod -l authz_host actions alias auth_basic authz_groupfile authn_file authz_user autoindex cgi dir include log_config mime negotiation setenvif status userdir asis imagemap php5 authz_default ldap
cu Sascha -- Sincerely yours Sascha Manns openSUSE Community & Support Agent openSUSE Marketing Team Blog: http://saigkill.wordpress.com Web: http://www.open-slx.de (openSUSE Box Support German) Web: http://www.open-slx.com (openSUSE Box Support English) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (4)
-
Marcus Meissner
-
Per Jessen
-
Peter Pöml
-
Sascha 'saigkill' Manns