in reply to Re^3: Installing external libraries for perlbrew perl
in thread Installing external libraries for perlbrew perl
I think I'm getting somewhere now. I added the following line to my bash profile-bash: /Users/user/perl5/perlbrew/bin:/Users/user/perl5/perlbrew/perls +/perl-5.14.1/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X1 +1/bin: No such file or directory
That also changes my perl version to the one in /opt/local/bin but I can invoke cpan withexport PATH=/opt/local/bin:/opt/local/sbin:$PATH
Now when I try to install GD it nearly succeeds, failing 1 test out of 13 which seems to be something to do with the JPEG library. I'll have to figure that out tomorrow as I'm exhausted now. Thanks for the help.sudo /Users/user/perl5/perlbrew/perls/perl-5.14.1/bin/perl5.14.1 -MCPA +N -e shell
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Installing external libraries for perlbrew perl
by taint (Chaplain) on Dec 19, 2013 at 05:13 UTC | |
by Eliya (Vicar) on Dec 19, 2013 at 06:05 UTC | |
by taint (Chaplain) on Dec 19, 2013 at 06:17 UTC |