in reply to Re^3: installing perl module
in thread installing perl module

To fix 'no rule to make config.h' error, I had to install a few of perl rpms such as perl-devel, perl-ExtUtils-MakeMaker, perl-ExtUtils-ParseXS, perl-Test-Harness. After that I was able to install ExtUtils-MakeMaker perl library. Now I am trying to reinstall LWP library, but make showed warnings that couldn't find prerequisite Encode::Locale, File::Listing, HTML::Entities and a lot of others. I am going to try to get them from cpan and after installing them, will try to install LWP again.

Just so my efforts are not in vain, could somebody confirm that when running a perl script I get an error "501 Protocol scheme 'http' is not supported", it could indeed mean that my LWP library isn't properly installed and I need to reinstall it? If I do need to uninstall, is there a proper way to do it? Ofcourse, if that error means something else, I'd like to know what it could be.

Thanks much.