On Fri, 2008-02-29 at 19:03 +0100, Juergen Kosel wrote: > Hello, > > it is nearly the same as before: > gnucash on amd64 fails to retrieve prices for Fonds arideka > (DE0008474511) from DEKA investments. > But it succeeds if the i386 variant is started within a chroot. > > So could you please give me a hint, what settings may be wrong?
Script: #!/usr/bin/perl -w use Finance::Quote; $q = Finance::Quote->new("Deka"); %info = $q->deka("DE0008474511"); foreach $fieldname ( keys %info ) { print "$fieldname = $info{$fieldname}\n"; } The output: DE0008474511isodate = 2008-02-29 DE0008474511last = 62.22 DE0008474511price = 62.22 DE0008474511name = AriDeka DE0008474511currency = EUR DE0008474511method = deka DE0008474511symbol = DE0008474511 DE0008474511success = 1 DE0008474511date = 02/29/2008 This seems to work fine on amd64. Are you sure that the problem is in libfinance-quote-perl ? Regards, Bart Martens -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]