[mod_python] mod_python 3.0.1: error after make install

Sebastian Tusk sebastian.tusk at gmx.net
Sun Dec 15 23:09:02 EST 2002


 > *** Warning: This library needs some functionality provided by
 > -lpython2.2.
 > *** I have the capability to make that library automatically link in
 > when
 > *** you link to this library.  But I can only do this if you have a
 > *** shared version of the library, which you do not appear to have.

The problem is that apache 2 comes with an old version of libtool and 
uses that. mod_python uses via apxs the same outdated version. So you 
need to replace libtool in the apache 2 source distribution and rebuild 
apache and then rebuild mod_python. At least that works for me.

Sebastian





More information about the Mod_python mailing list