I sort of want to build a package manager for Solaris and other ancient systems, to make it easier to bring up software that I need on there (so that I only have to go through the effort once and then can install it on a second or third or fourth Sun computer, too)
Actually, maybe a more general solution would be, if I need multiple versions of e.g. libjpeg, to mkdir:
/usr/local/lib/libjpeg
with the sub-directories:
v5
v6
v9
latest -> v9
Though the path handling would become really annoying...
@vaporeon_ and fur a really extreme take on this, there is nix