Andrey Rahmatullin <[email protected]> writes: > If your app is linked against libavcodec53 and against libavdevice53 and > libavdevice53 is linked against libavcodec54 and libavcodec* doesn't use > symbol versioning, your app will crash because of symbol conflicts.
Which is why all shared libraries should use at least trivial symbol versioning that assigns all symbols a version that changes with the SONAME. -- Russ Allbery ([email protected]) <http://www.eyrie.org/~eagle/> -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

