> From: Jie Gao [mailto:[EMAIL PROTECTED] > Sent: Monday, November 03, 2003 9:59 PM
> Same here. Reported as bug ID 24337. This is a question for [EMAIL PROTECTED] IMO. However, I suspect you haven't set LD_LIBRARY_PATH to include /use/local/db40/lib (or modified /etc/ld.so.conf to do the same), or you haven't done something like: LDFLAGS=-R/usr/local/db40/lib; export LDFLAGS ./configure ... HTH, Sander > On Mon, 3 Nov 2003, solo turn wrote: > > > Date: Mon, 3 Nov 2003 06:02:26 -0800 (PST) > > From: solo turn <[EMAIL PROTECTED]> > > Reply-To: [EMAIL PROTECTED] > > To: apache <[EMAIL PROTECTED]> > > Subject: http-2.0.48 (apr-util with db4) does not build on solaris 2.8? > > > > does somebody have any idea, why the following does not work? how do i correctly > > specify the > > location of berkely db? > > > > berkely db install: > > ../dist/configure --prefix=/usr/local/db40 --enable-test --with-tcl=/usr/local/lib > > make > > make install > > (successful) > > > > > > apache configure: > > $ ./buildconf > > rebuilding srclib/apr/configure > > buildconf: checking installation... > > buildconf: autoconf version 2.57 (ok) > > buildconf: libtool version 1.4.3 (ok) > > ... > > > > > > ./configure --prefix=/usr/local --enable-so --enable-dav --enable-deflate > > --enable-ssl > > --with-ssl=/usr/local --with-dbm=db4 --with-berkeley-db=/usr/local/db40 > > ... > > Configuring Apache Portable Runtime Utility library... > > > > checking for APR-util... reconfig > > configuring package in srclib/apr-util now > > checking build system type... sparc-sun-solaris2.8 > > checking host system type... sparc-sun-solaris2.8 > > checking target system type... sparc-sun-solaris2.8 > > checking for working mkdir -p... yes > > APR-util Version: 0.9.5 > > checking for chosen layout... apr-util > > ... > > checking checking for Berkeley DB 4.0 in /usr/local/db40... > > checking db4/db.h usability... no > > checking db4/db.h presence... no > > checking for db4/db.h... no > > checking db.h usability... yes > > checking db.h presence... yes > > checking for db.h... yes > > checking for db-4.0... no > > checking db4/db.h usability... no > > checking db4/db.h presence... no > > checking for db4/db.h... no > > checking db.h usability... yes > > checking db.h presence... yes > > checking for db.h... yes > > checking for db4... no > > checking db4/db.h usability... no > > checking db4/db.h presence... no > > checking for db4/db.h... no > > checking db.h usability... yes > > checking db.h presence... yes > > checking for db.h... yes > > checking for db... no > > configure: error: Berkeley db4 not found > > configure failed for srclib/apr-util > > > > > > __________________________________ > > Do you Yahoo!? > > Exclusive Video Premiere - Britney Spears > > http://launch.yahoo.com/promos/britneyspears/ > >
