- 论坛徽章:
- 0
|
perl新新手。
提示没有MIME: arser,于是下载了MIME-tools-5.426.tar.gz安装,
# perl Makefile.PL 后提示以下错误信息:
Please remember to call 'o conf commit' to make the config permanent!
*** Dependencies will be installed the next time you type 'make'.
*** Module::AutoInstall configuration finished.
ERROR: perl: Version 5.006001 is installed, but we need version >= 5.008 at inc/Module/Install/Makefile.pm line 158, <STDIN> line 6.
# Looks like your test died before it could output anything.
可是,
# ls -al /usr/perl5
total 20
drwxr-xr-x 6 root bin 512 Jun 5 15:37 .
drwxr-xr-x 39 root sys 1024 Jun 6 15:52 ..
drwxr-xr-x 30 root bin 2048 Jun 5 17:46 5.00503
drwxr-xr-x 5 root bin 512 Jun 5 15:37 5.6.1
lrwxrwxrwx 1 root root 11 Jun 5 14:46 bin -> ./5.6.1/bin
lrwxrwxrwx 1 root root 9 Jun 5 15:37 man -> 5.6.1/man
lrwxrwxrwx 1 root root 15 Jun 5 15:37 pod -> ./5.6.1/lib/pod
drwxr-xr-x 4 root bin 512 Jun 5 14:51 site_perl
drwxr-xr-x 3 root bin 512 Jun 5 14:46 vendor_perl |
|