On Tue, Aug 21, 2001 at 04:08:59PM -0500, Gonyou, Austin wrote:
> Justin,
> is there more than one libtool in you path possibly. Just curious. I had
> an issue like that, and that was my problem.
My error message (used "--enable-mods-shared=most"):
/bin/sh /home/jerenkrantz/cvs-apache/httpd-2.0/shlibtool --silent
--mode=compile gcc -pthread -DNO_DBM_REWRITEMAP -g -Wall -DLINUX=2
-D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
-I/usr/include/db1 -I.
-I/home/jerenkrantz/cvs-apache/httpd-2.0/os/unix
-I/home/jerenkrantz/cvs-apache/httpd-2.0/server/mpm/prefork
-I/home/jerenkrantz/cvs-apache/httpd-2.0/modules/http
-I/home/jerenkrantz/cvs-apache/httpd-2.0/include
-I/home/jerenkrantz/cvs-apache/httpd-2.0/srclib/apr/include
-I/home/jerenkrantz/cvs-apache/httpd-2.0/srclib/apr-util/include
-I/home/jerenkrantz/cvs-apache/httpd-2.0/modules/dav/main -c
mod_auth_anon.c && touch mod_auth_anon.slo
/home/jerenkrantz/cvs-apache/httpd-2.0/shlibtool:
/home/jerenkrantz/cvs-apache/httpd-2.0/shlibtool: No such file or
directory
This matches what rbb says. No shlibtool exists in my tree now.
jerenkrantz@tweety% srclib/apr/libtool --version
ltmain.sh (GNU libtool) 1.4 (1.920 2001/04/24 23:26:18)
jerenkrantz@tweety% libtool --version
ltmain.sh (GNU libtool) 1.4 (1.920 2001/04/24 23:26:18)
-- justin