【问题标题】:having some problems installing mod_perl on windows在 Windows 上安装 mod_perl 时遇到一些问题
【发布时间】:2013-03-10 16:38:29
【问题描述】:

我想在 Xampp for Windows 中的 Apache 网络服务器上运行 Perl,但是当我想从此处的文档中安装 Perl 时:http://perl.apache.org/docs/2.0/os/win32/install.html,有 1 行我不太明白:

C:\modperl_src> perl Makefile.PL MP_AP_PREFIX=\Path\to\Apache2

Apache 和 makefile.pl 的路径是什么意思?它是 Apache 文件夹的路径还是其他东西?我知道这可能看起来是一个非常愚蠢的问题,但这是我第一次这样做,所以我想做好。
提前致谢,

【问题讨论】:

    标签: windows perl apache xampp mod-perl


    【解决方案1】:

    是的,它是 Apache 2 的路径。Makefile 用于在 *NIX 中“制作”。

    【讨论】:

    • 我试过这个,但是 cmd 给了我这个作为回应:请在 lib/Apache2/Build.pm 第 49 行修复您的 Module::CoreList。BEGIN 失败——编译在 lib/Apache2/Build 处中止。 pm 第 64 行。在 Makefile.PL 第 37 行的 require 中编译失败。BEGIN 失败--编译在 Makefile.PL 第 37 行中止。
    • 你能尝试安装比当前版本更早的 Perl 版本吗? (您使用的是 ActivePerl,对吗?)
    • 抱歉回复慢,请阅读:perlmonks.org/?node_id=985243
    • 谢谢这真的帮了我! :)
    猜你喜欢
    • 2015-04-01
    • 2012-09-19
    • 1970-01-01
    • 2015-01-17
    • 2017-01-15
    • 2013-03-20
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多