in reply to Installtion Problems with SOAP::Lite

A Guide To Installing Modules
  • Comment on Re: Installtion Problems with SOAP::Lite

Replies are listed 'Best First'.
Re^2: Installtion Problems with SOAP::Lite
by snape (Pilgrim) on May 13, 2012 at 01:56 UTC

    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

      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