Comment 16 for bug 1794589

Revision history for this message
Steve Langasek (vorlon) wrote :

This is expected behavior. These two stacks are incompatible, and while they use symbol versions so will not cause overt ABI problems when loaded into the same namespace, there are still some opaque structures that could be problems when passed between two libraries that each depend on different versions of openssl. So the value of making the -dev packages coinstallable is small from the perspective of the distribution, the costs large given that relocating one or the other library means reverse-dependencies would also need updating to be able to find it at build time, and the risks of anything built against both versions of libssl significant.