What version of IO::Zlib do you have installed? sa-update line 82 is it trying to load IO::Zlib 1.04 or later:
use IO::Zlib 1.04; So my guess is that you either have an early non-version exporting version, or a strange/corrupted module. Either way, reinstalling it would be the way to go. On Wed, May 20, 2009 at 2:13 PM, Patrick Saweikis <psawei...@techpro.com> wrote: > Has anyone seen the following when trying to run SA-update? > > IO::Zlib does not define $IO::Zlib::VERSION--version check failed at > /usr/bin/sa-update line 82. > BEGIN failed--compilation aborted at /usr/bin/sa-update line 82.