I have had to do a fresh installation of 9.1 and a restore from backup of an old SME server that was updated several time. I don't recall whether it was 8.x or 9.x. But now I run a script that ran every day on the old system and I am getting errors:
Can't locate Statistics/Descriptive.pm in @INC (@INC contains: /root/perl/mod /home/e-smith/files/ibays/xxxxxxxx1/files/perl/mod /home/e-smith/files/ibays/xxxxxxxx2/files/perl/mod /usr/local/lib/perl5 /usr/local/share/perl5 /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5 /usr/share/perl5 .) at /home/e-smith/files/ibays/xxxxxxxx1/files/perl/mod/xxxx.pm line 21.I thought that the backup did not include the package I installed from dag, but I installed the package again and I am still getting the same message.
https://forums.contribs.org/index.php/topic,46182.msg268216.html#msg268216I've tried,
[root@xxxx ~]# perl -e "user Statistics::Descriptive"
Can't locate object method "user" via package "Statistics::Descriptive" (perhaps you forgot to load "Statistics::Descriptive"?) at -e line 1.Does this indicate the package is not installed?
What is going wrong, or how can I find out what is going wrong?