Hello,
Most libraries on slackware64 are located in /usr/lib64, which is not
in the list of glob-patterns used by bin/Ltibutils.pm when checking if
zlib is available on the host (although /usr/lib64/libz.so is included
in the tests for glibc-devel).
Attached is a patch which fixes this issue.
--
larsh
Index: bin/Ltibutils.pm
===================================================================
RCS file: /sources/ltib/ltib/bin/Ltibutils.pm,v
retrieving revision 1.37
diff -u -r1.37 Ltibutils.pm
--- bin/Ltibutils.pm 11 Jul 2011 19:34:03 -0000 1.37
+++ bin/Ltibutils.pm 1 Aug 2011 11:57:36 -0000
@@ -585,6 +585,7 @@
`makeinfo --version 2>/dev/null`;
},
zlib => sub { my @f = (glob('/usr/lib/libz.so*'),
+ glob('/usr/lib64/libz.so*'),
glob('/lib/libz.so*'),
glob('/lib64/libz.so*'),
glob('/lib/i386-linux-gnu/libz.so*'),
_______________________________________________
LTIB home page: http://ltib.org
Ltib mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/ltib