Good Folks:
Having trouble installing Compress::Zlib on OS X. (The make test fails.)
I�m not sure if the problem is with the Perl library or with the Zlib
libraries.
The Zlib page -- http://www.gzip.org/zlib/ -- says �zlib 1.1.3 is included
as part of the Mac OS X Public Beta under
/System/Library/Frameworks/Zip.framework;� -- but I'm not sure it's still
there in 10.0.3.
FYI, I've used MacPerl for a few years, but I'm a Unix newbie.
Below is the evidence from the Unix console. If anyone needs more evidence
(e.g., config settings) please let me know.
Thanks for all past & future help.
--
Regards,
Tim Grant
Database Administrator, Knowledge Express Data Systems
"By hook or by crook, we will."
[localhost:/usr/bin] root# cd /users/grant/bin/perl/Compression
[localhost:bin/perl/Compression] root# cd Compress-Zlib-1.13
[localhost:perl/Compression/Compress-Zlib-1.13] root# perl Makefile.pl
Parsing config.in...
Building Zlib enabled
Looks Good.
Writing Makefile for zlib
Writing Makefile for zlib
Writing Makefile for Compress::Zlib
[localhost:perl/Compression/Compress-Zlib-1.13] root# make test
Skip blib/lib/Compress/Zlib.pm (unchanged)
DEFINE=''; export DEFINE INC; \
cd ./zlib-1.1.3-macosx && make -e all
rm -rf libz.a
/usr/bin/ar cr libz.a adler32.o compress.o crc32.o gzio.o uncompr.o
deflate.o trees.o zutil.o inflate.o infblock.o inftrees.o infcodes.o
infutil.o inffast.o && /usr/bin/ranlib libz.a
/usr/bin/ar: adler32.o: No such file or directory
/usr/bin/ar: compress.o: No such file or directory
/usr/bin/ar: crc32.o: No such file or directory
/usr/bin/ar: gzio.o: No such file or directory
/usr/bin/ar: uncompr.o: No such file or directory
/usr/bin/ar: deflate.o: No such file or directory
/usr/bin/ar: trees.o: No such file or directory
/usr/bin/ar: zutil.o: No such file or directory
/usr/bin/ar: inflate.o: No such file or directory
/usr/bin/ar: infblock.o: No such file or directory
/usr/bin/ar: inftrees.o: No such file or directory
/usr/bin/ar: infcodes.o: No such file or directory
/usr/bin/ar: infutil.o: No such file or directory
/usr/bin/ar: inffast.o: No such file or directory
make[1]: *** [libz.a] Error 1
make: *** [zlib-1.1.3-macosx/libz.a] Error 2
[localhost:perl/Compression/Compress-Zlib-1.13] root#