[GNC] Finance::Quote PreRelease 1.61_03
Kalpesh Patel
kalpesh.patel at usa.net
Thu May 2 23:44:53 EDT 2024
That is possible that there is no depend target in the make file. Just curious how you built/get the make file for it?
Nonetheless as Bruce mentioned, something is amiss with your Perl install. At minimum, install perl-CPAN module using dnf package manager (which I believe is the OS package manager for Fedora). Further see https://www.cyberciti.biz/faq/install-perl-in-fedora-linux-using-dnf-command/ to understand how-to install Perl correctly and then https://packages.fedoraproject.org/pkgs/perl-CPAN/perl-CPAN/ to review the perl-CPAN installation information.
Hope this helps.
From: Fred Tydeman <tydeman.fred at gmail.com>
Sent: Thursday, May 02, 2024 11:40 AM
To: Kalpesh Patel <kalpesh.patel at usa.net>
Cc: Bruce Schuck <bschuck at asgard-systems.com>; GnuCash User <gnucash-user at gnucash.org>
Subject: Re: [GNC] Finance::Quote PreRelease 1.61_03
make depend
fails (as there is no 'depend' target in the makefile).
On Thu, May 2, 2024 at 6:16 AM Kalpesh Patel <kalpesh.patel at usa.net <mailto:kalpesh.patel at usa.net> > wrote:
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
More information about the gnucash-user
mailing list