From: Jamie C. <jca...@we...> - 2002-07-12 00:47:50
|
Glenn Howe wrote: > Exactly which perl module do I need to get for Tru64 5.1 ? > > > ######################################################## > Full path to perl (default /usr/bin/perl): > > Testing Perl ... > ERROR: Perl Socket module not installed. Maybe Perl has > not been properly installed on your system > ######################################################## The standard perl Socket module is needed, which should be there if you have done a full perl install on your Tru64 system. You can test it with the command perl -e 'use Socket'; If that produces an error message, then the module is not installed. - Jamie |