ramkrishanbhatt / modwsgi

Automatically exported from code.google.com/p/modwsgi
0 stars 0 forks source link

Look in Python LIBDIR directory for shared Python library. #136

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When building mod_wsgi currently expects that Python shared library is adjacent 
to .a in config 
directory. This is something linkers would generally required. Standard Python 
distribution doesn't 
ensure this and so distributions end up pointing in place symlink to where 
library is actually 
installed.

Try and make mod_wsgi configuration a bit more intelligent and make a best 
guess at where Python 
library is actually installed, usually two directories above config directory 
and look in that directory 
first for Python library.

Original issue reported on code.google.com by Graham.Dumpleton@gmail.com on 4 Mar 2009 at 6:03

GoogleCodeExporter commented 8 years ago

Original comment by Graham.Dumpleton@gmail.com on 4 Mar 2009 at 6:03

GoogleCodeExporter commented 8 years ago
Changed in revision 1211 of mod_wsgi trunk for version 3.0.

Original comment by Graham.Dumpleton@gmail.com on 4 Mar 2009 at 6:40

GoogleCodeExporter commented 8 years ago

Original comment by Graham.Dumpleton@gmail.com on 4 Mar 2009 at 6:40

GoogleCodeExporter commented 8 years ago

Original comment by Graham.Dumpleton@gmail.com on 4 Mar 2009 at 6:41

GoogleCodeExporter commented 8 years ago
Backported to 2.X branch for 2.4 in revision 1252.

Original comment by Graham.Dumpleton@gmail.com on 20 Mar 2009 at 11:28

GoogleCodeExporter commented 8 years ago
Version 2.4 of mod_wsgi now released.

Original comment by Graham.Dumpleton@gmail.com on 11 Apr 2009 at 10:25