uh, you are right:
rupert @ unstable10x : ~/opencsw/libserf/trunk
$ elfdump -d /opt/csw/lib/libserf-1.so.1.3.0 | grep SONAME
[18] SONAME 0x1cd7 libserf-1.so.1
rupert @ unstable10x : ~/opencsw/libserf/trunk
$ elfdump -d /opt/csw/lib/libserf-1.so.1.3.0 | grep SONAME
[18] SONAME 0x1cd7 libserf-1.so.1
why we have the soname then "libserf-1.so.1" and not "libserf.so.1", and
why we name the libary package then CSWlibserf1-1 and not CSWlibserf-1? i
am sure you sent this already long time ago *blush*
rupert
On Sun, Jan 26, 2014 at 6:14 PM, Maciej (Matchek) BliziĆski <
[email protected]> wrote:
> 2014-01-26 rupert THURNER <[email protected]>
>
> the new version of serf is 1.3.3, and the soname libserf-1.so.1.3.0
>
>
> Are you sure that the soname is libserf-1.so.1.3.0? Does it actually
> contain four separate numbers? My guess would be that libserf-1.so.1.3.0 is
> the filename, not the soname.
>
> What does dump -Lv <file> | grep NEEDED say?
>
> Maciej
>