user-1787
05-05-2017, 09:18 AM
Hi
I've been a long time user of GiA and am now trying to get back into the command line, but facing an error after installing get_iplayer via Homebrew and trying to initialise the cache:
I checked I have perl installed via:
After a bit of Google-ing I thought running this would solve it, but even after uninstalling and reinstalling get_iplayer (to pick up the newly available perl module) I get the same error:
I used the default options on cpan, so it did a local lib installation. Should I have gone for the sudo option instead?
I've been a long time user of GiA and am now trying to get back into the command line, but facing an error after installing get_iplayer via Homebrew and trying to initialise the cache:
Code:
get_iplayer --cache-init
Can't locate HTTP/Cookies.pm in @INC (@INC contains: /usr/local/Cellar/get_iplayer/3.00.0/libexec/perl5/lib /opt/local/lib/perl5/site_perl/5.16.3/darwin-thread-multi-2level /opt/local/lib/perl5/site_perl/5.16.3 /opt/local/lib/perl5/vendor_perl/5.16.3/darwin-thread-multi-2level /opt/local/lib/perl5/vendor_perl/5.16.3 /opt/local/lib/perl5/5.16.3/darwin-thread-multi-2level /opt/local/lib/perl5/5.16.3 /opt/local/lib/perl5/site_perl /opt/local/lib/perl5/vendor_perl .) at /usr/local/bin/get_iplayer line 58.
BEGIN failed--compilation aborted at /usr/local/bin/get_iplayer line 58.
I checked I have perl installed via:
Code:
perl -v
This is perl 5, version 16, subversion 3 (v5.16.3) built for darwin-thread-multi-2level
After a bit of Google-ing I thought running this would solve it, but even after uninstalling and reinstalling get_iplayer (to pick up the newly available perl module) I get the same error:
Code:
cpan HTTP::Cookies
I used the default options on cpan, so it did a local lib installation. Should I have gone for the sudo option instead?