Hi,
> Still the same eror messages from configure?
>
> There should be a config.log or configure.log file in the build
> directory. It should contain detailed reasons why configure fails to
> find libdb. Could you post the relevant parts of it?
Unfortunately this config.log file doesn't contain much details. I'm
surprized, it doesn't look like the config.log file generated by other
open source packages. Let's try something else.
These files should be available on your system:
/usr/local/BerkeleyDB.4.2/lib/libdb-4.2.so
/usr/local/BerkeleyDB.4.2/lib/libdb-4.so
/usr/local/BerkeleyDB.4.2/lib/libdb.so
What is the output of:
ls -l \
/usr/local/BerkeleyDB.4.2/lib/libdb-4.2.so \
/usr/local/BerkeleyDB.4.2/lib/libdb-4.so \
/usr/local/BerkeleyDB.4.2/lib/libdb.so
file \
/usr/local/BerkeleyDB.4.2/lib/libdb-4.2.so \
/usr/local/BerkeleyDB.4.2/lib/libdb-4.so \
/usr/local/BerkeleyDB.4.2/lib/libdb.so
It really looks like /usr/local/BerkeleyDB.4.2/lib is missing from
LD_LIBRARY_PATH. I suggest trying again, maybe wrong information had
been stored in the config.cache file.
- Untar a fresh subversion directory.
- Set LD_LIBRARY_PATH before running configure.
- Run configure.
Dimitri
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat May 8 00:52:30 2004