Re: JPEG 8 transition
Bill.Allombert@math.u-bordeaux1.fr wrote:
>If you compile-time link a binary with libjpeg62 w/ versionned symbols, and try
>to run-time link it with libjpeg62 w/o versionned symbols, then the dynamic
>linker output a warning:
>
>cjpeg: /usr/lib/libjpeg.so.62: no version information available (required by cjpeg)
I had the same problem trying to fix a major fuckup of the libidn
maintainer: he added versions to the symbols for no reason, so the
shlibs file had to be bumped even if the ABI remained the same.
I could not find a way to build the library in a way that it would
provide the versioned symbols as aliases.
--
ciao,
Marco
Reply to: