Graham Dumpleton
graham.dumpleton at gmail.com
Tue Nov 25 18:10:34 EST 2008
2008/11/26 Luis P. Mendes <luislupe at gmail.com>: > 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 If this doesn't work, especially when mod_python not even installed, then it is a problem with your Apache installation. Trying commenting out loading of mod_auth_ldap in Apache configuration. Graham > 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 > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://mailman.modpython.org/mailman/listinfo/mod_python >
|