需要帮助在 Windows 计算机上安装 Apache::Registry
我正在尝试在我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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 wantModPerl::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.