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

RE: Re: Problem finding BerkeleyDB.4.2 when configuring Apache 2.0.49

From: Carmela Stuart <c.stuart_at_CableLabs.com>
Date: 2004-05-24 18:51:58 CEST

Dimitri,

Thanks for your help. Turns out that I had to add
/usr/local/gcc-3.2.2/lib to my LD_LIBRARY_PATH in addition to the
/usr/local/BerkeleyDB.4.2/lib. The configure command was then
successful.

Carmela

-----Original Message-----
From: Dimitri Papadopoulos-Orfanos [mailto:papadopo@shfj.cea.fr]
Sent: Friday, May 07, 2004 10:12 AM
To: users@subversion.tigris.org
Subject: Re: Problem finding BerkeleyDB.4.2 when configuring Apache
2.0.49

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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon May 24 18:53:53 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.