Mailinglist Archive: opensuse-packaging (162 mails)
| < Previous | Next > |
Re: [opensuse-packaging] Library packaging question
- From: Michael Matz <matz@xxxxxxx>
- Date: Sun, 14 Feb 2010 18:15:33 +0100 (CET)
- Message-id: <Pine.LNX.4.64.1002141813570.18785@xxxxxxxxxxxxx>
Hi,
On Sun, 14 Feb 2010, Jan Engelhardt wrote:
It will work as plugin (i.e. when the file is loaded explicitely). A
shared library without SONAME won't work for a strict definition of work.
ldconfig will do the wrong thing, and dlopen won't notice the same library
loaded twice.
Ciao,
Michael.
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
On Sun, 14 Feb 2010, Jan Engelhardt wrote:
On Sunday 2010-02-14 14:37, Richard Guenther wrote:
It would btw be a good idea to talk to the collanda developers
that they fix their make system - a shared library without
an SNOAME is broken and will not work.
Well, fmodex is a counterexample to that ;-)
No SONAME, but at least the library name is changed on every release.
(libfmodex-4.28.so -> libfmodex-4.29.so)
It will work as plugin (i.e. when the file is loaded explicitely). A
shared library without SONAME won't work for a strict definition of work.
ldconfig will do the wrong thing, and dlopen won't notice the same library
loaded twice.
Ciao,
Michael.
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
| < Previous | Next > |