OK, after poking around a bit it seems that the the developer tools need to be installed. Having done that I now get this after running the line

perl -MCPAN -e 'CPAN::install LWP'



Failed Test Stat Wstat Total Fail Failed List of Failed
------------------------------------------------------------------------ -------
html/form-param.t 2 512 24 48 200.00% 1-24
html/form.t 2 512 52 104 200.00% 1-52
local/autoload-get.t 1 1 100.00% 1
local/autoload.t 1 1 100.00% 1
local/get.t 2 512 2 4 200.00% 1-2
local/http-get.t 20 6 30.00% 1-2 5-7 20
local/http.t 18 6 33.33% 1-2 5-7 18
robot/ua-get.t 8 2 25.00% 3 5
robot/ua.t 7 2 28.57% 3 5
Failed 9/30 test scripts, 70.00% okay. 96/660 subtests failed, 85.45% okay.
make: *** [test] Error 2
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force




Which seems to suggest that I need to "force" make? How do I do that (if that's want I need to do)?

Thanks,

--Phil


On Jun 9, 2004, at 10:10 PM, Ramprasad A Padmanabhan wrote:

Sorry, That does not seem to work

Try this instead
perl -MCPAN -e 'CPAN::install LWP'


On Thu, 2004-06-10 at 10:37, Ramprasad A Padmanabhan wrote:
What I usually do is directly try installing the modules required , say
LWP


Try
    sudo perl -MCPAN -e 'install LWP'

HTH
Ram



On Thu, 2004-06-10 at 07:32, philcalvert wrote:
Hi All,

I've been trying to install a module and haven't been having much luck.
Here's what I get;



thatsme-Computer:~ thatsme$ sudo perl -MCPAN -e 'install libwww-perl' CPAN: Storable loaded ok Going to read /Users/thatsme/.cpan/Metadata Database was generated on Wed, 09 Jun 2004 23:34:22 GMT Warning: Cannot install 0, don't know what it is. Try the command

     i /0/

to find objects with matching identifiers.

Thanks for any help in advance.

--Phil




--Phil Calvert
Faculty/Staff CSUN Music Dept.


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to