Re: "Please inform the author" - error during installation process
am 30.06.2005 21:10:04 von Edward MoonVerify that you are using ActiveState Perl, not the perl installed by cygwin by the following command:
which perl
If it returns something like /usr/local/perl, you are using the cygwin version of perl. If you want to install LWP for the cygwin perl, you'll need to make sure that you have gcc and any required dev libraries in the cygwin install.
If it returns something like /cygdrive/c/Program\ Files/ActivateState/Perl, then you need to use ppm (ActivateState's package manager).
On Thu, Jun 30, 2005 at 12:46:40PM +0200, Markus Panhuysen wrote:
> Dear all,
>
>
>
> I was just trying to install LWP using the command
>
>
>
> perl -MCPAN -e 'install Bundle::LWP'
>
>
>
> using ActiveState Perl on a XP computer (cygwin - shell)
>
>
>
> The installation didn't work, telling me that lots of files are missing
> in my kit (see attached log file).
>
> I also tried installation from Windows-Shell but it didn't work either
> (same errors).
>
> Next I tried to install the necessaray bundles one by one, which worked
> nice for all of them except for LWP (which doesn't seem to exist as ppm
> package)...
>
>
>
> Most probably I made a mistake, but I can't find it...
>
>
>
> Could you maybe give me a hint?
>
>
>
> Thanks a lot!
>
>
>
> With kind regards,
>
>
>
> Markus Panhuysen
>
>
>
>
>