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.

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


Best regards,
Antonio.

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

Reply via email to