Menu

installing docperl

Help
2006-06-23
2013-04-26
  • miranda_castile

    miranda_castile - 2006-06-23

    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?

     
    • Ivan Wills

      Ivan Wills - 2006-06-23

      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.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.