Re: Configure having problems finding DB4.0.14
From: Justin Erenkrantz <jerenkrantz_at_ebuilt.com>
Date: 2002-01-09 22:36:23 CET
On Wed, Jan 09, 2002 at 03:30:26PM -0600, Owen Landgren wrote:
Can you please send your config.log file? I'll bet that it is
If you are on Linux, you could try:
LDFLAGS=-Wl,-rpath,/usr/local/BerkeleyDB.4.0 ./configure --enable-maintainer-mode --disable-shared --with-berkeley-db=/usr/local/BerkeleyDB.4.0
If you are on Solaris, you could try:
LDFLAGS=-R/usr/local/BerkeleyDB.4.0 ./configure --enable-maintainer-mode --disable-shared --with-berkeley-db=/usr/local/BerkeleyDB.4.0
(I'm not a fan of ldconfig at all.)
Also, you can try it without --disable-shared - we've had some
---------------------------------------------------------------------
|
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.