Installing SOAP:: Lite CPAN
In a test environment where I started working I had to install SOAP:: Lite using CPAN. SOAP:: Lite is a toolkit to use SOAP in perl. The installation order was:
- $ Perl-MCPAN-e shell
- cpan> install SOAP:: Lite
Unfortunately, the output message indicating that the compilation had failed, and in the last lines appear the warning:
- Warning (Usually harmless): 'YAML' not installed, will not stored persistent state
And although the warning has nothing to do with the error. As always looking for a bit, we can come here to solve the problem. Because it was a newly deployed environment forgot installing build-essential. So all was remedied after you:
- $ Sudo apt-get install build-essential
Unless otherwise stated, the content of Installing SOAP:: Lite CPAN available in SeHablaLinux is subject to the Creative Commons Attribution-Share Alike 3.0 Unported License .


They talked about ...