Chinaunix

标题: ActivePerl安装模块的问题 [打印本页]

作者: 小公猫    时间: 2007-05-21 10:52
标题: ActivePerl安装模块的问题
我在Windows XP下用ActivePerl,我想安装CPAN上的一个模块,可是为什么无法安装呢?
我想要安装Bundle::SNMP::MIB::Compiler 和 SNMP::MIB::Compiler .
作者: 福瑞哈哥    时间: 2007-05-21 10:57
怎麼搞來搞去,還是這個問題啊?
作者: 小公猫    时间: 2007-05-21 10:59
唉...
不好意思啊
我已经困扰很久了
自己搞的头大,又没人帮我
555555555555555555:em12:
作者: hqyus    时间: 2007-05-21 14:51
Extract the module. This creates a directory based on the name of the archive.

    gzip -d -c Data-Dumper-2.08.tar.gz | tar xvf -

Change directory to the module's directory.

    cd Data-Dumper-2.08

Consult the README file.

    more < README

Run the Makefile.PL script. This uses the MakeMaker module to build a makefile you can build the extension with.

    perl Makefile.PL

Run your make utility. This prepares the module for installation, and compiles any extension if one is present.

    nmake

If this module has tests, run them.

    nmake test

If the tests succeeded, install the module.

    nmake install




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2