Hello, I am going through the Installation Manual for 2.17 on Ubuntu - I am using Ubuntu 20.04.5
When I get to Installation of Other Perl Modules with cpanm I get this;
wwadmin@webwork2:~$ sudo cpanm Statistics::R::IO SQL::Abstract::Classic
[sudo] password for wwadmin:
--> Working on Statistics::R::IO
Fetching http://www.cpan.org/authors/id/D/DA/DAVOR/Statistics-R-IO-1.0002.tar.gz ... OK
Configuring Statistics-R-IO-1.0002 ... OK
==> Found dependencies: Class::Tiny::Antlers
--> Working on Class::Tiny::Antlers
Fetching http://www.cpan.org/authors/id/T/TO/TOBYINK/Class-Tiny-Antlers-0.024.tar.gz ... OK
Configuring Class-Tiny-Antlers-0.024 ... OK
! Can't configure the distribution. You probably need to have 'make'. See /root/.cpanm/work/1671724015.1585/build.log for details.
! Installing the dependencies failed: Module 'Class::Tiny::Antlers' is not installed
! Bailing out the installation for Statistics-R-IO-1.0002.
--> Working on SQL::Abstract::Classic
Fetching http://www.cpan.org/authors/id/R/RI/RIBASUSHI/SQL-Abstract-Classic-1.91.tar.gz ... OK
Configuring SQL-Abstract-Classic-1.91 ... OK
==> Found dependencies: Test::Deep
--> Working on Test::Deep
Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Test-Deep-1.130.tar.gz ... OK
Configuring Test-Deep-1.130 ... OK
! Can't configure the distribution. You probably need to have 'make'. See /root/.cpanm/work/1671724015.1585/build.log for details.
! Installing the dependencies failed: Module 'Test::Deep' is not installed
! Bailing out the installation for SQL-Abstract-Classic-1.91.
I didn't realize this happened....then when I get to Checking Module Dependencies I see this;
SOAP::Lite found and loaded
Socket found and loaded
** Statistics::R::IO not found in @INC
String::ShellQuote found and loaded
Template found and loaded
Text::CSV found and loaded
Text::Wrap found and loaded
Tie::IxHash found and loaded
Time::HiRes found and loaded
Time::Zone found and loaded
Types::Serialiser found and loaded
URI::Escape found and loaded
** UUID::Tiny not found in @INC
XML::Parser found and loaded
** XML::Parser::EasyTree not found in @INC
XML::Simple found and loaded
XML::Writer found and loaded
XMLRPC::Lite found and loaded
YAML::XS found and loaded
Apache2::Request found and loaded
Apache2::ServerRec found and loaded
Apache2::ServerUtil found and loaded
checking for SQL::Abstract
You have version 1.86 of SQL::Abstract installed. This will be used
I'm not sure how to fix this, can someone please help,
thanks,