[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl] problem with LWP



My question relates to this '/lib/auto' version of URI. I see from the
README from URI current version that
"The URI class replaces the URI::URL class that used to be distributed
with libwww-perl.  This package contains an emulation of the old
URI::URL interface.  The emulated URI::URL implements both the old and
the new interface."

I can readily replace the /lib/URI folder with the new stuff (as I did for
libwww and libnet) but what do I do with the /lib/auto/URI stuff? I do not
see the equivalent to the 'auto' stuff in my UNIX or Linux implementations
of perl, so I'm not sure what's going on with these, but it appears that
the /lib/auto/URI is what is giving me grief.

Thanks again
Kit

--On Thu, Dec 9, 1999 11:04 -0500 Paul Schinder <schinder@pobox.com> wrote:

> At 10:25 AM -0500 12/9/99, Christopher F. Baum wrote:
>> Thanks much for the help. I had installed the 2.53 Net::FTP yesterday; I
>> went and got the 5.47 libwww-perl, and installed that 'by hand'. It is
>> now complaining about URI. I thought it might need a new version of URI
>> (URI:URL is showing version 4.11) but it seems to be complaining about
>> the version in
>> /lib/auto/URI, not the version in /lib/URI.  Should I grab the most
>> recent URI from CPAN?
> 
> 
> Yes, I forgot about that.  You'll need that, too.
> 
>> 
>> Errors:
>> 
>> (verification of versions)
>> 2.53
>> 5.47
>> 
>> (my program)
>> 
>> 500# Can't locate auto/URI/URL/ftp/path_segmen.al in @INC.
>> File 'Keewaydin:Iduna:MacPerl Ÿ:lib:AutoLoader.pm'; Line 49
>> 
>> File 'Keewaydin:Iduna:MacPerl Ÿ:lib:LWP:Protocol:ftp.pm'; Line 115
>> 
>> 
>> TIA
>> Kit
>> 
>> --On Thu, Dec 9, 1999 9:43 -0500 Paul Schinder <schinder@pobox.com>
>> wrote:
>> 
>>  > use Net::FTP;
>>  > print $Net::FTP::VERSION,"\n";
>>  > use LWP;
>>  > print $LWP::VERSION,"\n";
>> 
>> 
>> 
>> -----------------------------------------------------------------
>> Kit Baum    baum@bc.edu    http://fmwww.bc.edu/ec-v/baum.fac.html
>> 
>> # ===== Want to unsubscribe from this list?
>> # ===== Send mail with body "unsubscribe" to macperl-request@macperl.org
> 
> --
> Paul Schinder
> schinder@pobox.com



-----------------------------------------------------------------
Kit Baum    baum@bc.edu    http://fmwww.bc.edu/ec-v/baum.fac.html

# ===== Want to unsubscribe from this list?
# ===== Send mail with body "unsubscribe" to macperl-request@macperl.org