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

Re: Dynamic libs on IRIX

From: Joe Orton <joe_at_manyfish.co.uk>
Date: 2002-01-07 17:44:28 CET

On Mon, Jan 07, 2002 at 03:40:25PM +0100, Marc Poinot wrote:
>
> Hi, I built db-3 and db-4 on my SGI/IRIX (mode N32).
> I also built the subVersion r727, the make check was OK.
>
> Now, I have no news of the db dynamic lib, even with a correct
> LD_LIBRARY_PATH. The svnadmin itself sends back the search path
> on stdout, and the path actually is correct. Moreover, it can find
> the svn_* libs, but not the db libs...
>
> poinot@SGI > svnadmin create /trash/elsA/Wksp/T/DB
> 571560:svnadmin: rld: Fatal Error: Cannot Successfully map soname 'libdb-3.3.so'
> under any of the filenames /trash/elsA/Wksp/T/x/lib/libdb-3.3.so:/trash/elsA/Wk
> sp/T/x/lib//libdb-3.3.so:/tools/gnome/lib/libdb-3.3.so:/usr/lib64/libdb-3.3.so:/
> usr/lib64/internal/libdb-3.3.so:/lib64/libdb-3.3.so:/opt/lib64/libdb-3.3.so:
>
> poinot@SGI > file /trash/elsA/Wksp/T/x/lib/libdb-3.3.so
> /trash/elsA/Wksp/T/x/lib/libdb-3.3.so: ELF N32 MSB mips-4 dynamic lib MIPS - ve
> rsion 1

Looks like DB3 has built itself using the 32-bit ABI and SVN with the
64-bit ABI; try rebuilding svn having configured using:

 env CC="cc -n32" ./configure ...

(and maybe LD="ld -n32" is needed too, probably not though)

Regards,

joe

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:55 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.