On 28 June 2011 11:37, Markos Kapes <[email protected]> wrote:
> Yup.... that's the prob right there..... do I need apache-dev to build 
> against python2.6? Btw, yes, I did make sure I wasn't loading mod_python, 
> because otherwise it just ignores WSGIPythonHome.

Depends on Linux distribution as to exactly what package names are,
but both Apache and Python 'dev' or 'devel' packages for versions you
want to use.

Graham

> Thanks,
> --marko
>
> On Jun 27, 2011, at 7:26 PM, Graham Dumpleton wrote:
>
>> Send output of running:
>>
>>  ldd mod_wsgi.so
>>
>> on module that got installed into Apache modules.
>>
>> When you built mod_wsgi was it against /usr/bin/python2.7 or do you
>> have other Python versions installed elsewhere? Did you install that
>> Python 2.7 yourself or is binary package?
>>
>> Just so can check, send what WSGI related configuration you have in
>> Apache config file so can see.
>>
>> Finally, if you are also loading mod_python into same Apache then
>> disable mod_python. Running a badly built mod_python or one using
>> different version of Python can cause same problem.
>>
>> Graham
>>
>
> --
> You received this message because you are subscribed to the Google Groups 
> "modwsgi" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/modwsgi?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en.

Reply via email to