John Kolvereid wrote:
> Hi Stas,
>    I am currently running w/ openssl-0.9.6b.  ALso, I
> tried your suggestion:
> 
>  perl -MCPAN -eshell
>  cpan> install URI HTML::HeadParser LWP
>  
> make test still could not find LWP...

Nope, according to your original report (the relevant part of it is 
attached below) it did find LWP, but it couldn't load its LWP::UserAgent 
because it couldn't locate URI and HTML::HeadParser.

Now can you check that they are installed in the same location as LWP? 
What do you get from running these?

find /usr/lib/perl5 | grep URI.pm
find /usr/lib/perl5 | grep UserAgent.pm
find /usr/lib/perl5 | grep HeadParser.pm

assuming that all your perl libs are installed under /usr/lib/perl5 as 
in your report

can you run

%perl -MURI -e1?


>>>Checking for LWP::UserAgent......failed
>>>Can't locate URI.pm in @INC (@INC contains: ./lib
>>>
>>/usr/lib/perl5/5.00503/i386-linux
>>/usr/lib/perl5/5.00503
>>/usr/lib/perl5/site_perl/5.005/i386-linux
>>/usr/lib/perl5/site_perl/5.005 .) at (eval 2) line
>>3.
>>
>>>BEGIN failed--compilation aborted at
>>>
>>/usr/lib/perl5/site_perl/5.005/LWP/UserAgent.pm line
>>108.



-- 


_____________________________________________________________________
Stas Bekman             JAm_pH      --   Just Another mod_perl Hacker
http://stason.org/      mod_perl Guide   http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]  http://ticketmaster.com http://apacheweek.com
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/

Reply via email to