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

make install failing with aix and subversion 1.0

From: Paul Buder <paulb_at_burnside.powells.com>
Date: 2004-03-05 23:34:32 CET

I got subversion 1.0 and Berkeley DB 4.2.52 compiled on an aix box. They
are both compiled to non-standard locations - Berkeley DB to
/home/paulb/bdb,
subversion configured with

./configure --prefix=/home/paulb/subversion
--with-berkeley-db=/home/paulb/bdb

The compiler is gcc 2.95.21. Aix version is 4.3.3
The make works and lots of the make install works but then it finally gets
to this.

/home/paulb/subversion-1.0.0/ac-helpers/install-sh -c -m 644
./subversion/svnversion/svnversion.1
/home/paulb/subversion/man/man1/svnversion.1
subversion/svnversion/svnversion . /repos/svn/trunk >
/home/paulb/subversion/include/subversion-1/svn-revision.txt
exec(): 0509-036 Cannot load program lt-svnversion because of the
following errors:
        0509-150 Dependent module libdb.so could not be loaded.
        0509-022 Cannot load module libdb.so.
        0509-026 System error: A file or directory in the path name does
not exist.
make: *** [revision-install] Error 255

If I copy libdb.so to /usr/lib then instead it complains about libz and
some libgcc stuff being missing.

Any ideas?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 5 23:36:52 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.