[mod_python] mod_python problem in Slackware

Luis P. Mendes luislupe at gmail.com
Tue Nov 25 13:33:09 EST 2008


Hi,


I'm trying to install mod_python in Slack 12.1, but have some
difficulties.

mod_python: 3.3.1
apache: default (httpd-2.2.8), also tried with 2.2.9

when configuring mod_python for installation: ./configure
--with-apxs=/usr/sbin/apxs or
./configure --with-apxs=/usr/sbin/apxs --includedir=/usr/include/httpd/

it returns the error:
checking Apache version... /usr/sbin/httpd: symbol lookup error:
/usr/sbin/ httpd: undefined symbol: apr_ldap_ssl_init

this is equivalent to when I issue the comand: # /usr/sbin/httpd -v
/usr/sbin/httpd: symbol lookup error: /usr/sbin/httpd: undefined symbol:
apr_ldap_ssl_init

I reinstalled apr and apr-util packages:  apr-1.2.12-i486-1 and apr-
util-1.2.12-i486-1, but the problem remains.


Is it only with my installation? Is there any clue on how to solve this
issue?


Luis


More information about the Mod_python mailing list