[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Problem finding BerkeleyDB.4.2 when configuring Apache 2.0.49

From: Dimitri Papadopoulos-Orfanos <papadopo_at_shfj.cea.fr>
Date: 2004-05-07 18:11:57 CEST

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

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.