If you are installing it into the system installed perl, which most likely you 
are doing so with a su switch user utility, then correct way to do so would be 
to:

# sudo su -
# cd <to_untarred_source_directory>
# make depend
# make
# make test
# make install
# make clean

(space and then followed by a dash is important on the first command).

-----Original Message-----
From: Fred Tydeman <tydeman.f...@gmail.com> 
Sent: Wednesday, May 01, 2024 10:39 PM
To: Bruce Schuck <bsch...@asgard-systems.com>
Cc: GnuCash User <gnucash-user@gnucash.org>
Subject: Re: [GNC] Finance::Quote PreRelease 1.61_03

On my Linux systems, after some searching, I found that I needed:
  dnf install perl-ExtUtils-MakeMake*
to get me started.
Running perl Makefile.PL
got me several warnings of other missing perl files.
After doing a bunch of dnf install perl-... for them, 'make' and 'make test' 
ran But, 'make install' failed due to permission issues.
Does it need 'su' to do the install?



On Wed, May 1, 2024 at 7:09 PM Fred Tydeman <tydeman.f...@gmail.com> wrote:

> I am running Fedora Linux 26
> I downloaded the Finance::Quote.
> When I run:  perl Maklefile.pl
> I get:  Can't locate ExtUtils/MakeMaker.pm So, can you point me to 
> more complete documentation?
>
> On Tue, Apr 30, 2024 at 8:00 PM Bruce Schuck 
> <bsch...@asgard-systems.com>
> wrote:
>
>> A few more fixes and additions to Finance::Quote. For those who are 
>> comfortable with the interim releases, 1.61_03 has been uploaded to CPAN.
>>
>>
>> https://www.cpan.org/modules/by-authors/id/B/BP/BPSCHUCK/Finance-Quot
>> e-1.61_03.tar.gz
>>
>> Or just "BPSCHUCK/Finance-Quote-1.61_03.tar.gz" when installing via 
>> "cpan" or "cpanm".
>>
>> The Fool.pm module has been fixed (but like Yahoo, who knows for how 
>> long?), method "fool". For the time being, only returns data for 
>> securities on NYSE, Nasdaq, and OTC exchanges.
>>
>> A new module for US traded stocks, StockData.pm, with default method 
>> "stockdata". This requires an API token from https://www.stockdata.org/.
>> If passed in as an environment variable, set "STOCKDATA_API_KEY" to 
>> your token. Once installed "perldoc Finance::Quote::StockData" will 
>> display more information.
>>
>> I also discovered that the TwelveData module was not working because 
>> the method "twelvedata" was not returning a value for price or last. 
>> This is another module that requires an API, this one from 
>> https://twelvedata.com/. Set environment variable "TWELVEDATA_API_KEY"
>> to your token. Once installed "perldoc Finance::Quote::TwelveData" 
>> will display more information.
>>
>> Regards,
>>
>> Bruce S.
>> _______________________________________________
>> 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.
>>
>


_______________________________________________
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.

Reply via email to