Sebastian Tusk
sebastian.tusk at gmx.net
Tue Dec 17 13:50:26 EST 2002
> 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 That will not work. Apache comes with its own libtool. Replace httpd-2.0.43/srclib/apr/libtool with that from your system (e.g. /usr/local/bin/libtool) Then rebuild apache and mod_python. Sebastian
|