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