in reply to Re: How to solve perl ide problem ?
in thread How to solve perl ide problem ?

Dear GrandFather, i just print "hai" and run the program. I am getting the below error and error showing in Errno.pm file in staring this place. "$Config{'archname'}-$Config{'osvers'}" eq "MSWin32-x86-multi-thread-4.0" or die "Errno architecture (MSWin32-x86-multi-thread-4.0) does not match executable architecture ($Config{'archname'}-$Config{'osvers'})";

BEGIN failed--compilation aborted at C:/Perl/lib/IO/Socket.pm line 17. Compilation failed in require at C:/Perl/lib/IO/Socket/INET.pm line 11. BEGIN failed--compilation aborted at C:/Perl/lib/IO/Socket/INET.pm line 11. Compilation failed in require at E:\backup\gubendran\Softwares\Open_Perl_IDE_1.0.11.409/perl5db.pl line 44. BEGIN failed--compilation aborted at E:\backup\gubendran\Softwares\Open_Perl_IDE_1.0.11.409/perl5db.pl line 44. Compilation failed in require. BEGIN failed--compilation aborted.

Please help me to solve the problem. I can't able to work .

Replies are listed 'Best First'.
Re^3: How to solve perl ide problem ?
by GrandFather (Saint) on Jul 22, 2005 at 05:03 UTC

    Post a minimal program that demonstrates the problem on your system

    I'd guess that you have some sort of module version mismatch, but without knowing what you are using it is pretty hard to tell!


    Perl is Huffman encoded by design.