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

Re: svn commit: rev 4072 - trunk/subversion/bindings/swig

From: Daniel Rall <dlr_at_finemaltcoding.com>
Date: 2002-12-10 02:53:04 CET

Blair Zajac <blair@orcaware.com> writes:

> Any help in getting the generated *.so's to find would be much
> appreciated:
>
> % ldd subversion/bindings/swig/python/build/lib.linux-i686-2.2/svn/*.so
> subversion/bindings/swig/python/build/lib.linux-i686-2.2/svn/_client.so:
> libsvn_client-1.so.0 => not found
> libsvn_swig_py-1.so.0 => not found
> libswigpy.so => not found
> libc.so.6 => /lib/i686/libc.so.6 (0x42000000)
> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
> subversion/bindings/swig/python/build/lib.linux-i686-2.2/svn/_delta.so:
> libsvn_delta-1.so.0 => not found
> libsvn_swig_py-1.so.0 => not found
> libswigpy.so => not found
> libc.so.6 => /lib/i686/libc.so.6 (0x42000000)
> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
> .
> .
> .

None of mine show up as "not found", but I have my .so's in my linker
config file, and have run /sbin/ldconfig.

dlr@despot:svn$ tail -1 /etc/ld.so.conf
/usr/local/subversion/lib

Probably also works if you set your LD_LIBRARY_PATH environment
variable.

-- 
Daniel Rall <dlr@finemaltcoding.com>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Dec 10 02:53:45 2002

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.