Re: [GNC] Install Finance::Quotes

2024-01-15 Thread Kalpesh Patel
While I am not on Mac, I recall that the SSL portion of LWP was very hard to 
compile/install on the *NIX side, especially the needed SSLeay module for older 
Perl versions which used to be a separate and standalone build.

From below SUDO command, it looks you are trying to build for all three 
architecture types so I am SUSPECTING that SSLeay for ARM may not be available 
for Perl 5.3 version. 

-Original Message-
From: Gustavo Taouil  
Sent: Sunday, January 14, 2024 2:58 PM
To: gnucash-user@gnucash.org
Subject: [GNC] Install Finance::Quotes

Hi Guys, please help me!

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?



Thanks 

Gustavo








___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Install Finance::Quotes

2024-01-15 Thread Jim DeLaHunt

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 
?


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


___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


[GNC] Install Finance::Quotes

2024-01-15 Thread Gustavo Taouil
Hi Guys, please help me!

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?



Thanks 

Gustavo






___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.