需要帮助在 Windows 计算机上安装 Apache::Registry

发布于 2024-10-21 06:08:07 字数 599 浏览 2 评论 0原文

我正在尝试在我的 Windows 计算机上安装 Apache::Registry。但是,我无法做到这一点。因为,它要求 Apache.exe 位置。当我给它完整的路径(“C:\ Apache2.2 \ bin \ httpd.exe”)时,它会遇到以下错误。请帮助我克服这个问题。

cpan> install Apache::Registry
Running install for module 'Apache::Registry'
Running make for G/GO/GOZER/mod_perl-1.31.tar.gz
Has already been unwrapped into directory C:\Perl\cpan\build\mod_perl-1.31-Pn_
8fL
Has already been made
Running make test
C:\Perl\bin\perl.exe t/TEST.win32 0
Set up gcc environment - 3.4.5 (mingw-vista special r3)
Please supply the full path to Apache.exe:

提前致谢。

-安吉

Am trying to install Apache::Registry on my windows machine. But, i was not able to do that. Because, it is asking for the Apache.exe location. When i give it the full path("C:\Apache2.2\bin\httpd.exe"), then it is throughing the following error. Please help me to overcome this issue.

cpan> install Apache::Registry
Running install for module 'Apache::Registry'
Running make for G/GO/GOZER/mod_perl-1.31.tar.gz
Has already been unwrapped into directory C:\Perl\cpan\build\mod_perl-1.31-Pn_
8fL
Has already been made
Running make test
C:\Perl\bin\perl.exe t/TEST.win32 0
Set up gcc environment - 3.4.5 (mingw-vista special r3)
Please supply the full path to Apache.exe:

Thanks in advance.

-Anji

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

雪若未夕 2024-10-28 06:08:07

Apache::Registry 来自 Apache httpd v1 的 mod_perl v1。您需要 ModPerl::Registry from mod_perl v2 用于您的 Apache httpd v2 。

您可以避免从源代码构建,请参阅 mod_perl 2.0 Win32 安装说明< /a>.

Apache::Registry is from mod_perl v1 for Apache httpd v1. You want ModPerl::Registry from mod_perl v2 for your Apache httpd v2.

You can avoid building from source, see the mod_perl 2.0 Win32 Installation Instructions.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文