[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

configure error, solaris8, cc

From: solo turn <soloturn99_at_yahoo.com>
Date: 2002-11-12 11:03:43 CET

when running:
./configure --prefix=/usr/local --with-berkeley-db=/usr/local
--with-apxs=/usr/local/bin/apxs --with-apr=/usr/local
--with-apr-util=/usr/local --with-neon=/usr/local/neon-0.23.5/
--disable-static

there is a wrong result in the Makefile:
SVN_APRUTIL_LIBS = /usr/local/lib/libaprutil-0.la -ldb
/usr/src/httpd-2.0.43/srclib/apr-util-lexpat

which should be:
SVN_APRUTIL_LIBS = /usr/local/lib/libaprutil-0.la -ldb -lexpat

__________________________________________________
Do you Yahoo!?
U2 on LAUNCH - Exclusive greatest hits videos
http://launch.yahoo.com/u2

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 12 11:04:26 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.