Math::Random::ISAAC Possible to install?

jols

Well-Known Member
Mar 13, 2004
1,107
3
168
Hi folks,

I've got a hosted customer trying to install Bugzilla, and he gets this:

Can't locate Math/Random/ISAAC.pm in @INC (@INC contains: . lib /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at Bugzilla/RNG.pm line 28.

I've installed the Perl module Math::Random, but he seems to need Math::Random::ISAAC which is nowhere to be found.

Any ideas or recommendations?

Thanks very much.
 

cPanelKenneth

cPanel Development
Staff member
Apr 7, 2006
4,607
80
458
cPanel Access Level
Root Administrator
This worked for me:

# /scripts/perlinstaller Math::Random::ISAAC

That should install the module to a location used by /usr/bin/perl (or /usr/local/bin/perl).