On Tue, Jul 16, 2002 at 11:21:37AM +1000, Matt Hyne wrote: > It tells me it is missing zlib.h, which I would expect to be part of the > archive.
Nope - Compress::Zlib is just a Perl wrapper to the C library. You need to install the development files for zlib for your distribution - zlib1-devel on my Mandrake box, for instance. Cheers, Gavin -- Fashion is a variable, but style is a constant - Programming Perl -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
