[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: BerkleyDB 2.4.52
Hi Jorge
In ../db-4-2-52/build_unix/ you can find config.log.
I have done a configuration's script in ../db-4-2-52/build_unix/.
../dist/configure \
--enable-gcc \
--enable-shared \
--enable-static \
--enable-rpc \
--enable-posixmutexes \
--enable-tcl \
--enable-test \
--with-tcl=/usr/local/src/tcl8.4.5/unix \
--enable-cxx \
--enable-java \
--enable-test \
--with-pic \
--with-uniquename=_openldap_rhl
The last attribute is for redhat.
Maurizio
-----Original Message-----
From: owner-openldap-software@OpenLDAP.org
[mailto:owner-openldap-software@OpenLDAP.org] On Behalf Of Jorge Ruão
Sent: martedì 27 gennaio 2004 10.37
To: OpenLDAP Software List
Subject: BerkleyDB 2.4.52
>
> 2. I've edited "/etc/ld.so.conf" and include
> /usr/local/BerkeleyDB.4.2
<<<<<<<<<<<<<<<
>Is this just a typo, or did you really put that, because it needs to be
>"/usr/local/BerkekeyDB.4.2/lib" in /etc/ld.so.conf, I think. Try an
>"ldconfig -p|grep Berkeley" to make sure they really were put in. Mike
<<<<<<<<<<<<<<<
It was a mistake in the message but "/usr/local/BerkeleyDB.4.2/lib" was
correct in /etc/ld.so.conf
"ldconfig -p|grep Berkeley" returned 3 libraries...
Can't see the problem...
Where can I find config.log?
Jorge Ruão