libtool
[Top][All Lists]
Advanced

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

Re: quick question


From: Roger Leigh
Subject: Re: quick question
Date: 14 Feb 2003 20:41:17 +0000
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

"Pete Mocat" <address@hidden> writes:

> I have a quick question - I hope it is not out of place but I believe
> it is a simple question.
> 
> Short version:
> 
> * installed a binary and got a libtool error
> * I did: ln -s /usr/lib/libltdl.so.3.0.0 /usr/lib/libltdl.so.0
> * all seems well
> * good idea? or will this cause future problems?

The libltdl.so.3.0.0 will have a DT_SONAME of "libltdl.so.3".
libltdl.so.0 is, in some way, binary-incompatible, which is why the
soname changed.  Depending on the symbols your program requires, this
may work, but then again, it might not.  To be safe, recompile/relink
against the new libltdl, or install the old libltdl in addition.


-- 
Roger Leigh

                Printing on GNU/Linux?  http://gimp-print.sourceforge.net/
                GPG Public Key: 0x25BFB848 available on public keyservers




reply via email to

[Prev in Thread] Current Thread [Next in Thread]