• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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