PDA

View Full Version : perl IO::Scalar error


Daemonking2000
10-09-2005, 12:49 PM
I have followed wiki's guide and installed io::scalar but I am still getting an error when I ran boot5zones. Can someone help me?
This is what my boot5zones look like when I run it.

[Status] CURRENT_ZONE_VERSION: EQEMu 0.6.2-DR1
[Status] Loading opcodes..
[Status] Mapping Opcodes
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] EMuShareMem loaded
[Status] Loading npcs
[Status] Loading npc faction lists
[Status] EMuShareMem loaded
[Status] Loading loot tables
[Status] Loading doors
[Status] EMuShareMem loaded
[Status] EMuShareMem loaded
[Status] Loading guilds
[Status] Loading guild list
[Status] EMuShareMem loaded
[Status] Loading factions
[Status] Loading titles
[Status] Loading AA effects
[Status] Loading swarm spells
[Status] Loading tributes
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] 183 commands loaded
[Status] Loading embedded perl XS
[Status] Error initializing perlembed: failed to install plugin printhook, do yo
u lack IO::Scalar?
[Status] Fatal error initializing perl: failed to install plugin printhook, do y
ou lack IO::Scalar?

tallerin
10-09-2005, 01:17 PM
IO::Scalar did not install right or didn't install at all. if you have issues with the IO::Scalar not being installed right you could try it this way.

Copy NMake.exe to C:\perl\bin
Open a Commond Prompt and enter perl -MCPAN -e shell
Say no when it asks to configure manually.
Reboot computer
then reopen CMD prompt
retype perl -MCPAN -e shell
install IO::Scalar

Daemonking2000
10-09-2005, 02:06 PM
I tried that but it didn't work. I want to post what the window said when I install the IO::Scalar but I can't. However at the end it said this:

Checking if your kit is complete...
Looks good
Writing Makefile for IO::Stringy
-- OK
Running make test
'test' is not recognized as an internal or external command,
operable program or batch file.
test -- NOT OK
Running make install
make test had returned bad status, won't install without force

cpan>

Netdrifter
10-11-2005, 03:57 PM
I'm having the exact same prob as D.