You are not logged in.
Pages: 1
Topic closed
What really happens if package X needs package A-1.0.0 and package Y needs package A-2.0.0 as dependency? I guess it should be installed seperately if those versions are too far to compatible. (like DLL?)
Offline
What really happens is that things are rebuilt against the new version, and if it can't be, it's either dropped or a new package is created with the old library.
Offline
for an example look at libxml2 and libxml2-legacy
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Online
Correct, most distros avoid parallel installs by rebuilding against one version or splitting into legacy packages. Did you check if your package manager supports versioned or parallel installs for that specific library?
Offline
Moderator Note
OP hasn't been around since starting this thread, closing.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Online
Pages: 1
Topic closed