Gregory (Grisha) Trubetskoy
grisha at modpython.org
Sun Dec 22 16:41:45 EST 2002
On Sun, 22 Dec 2002, Stefan C. Kremer wrote: > It turns out that the command: > > wget http://www.apache.org/dist/httpd/httpd-2.0.43.tar.gz > > Provides a very old version of libtool: > > $ /usr/local/apache/build/libtool --version > ltmain.sh (GNU libtool) 1.3.4-freebsd-ports (1.385.2.196 1999/12/07 > 21:47:57) > > By contrast, httpd-2.0.42 has libtool-1.4.2. > (wget http://www.apache.org/dist/httpd/old/httpd-2.0.42.tar.gz) > Any the mod_python install goes smoothly. > > Anyone know what's going on with this?!? Did someone at apache just > screw-up and include the wrong version? This seems to be the case. > Is there an easy remedy to patch 2.0.43 to work correctly? Yes, simply running ./buildconf make apache adopt the version of libtool on the system. Grisha
|