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

Re: sqlite link errors

From: Peter Samuelson <peter_at_p12n.org>
Date: Thu, 23 Jul 2009 14:53:23 -0500

[Hyrum K. Wright]
> Dynamic Section:
> NEEDED libaprutil-1.so.0
> NEEDED libapr-1.so.0
> NEEDED libexpat.so.0
> NEEDED libz.so.1
> NEEDED libsqlite3.so.0
> NEEDED libpthread.so.0
> NEEDED libc.so.6
> SONAME libsvn_subr-1.so.0
> RPATH /usr/local/apr/lib
> ...
>
> Should there by an RPATH entry for /usr/local/lib?

Well, RPATH is in /dir1:/dir2:/dir3 format (like $PATH) so not a
separate "entry" per se, but yeah. /usr/local/lib may already be in
your default library search path (/etc/ld.so.conf) but by putting it in
RPATH (or in the $LD_LIBRARY_PATH environment variable at runtime)
you'd get to control the search order.

-- 
Peter Samuelson | org-tld!p12n!peter | http://p12n.org/
Received on 2009-07-23 21:53:51 CEST

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.