Failures in loading Compress::Zlib are typically due to dependent modules requiring recompilation or being out of date. The easiest way if you only use package-type installations is to uninstall the dependent modules and re-install them.
Compress::Zlib depends on the following modules: Scalar::Util IO::Compress::Base::Common Compress::Raw::Zlib IO::Compress::Gzip; IO::Uncompress::Gunzip but they also depend on other modules such as p5-Archive-Tar, etc. Following the dependency chain requires you to use your package utility. Its often Scalar::Util that is old and needs updating. This comes as part of the core perl install. -- MrC ------------------------------------------------------------------------ MrC's Profile: http://forums.slimdevices.com/member.php?userid=468 View this thread: http://forums.slimdevices.com/showthread.php?t=58752 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
