Re: mod_python on obsd Apache

2006-02-26 Thread Nick Guenther
On 2/26/06, edgar mortiz <[EMAIL PROTECTED]> wrote: > thanks for the reply nick! :) > >anyways I've tried to run httpd under gdb and i came up with this > > gdb /usr/sbin/httpd > > (gdb) run -t > Starting program: /usr/sbin/httpd -t > Syntax OK > [New process 9600] > > Program received signal S

Re: mod_python on obsd Apache

2006-02-26 Thread edgar mortiz
thanks for the reply nick! :) anyways I've tried to run httpd under gdb and i came up with this gdb /usr/sbin/httpd (gdb) run -t Starting program: /usr/sbin/httpd -t Syntax OK [New process 9600] Program received signal SIGSEGV, Segmentation fault. _thread_kern_lock (which=-2067247604) at

Re: mod_python on obsd Apache

2006-02-26 Thread tony sarendal
On 26/02/06, David Higgs <[EMAIL PROTECTED]> wrote: > 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 > > > >

Re: mod_python on obsd Apache

2006-02-26 Thread David Terrell
On Sun, Feb 26, 2006 at 09:53:59AM -0500, David Higgs wrote: > 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. Ad

Re: mod_python on obsd Apache

2006-02-26 Thread David Higgs
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/l

mod_python on obsd Apache

2006-02-26 Thread edgar mortiz
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