On 11/06/13 17:57, Antonio Diaz Diaz wrote:
Hello Juan.

Juan Francisco Cantero Hurtado wrote:
I've another problem with the change of the version numbers. We delete
the symlinks pointing to shared libraries, so we don't have the file
liblz.so.1. plzip compiles without problem with the lib lzlib patched
(liblz.so.0.0) but plzip tries to load liblz.so.1.

Plzip just passes '-llz' to the linker. It is the linker the one
choosing liblz.so.1. I guess you'll need to change 'soversion' to 0 in
the configure script of lzlib for your numbering scheme to work.

It fixed the problem. Thanks!.


BTW, did you see the new low memory mode of lunzip. It should now work
even on the VAX.


Yes, but I couldn't test that on VAX because simh (an emulator of VAX) fails during the OpenBSD installation.



_______________________________________________
Lzip-bug mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lzip-bug

Reply via email to