------------------------------------------------------------------------------ Title: FAQ FOR FAD Version: $HeadURL$ $LastChangedRevision$ ------------------------------------------------------------------------------ Compile-time problems Q: "Can't locate Socket.pm in @INC at ..../Sys/Syslog.pm line ..." A: As far as I can tell, this indicates a faulty Perl installation. I encountered it using a Solaris 'pkg' of Perl 5.003. I suggest you download the latest Perl from http://www.perl.org and re-install it. Q: "Can't locate URI/Escape.pm ...." or "Can't locate Net/SMTP.pm ...." A: URI::Escape or Net::SMTP are not installed. Download them from your nearest CPAN mirror. (see the CPAN(3pm) manual page). (Note, last time I tried to download URI::Escape, it was visible but not download-able using the normal 'perl -MCPAN -e shell' method. However, I downloaded it using conventional ftp without problems.) (When installing URI::Escape, expect a warning about MIME::Base64 missing if it is not already installed. This does not affect the FAD tools.) Run-time problems ------------------------------------------------------------------------------