[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Writing shlibs for unversioned libraries



On Sun, Dec 30, 2007 at 12:59:50PM +0100, David Paleino wrote:
> Il giorno Sun, 30 Dec 2007 12:48:33 +0100
> Michael Banck <mbanck@debian.org> ha scritto:
> 
> > You could change the build system to make libgthumb.la a convenience
> > library (if it is using libtool), so that gthumb gets linked to it
> > statically and libgthumb.so does not get installed.
> 
> I solved putting the .so into /usr/lib/gthumb/ and symlinking it from /usr/lib/.

Please don't add a symlink, you could just as well have put in in
/usr/lib in that case.  Set an rpath instead for /usr/lib/gthumb/
instead so that it will look for the library there.


Kurt


Reply to: