On 2/26/06, edgar mortiz <[EMAIL PROTECTED]> wrote: > I'm trying to run mod_python 2.7.11 on OpenBSD's implementation of apache ( > 1.3) without any luck. The build went good and all. > > ./configure --with-apxs=/usr/sbin/apxs > > make > su > make install > > the module would be installed on /usr/lib/apache/modules/mod_python.so > > as soon as i put in the > > LoadModule mod_python /usr/lib/apache/modules/mod_python.so (on httpd.conf) > > and started apache it would say that i need to run configtest > > so by doing a apachectl configtest i get this: > > # apachectl configtest > Syntax OK > Segmentation fault (core dumped) > > > any help would be appreciated. > > thanks in advance, > ed
I managed to run mod_python several years ago and was pulling my hair out for the better part of a week until I got it working. I never got the dynamic module to work, but was successful in building it into apache statically. Additionally, mod_python requires a separate python installation without thread support. Apache's chroot might cause you further difficulty... Good luck, you might need it. --david

