On Mon, 13 May 2002, Justin Erenkrantz wrote: > > Justin, is this related to your recent commits? > > I don't think so, but what does your link line say? It looks like > apr isn't being linked in correctly. -- justin
Aww crap, I see what's happening. Because of the way it's finding -lapr now, it's finding the very old copy I have installed in /usr/local/lib and using it in preference to the one I just built. That's why only *some* of the APR symbols show up missing... it's just the ones that have been added since I built that old copy in /usr/local/lib. Example: /bin/sh /root/apache/httpd-2.0/srclib/apr/libtool --silent --mode=link gcc -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -DNO_DBM_REWRITEMAP -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DAP_DEBUG -DAP_HAVE_DESIGNATED_INITIALIZER -I/root/apache/httpd-2.0/srclib/apr/include -I/root/apache/httpd-2.0/srclib/apr-util/include -I/usr/local/include -I. -I/root/apache/httpd-2.0/os/unix -I/root/apache/httpd-2.0/server/mpm/prefork -I/root/apache/httpd-2.0/modules/http -I/root/apache/httpd-2.0/modules/proxy -I/root/apache/httpd-2.0/include -I/usr/include/openssl -I/root/apache/httpd-2.0/modules/dav/main -export-dynamic -L/usr/local/lib -o htpasswd htpasswd.lo -L/usr/local/lib -lz -lssl -lcrypto /root/apache/httpd-2.0/srclib/pcre/libpcre.la -L/root/apache/httpd-2.0/srclib/apr-util -laprutil -lgdbm -ldb /usr/local/lib/libexpat.la -L/root/apache/httpd-2.0/srclib/apr -lapr -lm -lcrypt -lnsl -ldl --Cliff -------------------------------------------------------------- Cliff Woolley [EMAIL PROTECTED] Charlottesville, VA
