<[EMAIL PROTECTED]> wrote:
> I translated my library using libtool with the -version-info=5:0:0
> parameter and I installed it into /usr/local//lib using libtool.
> Then I translated executable "prog" which was linked with this
> library. Readelf -d prog shows
> 0x0001 (NEEDED) Shared library
Hi,
I translated my library using libtool with the -version-info=5:0:0 parameter
and I installed it into /usr/local//lib using libtool. Then I translated
executable "prog" which was linked with this library. Readelf -d prog shows
0x0001 (NEEDED) Shared library: [libmylibrary.so.5]
Then I