|
|
|
|
|
by palata
880 days ago
|
|
> when you dare to have more than one version of something. Because who would ever need that, right? If done properly, you can have multiple major versions of something and that's fine. If one app depends on libA.so.1.0.3, the other on libA.so.1.1.4, and they can't both live with 1.1.4, it means that `libA` did something wrong. One pretty clear solution to me is that the dev of libA should learn good practice. |
|
Heck for a long time upgrading glibc by a minor version was almost guaranteed to break your app and that was often intentional.