Hi,

I tried to install a module with CPAN. I use the command
 perl -MCPAN -e 'install Mail::Sender'
But I got the error:
Writing Makefile for Mail::Sender
    -- NOT OK
But when I cd to the folder and do
make install
And the module was isntalled.

I don't know why I had the failure.
When I tried to install Bundles::LWP, the same problem exists and
I would like to find out what is wrong, because it is hard to go to each
module and do a make install for each one.

The bottom is the log from the Mail:Sender install.

ted zeng
Adobe Systems
==========================================
Running install for module Mail::Sender
Running make for J/JE/JENDA/Mail-Sender-0.8.10.tar.gz
LWP not available
Fetching with Net::FTP:
ftp://ftp.perl.org/pub/CPAN/authors/id/J/JE/JENDA/Mail-Sender -0.8.10.tar.gz
CPAN: Digest::MD5 loaded ok
LWP not available
Fetching with Net::FTP:
ftp://ftp.perl.org/pub/CPAN/authors/id/J/JE/JENDA/CHECKSUMS
Checksum for /Users/zeng/.cpan/sources/authors/id/J/JE/JENDA/Mail-Sender -0.8.10.tar.gz ok
Scanning cache /Users/zeng/.cpan/build for sizes
Mail-Sender-0.8.10/
Mail-Sender-0.8.10/Changes
Mail-Sender-0.8.10/Config.PL
Mail-Sender-0.8.10/Makefile.PL
Mail-Sender-0.8.10/MANIFEST
Mail-Sender-0.8.10/README
Mail-Sender-0.8.10/Sender/
Mail-Sender-0.8.10/Sender/CType/
Mail-Sender-0.8.10/Sender/CType/Ext.pm
Mail-Sender-0.8.10/Sender/CType/Win32.pm
Mail-Sender-0.8.10/Sender.pm
Mail-Sender-0.8.10/test.pl


  CPAN.pm: Going to build J/JE/JENDA/Mail-Sender-0.8.10.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Mail::Sender
    -- NOT OK
Running make test
  Can't test without successful make
Running make install
  make had returned bad status, install seems impossible



Reply via email to