in reply to Problem installing Perl modules
It could also be a permission problem, in some weird interaction with two versions of Perl being installed...
Try enabling double-verbose mode:
$ perl Makefile.PL verbose verbose
It should then output a lot of stuff, among which you should find "Result: ...", indicating why the calling of perl failed...
Also, what's the permission of the actual binary (i.e. not the link)?
$ ls -l /opt/ActivePerl-5.8/bin/perl
or
$ ls -lL /usr/bin/perl
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Problem installing Perl modules
by msk_0984 (Friar) on Aug 02, 2007 at 13:26 UTC | |
by Corion (Patriarch) on Aug 02, 2007 at 13:40 UTC | |
by almut (Canon) on Aug 02, 2007 at 13:42 UTC |