error when try run ./load.sh

dears,
please help i found below error when i run ./load.sh


Looks like there has been an upgrade to 2.10, run time will be longer this time

Copy GUI files : /home/stor2rrd/stor2rrd/www
Set correct path to RRDp.pm Perl module in stor2rrd.cfg, it does not exist here : ./bin:/opt/freeware/lib/perl/5.1.1:/usr/opt/perl5/lib/site_perl/5.1.1:/usr/lib64/perl5/vendor_perl/5.1.1:/opt/freeware/lib/perl/5.8.8:/opt/freeware/lib/perl/5.8.0:/usr/opt/perl5/lib/site_perl/5.8.2:/usr/lib/perl5/vendor_perl/5.8.5:/usr/share/perl5:/usr/lib/perl5:/usr/opt/perl5/lib/site_perl/5.8.8/aix-thread-multi:/opt/freeware/lib/perl5/vendor_perl/5.8.8/ppc-thread-multi:/usr/lib64/perl5/vendor_perl:/usr/lib/perl5/vendor_perl:/home/stor2rrd/stor2rrd/lib

Comments

  • Hi,

    have you installed rrdtool-perl package?
    rpm -qa| grep -i rrdtool
  • Hi Pavel,
    yes it's installed 

    rpm -qa| grep -i rrdtool
    rrdtool-perl-1.3.8-6.el6.x86_64
    rrdtool-1.3.8-6.el6.x86_64

  • find /usr -name RRDp.pl
  • it's give  me this error 

    find /usr -name RRDp.pl
    find: `/usr/lib64/audit': Permission denied

    please advice what should i do to fix this issue
  • wrong name, sorry
    find /usr -name RRDp.pm 2>/dev/null
  • i found his one 

    find /usr -name RRDp.pm 2>/dev/null
    /usr/lib64/perl5/RRDp.pm

  • vi etc/stor2rrd.cfg and place on start of PERL5LIB variable path (keep rest as it is)
    PERL5LIB=/usr/lib64/perl5/: ......
  • thanks Pavel :smile:  it's working now.

Sign In or Register to comment.