in reply to Re: Installtion Problems with SOAP::Lite
in thread Installtion Problems with SOAP::Lite

I have tried installing the modules using cpan and via downloading the module, but still I am getting the same error. Also, if you see the message, it says that

Running install for module 'SOAP::Lite' Running make for M/MK/MKUTTER/SOAP-Lite-0.714.tar.gz

Replies are listed 'Best First'.
Re^3: Installtion Problems with SOAP::Lite
by Anonymous Monk on May 13, 2012 at 02:35 UTC

    I have tried installing the modules using cpan ...

    Forget about cpan, step outside of cpan, use the cpan look command, and run Makefile.PL/make yourself

    At the very least, you should get verbose output

      I did that. When I say by downloading the module, I meant unzipping it and using the makefile.pl. But, it didn't work for me. I don't know why. It also didn't tell me about the prerequisite modules but when I used cpanp, it told me about it and listed the required modules before installing SOAP::Lite. Thanks

        So there is no problem anymore?