> cd /usr/local > zcat perl5-solaris.tar.Z | tar xvf -This creates a directory perl5-fcgi which contains the Perl executables and all the needed library files. If you do not want this to live in /usr/local/perl5-fcgi you have three choices:
> cd /opt > zcat perl5-solaris.tar.Z | tar xvf - > ln -s /opt/perl5-fcgi /usr/local/perl5-fcgi
/udir/doe/perl5-fcgi/lib:/udir/doe/perl5-fcgi/lib/PA-RISC1.1/5.002On other platforms, the path segment PA-RISC1.1 would be something else; look in the lib directory of your Perl kit to figure this out.