From: Konovalov, V. <vko...@sp...> - 2006-02-28 17:30:19
|
> > > required to user LWP extension. > > I doubt porting LWP will be easy... > In fact, URI seams to be the only extension that is missing > to run LWP based > perl script. See the following perl-stderr log: > > Can't locate URI.pm in @INC (@INC contains: /Storage Card/usr/perl/lib its pure-perl, just copy to ./lib/ and use! > > That's frustating because the error reported during URI extension you'll see more frustrating moments than that, in perlce... > compilation seams to be that the miniperl argument list is > too long. Isn't > it a work around for this "too long argument" issues (see URI > extension > building log file attached in this morning email ) URI: Warning: prerequisite MIME::Base64 2 not found. Did you tried providing prerequisite? Compress::Zlib: c:\temp\perl\perl-5.9.3\ext\compress-zlib-1.41\gzio.c(180) : error C2065: 'errno' : undeclared identifier Can you try declaring "errno" as extern int temporarily? I'll try myself in some near future BR, Vadim. |