Re: LWP install error

2007-08-29 Thread Marek Stepanek
On 28.08.2007 15:36, Sherm Pendley [EMAIL PROTECTED] wrote: On Aug 28, 2007, at 9:08 AM, Marek Stepanek wrote: live/apache.t11 1 live/jigsaw-md5-get.t21 2 live/jigsaw-md5.t21 2 Failed 3/41 test scripts. 3/831

Re: LWP install error

2007-08-29 Thread Sherm Pendley
One little supplemental question: %% echo $PATH /sw/bin:/sw/sbin:/sw/include:/usr/local/bin:/usr/local/mysql/bin:/ bin:/sbin: /usr/bin:/usr/sbin:/usr/local/bin:/usr/texbin:/usr/X11R6/bin Where is the $PATH-file to push the /sw to the end? The path is not saved in .tcshrc nor .profile ... If

Re: LWP install error

2007-08-28 Thread Sherm Pendley
On Aug 28, 2007, at 9:08 AM, Marek Stepanek wrote: Have a new MBP, 17 inch :-) I need to install many many things new. First I installed a new Perl 5.8.8 in /usr/local/ - Apple's OSX is up-to-date and Xcode installed! First something, where I am not sure about: I made % mv /usr/bin/perl

Re: LWP install error

2007-08-28 Thread Trey Harris
In a message dated Tue, 28 Aug 2007, Marek Stepanek writes: First I installed a new Perl 5.8.8 in /usr/local/ - Apple's OSX is up-to-date and Xcode installed! First something, where I am not sure about: I made % mv /usr/bin/perl /usr/bin/perl_out % ln /usr/local/bin/perl5.8.8 /usr/bin/perl Is

Re: LWP install

2002-10-31 Thread Charles Jacobson
After a couple of hours I found my way thru CPAN getting one missing module at a time. It appears that the warning messages just point out things you can install afterwards though. The URI and HeadParser aka the HTML module are pretty much required. Base64 and FTP seem not to be used for

Re: LWP install

2002-10-30 Thread Charles Albrecht
At 10:50 AM +0100 10/30/2002, Tom Holland wrote: Please pardon my newbie foolishness Have a 10.2 Server system and am trying to install the LWP module via CPAN. This worked fine under a 10.1.5 system on a different machine (once I su'ed to root). (You get this message, because MakeMaker

Re: LWP install

2002-10-30 Thread Doug McNutt
I had the same problems. The readme talks about other required modules and then those talk about others. It's a recursive exercise apparently done for us in the MacPerl world. (Thanks Chris) After a couple of hours I found my way thru CPAN getting one missing module at a time. It appears that

Re: LWP install

2002-10-30 Thread Doug McNutt
Actually Chuck sent this to me. This is one of those lists that has a hangup about changing the reply to: header so that it defaults to the list. Someday I'll learn about bundles but as of now it's up to someone else to answer. And - while were at it? Is there a document somewhere that talks

Re: LWP install

2002-10-30 Thread Sherm Pendley
On Wednesday, October 30, 2002, at 01:08 PM, Doug McNutt wrote: The readme talks about other required modules and then those talk about others. It's a recursive exercise Only if you're determined to do it the hard way. If you use the CPAN shell, it follows dependencies for you, installing