• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Tie-IxHash help

J

Joelee

Guest
I have a perl script, which needs Tie-IxHash support, because it didn't work, also I have got below error from my log file when running it:
ModPerl::Registry: Can't locate Tie/IxHash.pm in @INC (@INC contains: ../lib /usr/lib/perl5/5.8.3/i386-linux-thread-multi /usr/lib/perl5/5.8.3

Any ideas please? Thank you in advance.
 
Hi thanks,

I am using Fedora Core 2. I have downloaded the one: perl-Tie-IxHash-1.21-1.1.fc2.dag.i386.rpm. Is this the one I should chose and how can I install it please?
 
that's the correct one.

Login with SSH, become root
type:

rpm -ivh perl-Tie-IxHash-1.21-1.1.fc2.dag.i386.rpm

and you're done.
 
Sam Error in AIX 6.1 TL5

Do you know which rpm I should download for this error?

Can't locate Tie/IxHash.pm in @INC (@INC contains: /usr/opt/perl5/lib/5.8.8/aix-thread-multi /usr/opt/perl5/lib/5.8.8 /usr/opt/perl5/lib/site_perl/5.8.8/aix-thread-multi /usr/opt/perl5/lib/site_perl/5.8.8 /usr/opt/perl5/lib/site_perl .) at ./cache_menu.pl line 51.
BEGIN failed--compilation aborted at ./cache_menu.pl line 51.
 
Back
Top