Hi,
I am new to using perl and I am trying to install docperl on a solaris 9 server with an independant perl install (of the os one).
I am getting teh following error when I run the checksetup script...
rtdba1@qhsumd08:/a91/app/oracle # ./checksetup.pl Can't locate Scalar/Util.pm in @INC (@INC contains: /usr/perl5/5.6.1/lib/sun4-so laris-64int /usr/perl5/5.6.1/lib /usr/perl5/site_perl/5.6.1/sun4-solaris-64int / usr/perl5/site_perl/5.6.1 /usr/perl5/site_perl /usr/perl5/vendor_perl/5.6.1/sun4 -solaris-64int /usr/perl5/vendor_perl/5.6.1 /usr/perl5/vendor_perl .) at ./check setup.pl line 10. BEGIN failed--compilation aborted at ./checksetup.pl line 10.
Could you please help?
You need to install the module Scalar::Util. Try: $ /path/to/your/perl -MCPAN -e 'install Scalar::Util'
What version of Perl are you using? Scalar::Util comes default with Perl version 5.8.
Ivan
Log in to post a comment.
Hi,
I am new to using perl and I am trying to install docperl on a solaris 9 server with an independant perl install (of the os one).
I am getting teh following error when I run the checksetup script...
rtdba1@qhsumd08:/a91/app/oracle # ./checksetup.pl
Can't locate Scalar/Util.pm in @INC (@INC contains: /usr/perl5/5.6.1/lib/sun4-so
laris-64int /usr/perl5/5.6.1/lib /usr/perl5/site_perl/5.6.1/sun4-solaris-64int /
usr/perl5/site_perl/5.6.1 /usr/perl5/site_perl /usr/perl5/vendor_perl/5.6.1/sun4
-solaris-64int /usr/perl5/vendor_perl/5.6.1 /usr/perl5/vendor_perl .) at ./check
setup.pl line 10.
BEGIN failed--compilation aborted at ./checksetup.pl line 10.
Could you please help?
You need to install the module Scalar::Util.
Try:
$ /path/to/your/perl -MCPAN -e 'install Scalar::Util'
What version of Perl are you using? Scalar::Util comes default with Perl version 5.8.
Ivan