Quotes with gnc-prices on GnuCash 1.4.7

Dave Peticolas dave@krondo.com
Mon, 09 Oct 2000 03:06:51 -0700


=?ISO-8859-1?Q?G=E9rard?= Verger writes:
> Hello,
> I just installed GnuCash 1.4.7 (French Version). Everything seems workin=
> g=20
> well. I managed to register my stocks. But when I tried to download=20
> online quotes, I get the following message:
> Can't locate LWP/UserAgent.pm in @INC (@INC contains:=20
> /usr/share/gnucash/perl /usr/lib/perl5/5.00503/i386-linux=20
> /usr/lib/perl5/5.00503 /usr/lib/perl5/site_perl/5.005/i386-linux=20
> /usr/lib/perl5/site_perl/5.005 .) at /usr/share/gnucash/perl/Quote.pm=20
> line 68.
> BEGIN failed--compilation aborted at /usr/share/gnucash/perl/Quote.pm=20
> line 68.
> BEGIN failed--compilation aborted at /usr/bin/gnc-prices line 22.
> 
> I understand that the software is looking for a UserAgent.pm file which =
> 
> is missing. How can I fix the problem? Thanks

You can use the CPAN system to install the module. Run (as root)
'cpan', or 

perl -MCPAN -e shell;

And use 'install Bundle::LWP' to get the needed modules.

dave