Some unreliable predictions for 2015
Some unreliable predictions for 2015
Posted Jan 16, 2015 11:51 UTC (Fri) by hitmark (guest, #34609)In reply to: Some unreliable predictions for 2015 by dlang
Parent article: Some unreliable predictions for 2015
Posted Jan 16, 2015 12:41 UTC (Fri)
by anselm (subscriber, #2796)
[Link] (7 responses)
I don't see why that would be a problem. On my Debian system I have multiple versions of, say, libreadline, libprocps and libtcl installed at the same time, in each case from separate packages, so the support seems to be there already.
Posted Jan 16, 2015 15:44 UTC (Fri)
by cortana (subscriber, #24596)
[Link] (6 responses)
This doesn't do what you think it does.
Looks promising at first glance, but what if my application wants libreadline 5.1?
The SONAME is not strongly tied to the version of the library, but to the compatibility level.
Posted Jan 16, 2015 15:56 UTC (Fri)
by mathstuf (subscriber, #69389)
[Link] (5 responses)
Posted Jan 16, 2015 16:19 UTC (Fri)
by raven667 (subscriber, #5198)
[Link] (2 responses)
Posted Jan 16, 2015 17:45 UTC (Fri)
by peter-b (guest, #66996)
[Link] (1 responses)
Posted Jan 16, 2015 18:55 UTC (Fri)
by cortana (subscriber, #24596)
[Link]
Posted Jan 16, 2015 18:56 UTC (Fri)
by cortana (subscriber, #24596)
[Link] (1 responses)
Posted Jan 16, 2015 21:22 UTC (Fri)
by mathstuf (subscriber, #69389)
[Link]
Posted Jan 16, 2015 13:55 UTC (Fri)
by cesarb (subscriber, #6266)
[Link]
It's not that simple. Suppose a program is linked against library A which in turn is linked against libpng2, and that program is also linked against library B which in turn is linked against libpng3.
Now imagine the program gets from library A a pointer to a libpng structure, which it then passes to library B.
Some unreliable predictions for 2015
Some unreliable predictions for 2015
$ ls -l /lib/x86_64-linux-gnu/libreadline.so.{5,6}
lrwxrwxrwx 1 root root 18 Apr 27 2013 /lib/x86_64-linux-gnu/libreadline.so.5 -> libreadline.so.5.2
lrwxrwxrwx 1 root root 18 Jan 13 03:25 /lib/x86_64-linux-gnu/libreadline.so.6 -> libreadline.so.6.3
Some unreliable predictions for 2015
Some unreliable predictions for 2015
Some unreliable predictions for 2015
Some unreliable predictions for 2015
Some unreliable predictions for 2015
Some unreliable predictions for 2015
Some unreliable predictions for 2015