mod_python problem

Sdävtaker sdavtaker at gmail.com
Wed Apr 22 12:03:21 PDT 2009


Hey,
Im having some problems trying to get mod_python working.
I got DFBSD 2.2r, and installed from pkgsrc apache22 and ap2-python,
both from last pkgsrc version.
 (updated pkg-src with make pkgsrc-update) and the install of both
pkgs was bmake install straight foward.
When i run  "apachectl start" I get
--
httpd: Syntax error on line 416 of /usr/pkg/etc/httpd/httpd.conf:
Can't locate API module structure `mod_python' in file
/usr/pkg/lib/httpd/mod_python.so: Undefined symbol "mod_python"
--
At httpd.conf i got:

. ..
LoadModule php5_module lib/httpd/mod_php5.so
AddHandler application/x-httpd-php .php

LoadModule wsgi_module lib/httpd/mod_wsgi.so
LoadModule mod_python lib/httpd/mod_python.so
AddHandler python-program .py

--

And i had added to /usr/pkg/sbin/envvars-std:

LD_PRELOAD=/usr/lib/libc_r.so  # or libpthread.so
export LD_PRELOAD

--



Any idea whats wrong?
Thanks for any help
Sdav





More information about the Users mailing list