Jack writes:
> I installed all three of the specified perl modules in
> their default locations before compiling gnucash 1.4.1, but
> when I try to run gnc-prices I get the following errors:
> 
> Can't locate URI/URL.pm in @INC (@INC contains: /usr/local/share/gnucash/perl
>  /usr/lib/perl5/5.00503/i586-linux /usr/lib/perl5/5.00503 /usr/lib/perl5/site
> _perl/5.005/i586-linux /usr/lib/perl5/site_perl/5.005 .) at (eval 1) line 3.
> BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.005/LWP/UserA
> gent.pm line 97.
> BEGIN failed--compilation aborted at /usr/local/share/gnucash/perl/Quote.pm l
> ine 68.
> BEGIN failed--compilation aborted at /usr/local/bin/gnc-prices line 18. 
> 
> I do have an empty URI/URL directory in path (@INC), but do
> not appear to have a URL.pm anywhere under usr/lib/.  
> 
> Thanks in advance for help.

Try installing the URI module with CPAN.

(as root)

perl -MCPAN -e shell;

(you may need to answer some questions first, defaults usually ok)

(at the CPAN prompt)

install URI


dave

--
Gnucash Developer's List
To unsubscribe send empty email to: [EMAIL PROTECTED]


Reply via email to