Thanks for the pointer - I wondered if there was such a list and I
looked for one (obviously, not hard enough).
Thanks again.
--Phil
On Jun 10, 2004, at 9:37 AM, James Edward Gray II wrote:
On Jun 10, 2004, at 11:15 AM, Phil Calvert wrote:
Hello,
Thanks for the reply.
When I try that I get;
Can't
On Jun 10, 2004, at 11:15 AM, Phil Calvert wrote:
Hello,
Thanks for the reply.
When I try that I get;
Can't locate object method "install" via package "LWP" at -e line 1.
I should also say that I tried "sudo perl -MCPAN -e 'CPAN::install
LWP'" and got the result that I reported previously.
You mig
Hello,
Thanks for the reply.
When I try that I get;
Can't locate object method "install" via package "LWP" at -e line 1.
I should also say that I tried "sudo perl -MCPAN -e 'CPAN::install
LWP'" and got the result that I reported previously.
On Jun 10, 2004, at 9:07 AM, James Edward Gray II wrote:
On Jun 10, 2004, at 9:39 AM, Phil Calvert wrote:
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'
Try:
sudo perl -MCPAN -e 'install LWP'
You'll need to give the admi
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
--
OK that seem to get me farther along but now I get;
make: *** No rule to make target
`/System/Library/Perl/5.8.1/darwin-thread-multi-2level/CORE/config.h',
needed by `Makefile'. Stop.
/usr/bin/make -- NOT OK
Running make test
Can't test without successful make
Running make install
make ha
Thanks for the reply.
I just tried that and got;
Can't locate object method "install" via package "LWP" at -e line 1.
--Phil
On Jun 9, 2004, at 10:07 PM, Ramprasad A Padmanabhan wrote:
What I usually do is directly try installing the modules required , say
LWP
Try
sudo perl -MCPAN -e 'install L
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
>
>
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;
>
>
> tha