[mod_python] mod_python 3.0.1: error after make install

Zoper zoper at libero.it
Tue Dec 17 13:40:04 EST 2002


Hi All.

> 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.

How can I replace libtool in the apache 2 source distribution?

Is this the right way to preceed?

tar xvfz libtool-1.4.2.tar.gz
cd libtool-1.4.2 
./configure --prefix=/usr
make
make install 

and then 

cd httpd-2.0.39 
./configure 
make ; make install


Thanks in advance.


Gius.





More information about the Mod_python mailing list