Guillaume Rousse writes:

Sam Varshavchik wrote:
Guillaume Rousse writes:

As per standard packaging process, only the versioned files are shipped
in the runtime package, and the unversioned .so files are shipped in the
devel package only. But it doesn't work:
http://qa.mandriva.com/show_bug.cgi?id=22575

I could just move the .so from the devel to the runtime package, but
actually I'm not really sure the .so.x.y.z files are really useful at
all. From my understanding of how authdaemon works, those plugins are
dynamically loaded through dlopen, not linked at compilation time. I've

Correct.  authdaemon dlopens the .so files.
So, what about using the given libtool options ?

-module should already be passed by automake. Otherwise you won't get the .so in the first place.

libtool uses two versioning systems in parallel -- I'll need to investigate what -avoid-version does; I'm not 100% sure that it actually affects the filenames.

Attachment: pgpuv1Le9X2k7.pgp
Description: PGP signature

Reply via email to