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

Berkeley DB not found yet another time

From: Juergen Weber <weberjn_at_yahoo.com>
Date: 2004-04-20 13:30:21 CEST

Hi,

I tried to build subversion-1.0.2 on AIX 5.2 using gcc
version 3.3.2

I could build Berkeley DB 4.2, but the Subversion
configure fails to find it:

checking for APR... yes
  setting CPP to "gcc -E"
  setting CFLAGS to " -g -O2 -pthread"
  setting CPPFLAGS to " "
checking how to run the C preprocessor... gcc -E
checking for ldap support...
checking for gdbm.h... no
checking for Berkeley DB 4.2 in
/fireba/db-4.2.52.NC...
checking for db42/db.h... no
checking for db4/db.h... no
checking for db.h... no
checking for db42/db.h... no
checking for db4/db.h... no
checking for db.h... no
checking for db42/db.h... no
checking for db4/db.h... no
checking for db.h... no

/fireba/db-4.2.52.NC find . -name db.h
./build_unix/db.h
./build_vxworks/db.h
./build_win32/db.h

I did find many references to the same problem, but
unfortunately no solution that works for me (neither
setting LD_LIBRARY_PATH, which is LIBPATH on AIX).

I added the patch from
http://subversion.tigris.org/db42-support-patch.txt,
but it did not help.

I tried to symlink /fireba/db-4.2.52.NC as db/ into
subversion, but it would not accept to use it.

So, what else could I try?

Thanks very much,
Juergen

        
                
__________________________________
Do you Yahoo!?
Yahoo! Photos: High-quality 4x6 digital prints for 25¢
http://photos.yahoo.com/ph/print_splash

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Apr 20 18:21:15 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.