Re: [GNC] Finance::Quote on a Mac with a foreign perl

2024-04-27 Thread Bruce Schuck
On Sat Apr 27, 2024 at 21:13:22 Mr. Ralls wrote: I just remembered a third case that's probably the same problem: https://bugs.gnucash.org/show_bug.cgi?id=799195 complained that it took 15 minutes to install the F::Q dependencies and the attempt ultimately failed because SSLeay failed its

Re: [GNC] Finance::Quote on a Mac with a foreign perl

2024-04-27 Thread John Ralls
> On Apr 27, 2024, at 2:32 PM, Bruce Schuck wrote: > > On Fri Apr 26, 2024, at 12:07:04 EDT Mr Ralls wrote: > >> Here's an example of a failed session with Homebrew interference: >> https://paste.jvnv.net/view/CcsOd This comes from an IRC discussion at >>

Re: [GNC] Finance::Quote on a Mac with a foreign perl

2024-04-27 Thread Bruce Schuck
On Fri Apr 26, 2024, at 12:07:04 EDT Mr Ralls wrote: Here's an example of a failed session with Homebrew interference: https://paste.jvnv.net/view/CcsOd This comes from an IRC discussion at https://code.gnucash.org/logs/2024/04/16.html#T06:46:33. There was an earlier exchange with another

Re: [GNC] Finance::Quote on a Mac with a foreign perl

2024-04-26 Thread Peter Lamb via gnucash-user
On 27/4/2024 04:00, Adrien Monteleone wrote: I'm not familiar with @INC, but happy to learn. @INC is a Perl list of directories that are searched to find library modules for Perl module 'use' statements (and in other contexts where modules are imported). On Unixoid systems you can find out

Re: [GNC] Finance::Quote on a Mac with a foreign perl

2024-04-26 Thread john
Adrien, @INC is the perl internal variable containing the search paths for locating included modules. I used that as a proxy for a modicum of expertise with managing a perl configuration. I wouldn't suggest that you go learn perl just to help with this problem. Regards, John Ralls > On Apr

Re: [GNC] Finance::Quote on a Mac with a foreign perl

2024-04-26 Thread Adrien Monteleone
John, I have Homebrew installed. I'm not familiar with @INC, but happy to learn. I just ran gnc-fq-update without issues. I still have the output from that update if you need it, or if you need output from any other commands, just let me know. I'm still on GnuCash 5.5, my Perl is 5.30 and

Re: [GNC] Finance::Quote on a Mac with a foreign perl

2024-04-26 Thread john
Vincent, Here's an example of a failed session with Homebrew interference: https://paste.jvnv.net/view/CcsOd This comes from an IRC discussion at https://code.gnucash.org/logs/2024/04/16.html#T06:46:33. There was an earlier exchange with another longer dump that implicated Homebrew in which I

Re: [GNC] Finance::Quote on a Mac with a foreign perl

2024-04-25 Thread Vincent Lucarelli
John, I run macOS and use Homebrew. How are the user’s running gnc-fq-update? From a terminal, if you > cd /Applications/Gnucash.app/Contents/Resources/bin > sudo ./gnc-fq-update it is going to use /usr/bin/perl from the #! line at the top of the script. But the script uses the perl CPAN

[GNC] Finance::Quote on a Mac with a foreign perl

2024-04-25 Thread john
Are there any Mac users who have Homebrew installed and know what @INC is? At least two users with the first problem but without knowing the second have gotten themselves cross-threaded trying to install Finance::Quote because Homebrew' screws up their perl installation so that cpan ignores the