- 论坛徽章:
- 0
|
下载文件 POE-0.9999.tar.gz
以root用户将文件上传到solaris服务器的/opt目录下
解压解包.....
# cd /opt/POE-0.9999
# perl Makefile.PL
====================================================================
Prompts may be bypassed by running:
perl Makefile.PL --default
====================================================================
Some of POE's tests require a functional network.
You can skip these tests if you'd like.
Would you like to skip the network tests? [n]
这里采用默认,直接enter,下面就开始出错了,返回结果如下:
*** Some required features may not be available:
*** File::Spec 0.87 is required, but version 0.82 is installed.
*** IO::Handle 1.27 is required, but version 1.21 is installed.
*** Test::Harness 2.26 is required, but version 1.1604 is installed.
*** Some optional features may not be available:
*** Compress::Zlib 1.33 could not be loaded.
*** Curses 1.08 could not be loaded.
*** Event 1 could not be loaded.
*** Gtk 0.7009 could not be loaded.
*** IO: ty 1.02 could not be loaded.
*** LWP 5.79 could not be loaded.
*** Socket6 0.14 could not be loaded.
*** Storable 2.12 could not be loaded.
*** Term::Cap 1.09 is optional, but version is installed.
*** Term::ReadKey 2.21 could not be loaded.
*** Time::HiRes 1.59 could not be loaded.
*** Tk 800.027 could not be loaded.
Warning: prerequisite File::Spec 0.87 not found at /usr/perl5/5.6.1/lib/ExtUtils/MakeMaker.pm line 343, <STDIN> line 1.
Warning: prerequisite IO::Handle 1.27 not found at /usr/perl5/5.6.1/lib/ExtUtils/MakeMaker.pm line 343, <STDIN> line 1.
Warning: prerequisite Test::Harness 2.26 not found at /usr/perl5/5.6.1/lib/ExtUtils/MakeMaker.pm line 343, <STDIN> line 1.
'NO_META' is not a known MakeMaker parameter name.
Writing Makefile for POE
到这里执行就中断了...
为什么会出现这么多的模块版本的错误呢,是否是原装的perl模块对其造成的影响,还是缺少的某些必须的先决操作?
下载链接http://mirrors.xueron.com/CPAN/a ... O/POE-0.9999.tar.gz
麻烦有条件的朋友帮忙测试一下,给点建议~先谢了.. |
|