View Single Post
  #1  
Old 04-16-2005, 04:48 AM
Ghost Fire's Avatar
Ghost Fire
Sarnak
 
Join Date: Feb 2005
Location: Behind you....
Posts: 84
Unhappy Error Running Perl

Well my Prob. is with this error. I get it running EQEMu 0.6.0 DR2 Perl or running EQEMu 0.6.0 DR3 Perl.
But if I remove Scalar.pm and WrapTie.pm from C:\Perl\lib\IO I'm able to log into Everquest just find. But still no quests.
Quote:
[Status] Error initializing perlembed: failed to install plugin printhook, do you lack IO::Scalar?
[Status] Fatal error initializing perl: failed to install plugin printhook, do you lack IO::Scalar?
What i typed is in Italic
Quote:
C:\Documents and Settings\Ghost>perl -MIO::Scalar -e "print 'Installed'"

Can't locate object method "new" via package "IO::Scalar" (perhaps you forgot to
load "IO::Scalar"?) at C:/Perl/lib/IO/Scalar.pm line 6.
Compilation failed in require.
BEGIN failed--compilation aborted.

C:\Documents and Settings\Ghost>perl -MCPAN -e shell
Terminal does not support AddHistory.

There seems to be running another CPAN process (pid 1392). Contacting...
Other job not responding. Shall I overwrite the lockfile? (Y/N) [y] y

(Tons of things loaded in between here but deleted for space)

cpan> perl -MIO::Scalar -e "print 'Installed'"

Unknown command 'perl'. Type ? for help.
cpan>
So my Question is... Is it my Scalar.pm and WrapTie.pm files or is it my Perl install ??? or both.
__________________
Life is Short

Last edited by Ghost Fire; 04-16-2005 at 11:32 PM..
Reply With Quote