[GNC] Install Finance::Quotes
Jim DeLaHunt
list+gnucash at jdlh.com
Mon Jan 15 12:00:33 EST 2024
Hello, Gustavo, and welcome to Gnucash!
On 2024-01-14 11:58, Gustavo Taouil wrote:
> ...I have MacBook Pro m3 with macOS Sonome. I followed the instructions in wiki page of Gnucash to install the Finance::Quote. I use this command in terminal :
>
> sudo ARCHFLAGS='-arch arm64 -arch arm64e -arch x86_64' /Applications/Gnucash.app/Contents/Resources/bin/gnc-fq-update
>
> The command installs several packages in pearl 5.3 folder but didn’t install Finance::Quote. Debugging the code I found that I can’t install the package LWP::Protocol::https.
>
>
> Has anyone had a problem like this?
Having problems with Finance::Quote, including on macOS, is a regular
feature of the questions on this list. So, yes.
Have you read the page of the GnuCash wiki about Online Quotes,
especially
<https://wiki.gnucash.org/wiki/Online_Quotes#Installing_Finance::Quote_on_macOS>?
Are you using Perl for anything apart from GnuCash's use for quotes? If
so, then those uses may clash with GnuCash's uses.
Are you using Homebrew or MacPorts to install software onto your Mac?
If so, they may have installed a separate copy of Perl which conflicts
with the one GnuCash uses.
In the Terminal, please run these three commands, and let us know what
output you get. (The '%' marks the command prompt in Terminal; you don't
type in that part.)
% whence perl
% perl --version
% /usr/bin/perl --version
I hope we will be able to help you over this hump.
Best regards,
—Jim DeLaHunt
More information about the gnucash-user
mailing list