MIME::Parser

MIME::Parser

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
请先升级到perl 5.8,或找旧一点的module来安装..请记得先看README
看看这个图,找到适合你的版本再安装:
http://bbbike.radzeit.de/~slaven ... st=MIME-tools+5.426
http://cpantesters.perl.org/show/MIME-tools.html#MIME-tools-5.426
下载了新的perl-5.10.0.tar.gz,并安装完了。 可是,系统好像没有安装一样,根本没有相应目录:

# 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

help,help!
up