Garrett Rooney wrote:
> On 6/12/06, C. Michael Pilato <cmpilato@collab.net> wrote:
>
>> [Sending to the correct list. Note that I am not subscribed to users@.]
>>
>> Farid Izem wrote:
>> > Hi all,
>> >
>> > I'm tring to compile SubVersion 1.1.4 and 1.3.2 on RedHat WS 3.
>> > I'm still facing a problem during the configure step.
>> >
>> > ./configure --prefix=/home/user01/base_subversion/subversion-1.1.4_depl
>> > --with-berkeleyd-db=/home/user01/base_berkeley/db-4.2.52depl
>> > --with-apxs=/home/user01/base_apache/http-2.2.2_depl/bin/apxs
>> >
>> > I'm still having the problem BerkeleyDb not found :
>> > configure: error: Berkeley DB not found.
>> > configure failed for apr-util.
>>
>> Chances are good that the linker isn't able to hook up Subversion with
>> BDB.
>> As you are building all this stuff in a home directory, I'm going to
>> presume that /etc/ld.so.conf hasn't been updated with a reference to your
>> BDB libdir and /sbin/ldconfig rerun to make that change take effect.
>> So, as
>> a fallback, does your LD_CONFIG variable contain a reference to the BDB
>> libdir (which I'm guessing is
>> "/home/user01/base_berkeley/db-4.2.52depl/lib")?
>
>
> LD_CONFIG? Did you mean LD_LIBRARY_PATH?
Oops. Yeah, that's what I meant. Come to think of it, I don't even know
what LD_CONFIG is for...
--
C. Michael Pilato <cmpilato@collab.net>
CollabNet <> www.collab.net <> Distributed Development On Demand
Received on Mon Jun 12 16:42:38 2006