[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Configure question Berkeley BDB location



This way
----< snip >----
env \
CPPFLAGS="-I/usr/local/include/openssl/ -I/usr/local/BerkeleyDB.4.3/include" \
LDFLAGS="-L/usr/local/ssl/lib -L/usr/local/BerkeleyDB.4.3/lib" \
./configure --with-ssl --with-tls --enable-wrappers --enable-hdb --enable-ldbm


----< snip >----

BTW STFW

Ron Wheeler wrote:

How do I tell configure where to find my Berkeley libraries.
I tried the following but configure complained about an invalid option.

--enable-bdb \
--bdb-includes=/usr/local/BerkeleyDB.4.2/include \
--bdb-libraries=/usr/local/BerkeleyDB.4.2/lib \
--without-ipv6

Sameer.