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

Re: make install failing with aix and subversion 1.0

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-03-06 01:04:17 CET

"Paul Buder" <paulb@burnside.powells.com> writes:

> 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

Not finding BDB at runtime is a common problem, adding
/path/to/bdb/lib to LD_LIBRARY_PATH might fix it. I assume the
regression tests (i.e. make check) also fail?

It's not really a serious error as far as install is concerned, you
could ignore it, but if it also affects the installed binaries then
you have a real problem.

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

Do you have libz in a non-standard location? It could be a libtool
problem since the 1.0.0 tarball mistakenly shipped with a non-standard
libtool. If you have libtool and autoconf installed you could run
autogen.sh in the source directory, then configure and make.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Mar 6 01:05:05 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.