Gah, I'm getting errors like this

Error: Weak references are not implemented in the version of perl at
/usr/lib/perl5/site_perl/5.8.8/CGI/FormBuilder.pm line 15 BEGIN
failed--compilation aborted at
/usr/lib/perl5/site_perl/5.8.8/CGI/FormBuilder.pm line 15. Compilation
failed in require at (eval 77) line 2. BEGIN failed--compilation
aborted at (eval 77) line 2.

This pretty much means that the packages Scalar::Util and Compress::Zlib are outdated and need to be updated. First and obvious thing to do is to use cpan to re-install the broken modules, but unfortunately if you try and re-install Compress::Zlib from cpan it will get into a circular dependancy. The best thing to do is probably manually update/reinstall the following packages.

Go to cpan and grab a copy of

and then install them by hand.

Bookmark and Share