mod_python.so is garbled mod_python.so is garbled

B

blbmdsmith

Has anyone seen the following error while starting httpd:

Starting httpd: httpd: Syntax error on line 54 of
/usr/local/apache2/conf/httpd.conf: API module structure
`python_module' in file /usr/local/apache/modules/mod_python.so is
garbled - perhaps this is not an Apache module DSO

I am running python2.5 with apache server 2.2.3, using
mod_python-3.2.10
I ran mod_python configure ----with-apxs= /usr/local/apache/bin/apxs
--with-python=/usr/bin/python

I have configured httpd.conf with the follwing lines:

LoadModule python_module /usr/local/apache/modules/mod_python.so

<Directory /var/www/html/python>
AllowOverride FileInfo
AddHandler mod_python .py
PythonHandler mptest
PythonDebug On
</Directory>

Thanks,
Bill

I have posted the same message on the mod_python group. Is this a
better group to post his message?
 
G

Graham Dumpleton

blbmdsmith said:
Has anyone seen the following error while starting httpd:

Starting httpd: httpd: Syntax error on line 54 of
/usr/local/apache2/conf/httpd.conf: API module structure
`python_module' in file /usr/local/apache/modules/mod_python.so is
garbled - perhaps this is not an Apache module DSO

I am running python2.5 with apache server 2.2.3, using
mod_python-3.2.10
I ran mod_python configure ----with-apxs= /usr/local/apache/bin/apxs
--with-python=/usr/bin/python

I have configured httpd.conf with the follwing lines:

LoadModule python_module /usr/local/apache/modules/mod_python.so

<Directory /var/www/html/python>
AllowOverride FileInfo
AddHandler mod_python .py
PythonHandler mptest
PythonDebug On
</Directory>

Thanks,
Bill

I have posted the same message on the mod_python group. Is this a
better group to post his message?

The "mod_python" Google group doesn't get used. You should be
subscribing to and posting on the mod_python mailing list for best
chances of a response. Mailing list details are on the mod_python web
site.

Should you have perhaps used:

--with-apxs=/usr/local/apache2/bin/apxs

Ie., is the version of Apache you compiled for actually the version you
are running it with?

Do you have multiple versions of Apache installed on your system?

Graham
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,733
Messages
2,569,440
Members
44,830
Latest member
ZADIva7383

Latest Threads

Top