in reply to Re^6: cURL And XML breaking the install of a previosuly fine script
in thread cURL And XML breaking the install of a previosuly fine script
Let's take a look at the failed install attempt, before the force, remember the devil is in the detail:
home/ross/perl5/perlbrew/perls/perl-5.18.4/bin/perl
In your first post you mention that 5.18 is the system perl. However the failing script reports:
/usr/local/lib/x86_64-linux-gnu/perl/5.24.1
Another version. So this suggests to me that you used cpanm from your system perl, to install the module, and the code your running is using 5.24, which does not have this module installed. Are you running multiple perls? You mentioned perlbrew.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: cURL And XML breaking the install of a previosuly fine script
by wintermute115 (Acolyte) on Apr 20, 2017 at 20:46 UTC | |
by Corion (Patriarch) on Apr 21, 2017 at 06:13 UTC | |
by wintermute115 (Acolyte) on Apr 21, 2017 at 11:45 UTC | |
by marto (Cardinal) on Apr 21, 2017 at 05:12 UTC | |
by wintermute115 (Acolyte) on Apr 21, 2017 at 00:37 UTC | |
by FreeBeerReekingMonk (Deacon) on Apr 21, 2017 at 21:17 UTC |