I got the following error when I tried building the HTTP2.0/apr-0.9 cvs snapshots.

it seems that AP_LIBS is not getting the directory set for apr-util

in config_vars.mk:
AP_LIBS = /home/ianh/httpd-2.0/srclib/pcre/libpcre.la ./libaprutil-0.la -lgdbm -ldb -lexpat /home/ianh/httpd-2.0/srclib/apr/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl




make[1]: Entering directory `/home/ianh/httpd-2.0/support'
/home/ianh/httpd-2.0/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER -I/home/ianh/httpd-2.0/srclib/apr/include -I/home/ianh/httpd-2.0/srclib/apr-util/include -I. -I/home/ianh/httpd-2.0/os/unix -I/home/ianh/httpd-2.0/server/mpm/worker -I/home/ianh/httpd-2.0/modules/http -I/home/ianh/httpd-2.0/modules/filters -I/home/ianh/httpd-2.0/modules/proxy -I/home/ianh/httpd-2.0/include -I/home/ianh/httpd-2.0/modules/generators -I/home/ianh/httpd-2.0/modules/dav/main -export-dynamic -o htpasswd htpasswd.lo /home/ianh/httpd-2.0/srclib/pcre/libpcre.la ./libaprutil-0.la -lgdbm -ldb -lexpat /home/ianh/httpd-2.0/srclib/apr/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
libtool: link: cannot find the library `./libaprutil-0.la'
make[1]: *** [htpasswd] Error 1
make[1]: Leaving directory `/home/ianh/httpd-2.0/support'
make: *** [all-recursive] Error 1
[EMAIL PROTECTED] support]$




Reply via email to