Posted Oct 1, 2012 14:31 UTC (Mon) by kleptog (subscriber, #1183)
In reply to: A lesson by Company
Parent article: GStreamer 1.0 released
> No, an application cannot support both at the same time because there'd be name collisions.
Well, it could if the library used symbol versioning
There's lots and lots of features in shared libraries to make backward compatibility work. But it seems that glibc is the only library out there that uses it (thank god, it makes glibc upgrades extremely safe).