What steps will reproduce the problem?
1. build libproxy - 0.4.2 with any option
What is the expected output? What do you see instead?
the shared object file is named libmodman.so.0 whereas symlinks are named
libmodman.so.0.0.0.
Actually that should be the contrary as the SONAME need to stay the same
even if symbol are added, increasing the minor value without breaking ABI.
What version of the product are you using? On what operating system?
libproxy current on every unixes.
Please provide any additional information below.
readelf -a libmodman.so.0 |grep SONAME
0x000000000000000e (SONAME) Library soname: [libmodman.so.0.0.0]
That will be corrected by this patch
Original issue reported on code.google.com by kwiz...@gmail.com on 1 Jun 2010 at 9:05
Original issue reported on code.google.com by
kwiz...@gmail.com
on 1 Jun 2010 at 9:05Attachments: