![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Updateby wavesail (Initiate) |
on Oct 04, 2001 at 06:02 UTC ( #116623=note: print w/replies, xml ) | Need Help?? |
My host fixed the problem with pod2man, but now I'm having another problem. I installed all the modules I need to get the API working on my account but I don't know if they all installed properly. One of the scripts I'm trying to run is coming up with the following errors when I run it through the Perl Debugger. Does anybody know what this means?
Can't locate Unicode/String.pm in @INC (@INC contains: /home/MYUSERID/public_html/domain_registrations/lib /usr/local/lib/perl5/5.00502/sun4-solaris /usr/local/lib/perl5/5.00502 /usr/local/lib/perl5/site_perl/5.005/sun4-solaris /usr/local/lib/perl5/site_perl/5.005 . /home/MYUSERID/public_html/perl/ /home/MYUSERID/public_html/perl/) at /home/MYUSERID/public_html/domain_registrations/lib/NAMEPREP.pm line 7. BEGIN failed--compilation aborted at /home/MYUSERID/public_html/domain_registrations/lib/NAMEPREP.pm line 7. BEGIN failed--compilation aborted at /home/MYUSERID/public_html/domain_registrations/lib/RACE.pm line 4. BEGIN failed--compilation aborted at /home/MYUSERID/public_html/domain_registrations/cgi/reg_system.cgi line 46. It looks like the script I'm using is trying to find the Unicode-String-2.0.6 module in Unicode. Therefore I created a symbolic link by entering 'ln -s Unicode-String-2.0.6 Unicode' in telnet then I tried renaming the Unicode-String-2.06 folder to just Unicode and that didn't work either. Any suggestions? Thanks, Jeff
In Section
Seekers of Perl Wisdom
|
|