user-1791
09-03-2018, 03:34 AM
I have been following the manual install guide for get_iplayer (version 3.12) with little success. The install fails while attempting to install the Mojolicious module to the local library. Per the install guide I used the commands below to configure a local library.
curl -L "http://cpanmin.us" | perl - -l ~/perl5 App::cpanminus local::lib
eval `perl -I ~/perl5/lib/perl5 -Mlocal::lib`
echo 'eval `perl -I ~/perl5/lib/perl5 -Mlocal::lib`' >> ~/.bash_profile
I then execute the command:
cpanm LWP mojolicious
(Note I wanted to run this individually as this is the module that appears not to be available to Perl).
Output from the command is provided below. As you can see the install fails when trying to instal Net-HTTP because the installed version of Net::HTTP appears to be 6.06 rather than 6.07.
Does anyone have any insight into what I'm doing incorrectly in the install process.
--> Working on LWP
Fetching http://www.cpan.org/authors/id/O/OA/OALD....33.tar.gz ... OK
Configuring libwww-perl-6.33 ... OK
==> Found dependencies: Net::HTTP, Test::RequiresInternet
--> Working on Net::HTTP
Fetching http://www.cpan.org/authors/id/O/OA/OALD....17.tar.gz ... OK
Configuring Net-HTTP-6.17 ... OK
Building and testing Net-HTTP-6.17 ... FAIL
! Installing Net::HTTP failed. See /Users/Jack/.cpanm/work/1520561705.40652/build.log for details. Retry with --force to force install it.
--> Working on Test::RequiresInternet
Fetching http://www.cpan.org/authors/id/M/MA/MALL....05.tar.gz ... OK
Configuring Test-RequiresInternet-0.05 ... OK
Building and testing Test-RequiresInternet-0.05 ... OK
Successfully installed Test-RequiresInternet-0.05
! Installing the dependencies failed: Installed version (6.06) of Net::HTTP is not in range '6.07'
! Bailing out the installation for libwww-perl-6.33.
! Finding mojolicious on cpanmetadb failed.
! Finding mojolicious () on mirror http://www.cpan.org failed.
! Couldn't find module or a distribution mojolicious
1 distribution installed
curl -L "http://cpanmin.us" | perl - -l ~/perl5 App::cpanminus local::lib
eval `perl -I ~/perl5/lib/perl5 -Mlocal::lib`
echo 'eval `perl -I ~/perl5/lib/perl5 -Mlocal::lib`' >> ~/.bash_profile
I then execute the command:
cpanm LWP mojolicious
(Note I wanted to run this individually as this is the module that appears not to be available to Perl).
Output from the command is provided below. As you can see the install fails when trying to instal Net-HTTP because the installed version of Net::HTTP appears to be 6.06 rather than 6.07.
Does anyone have any insight into what I'm doing incorrectly in the install process.
--> Working on LWP
Fetching http://www.cpan.org/authors/id/O/OA/OALD....33.tar.gz ... OK
Configuring libwww-perl-6.33 ... OK
==> Found dependencies: Net::HTTP, Test::RequiresInternet
--> Working on Net::HTTP
Fetching http://www.cpan.org/authors/id/O/OA/OALD....17.tar.gz ... OK
Configuring Net-HTTP-6.17 ... OK
Building and testing Net-HTTP-6.17 ... FAIL
! Installing Net::HTTP failed. See /Users/Jack/.cpanm/work/1520561705.40652/build.log for details. Retry with --force to force install it.
--> Working on Test::RequiresInternet
Fetching http://www.cpan.org/authors/id/M/MA/MALL....05.tar.gz ... OK
Configuring Test-RequiresInternet-0.05 ... OK
Building and testing Test-RequiresInternet-0.05 ... OK
Successfully installed Test-RequiresInternet-0.05
! Installing the dependencies failed: Installed version (6.06) of Net::HTTP is not in range '6.07'
! Bailing out the installation for libwww-perl-6.33.
! Finding mojolicious on cpanmetadb failed.
! Finding mojolicious () on mirror http://www.cpan.org failed.
! Couldn't find module or a distribution mojolicious
1 distribution installed