hi and thanks for all your help.

i just uninstalled python-3.1 i now also have 2.6

here is the errors i am getting.

baruwa-error_log
13:08:21 2011] [info] [client 78.156.126.215] mod_wsgi (pid=11933, 
process='', application='baruwa.domain.name|'): Loading WSGI script 
'/usr/lib/python2.6/site-packages/baruwa-1.0.2-py2.6.egg/baruwa/baruwa.wsgi'.

apache error_log
[Thu Mar 03 13:08:22 2011] [notice] child pid 11933 exit signal 
Segmentation fault (11)

here is the information you requested.

ldd /usr/lib/apache2/modules/mod_wsgi.so
     linux-gate.so.1 =>  (0xb76e6000)
     libpython2.6.so.1.0 => /usr/local/lib/libpython2.6.so.1.0 (0xb755d000)
     libpthread.so.0 => /lib/libpthread.so.0 (0xb7544000)
     libdl.so.2 => /lib/libdl.so.2 (0xb7540000)
     libutil.so.1 => /lib/libutil.so.1 (0xb753c000)
     libm.so.6 => /lib/libm.so.6 (0xb7515000)
     libc.so.6 => /lib/libc.so.6 (0xb73c9000)
     /lib/ld-linux.so.2 (0xb76e7000)

i am positive that mod_wsgi and baruwa is now using python-2.6.

mod_wsgi is seg faulting and is getting killed when i reload the webpage 
using ctrl+f5 the same information is showed in the log files.

I have also tried to svn checkout the newest mod_wsgi-4.0 but it's the 
same problem i would really like to debug more on this problem but it's 
all the information that i can get.

On 2011-03-03 08:04, Andrew Colin Kissa wrote:
> On 03 Mar 2011, at 8:57 AM, Andrew Colin Kissa wrote:
>
>> Since you have multiple versions of python on your system you need to
>> make sure that you build the module against the correct version of
>> python you will use to ran baruwa, you may be having these issues
>> because you built mod_wsgi with python3.1 and are trying to run
>> using python2.6
> Please verify using
>
> ldd mod_wsgi.so
>
> --
> Baruwa - www.baruwa.org
>
> _______________________________________________
> Baruwa mailing list
> [email protected]
> http://lists.baruwa.org/mailman/listinfo/baruwa
>
_______________________________________________
Baruwa mailing list
[email protected]
http://lists.baruwa.org/mailman/listinfo/baruwa

Reply via email to