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/
