Makefile.PL - 没有这样的文件或目录
我正在尝试按照 此 链接构建 Perforce Perl API 。但是,当我发出命令 perl Makefile.PL 时,我收到错误“Makefile.PL - 没有这样的文件或目录”。
Perl 安装在我的 Linux 机器上。当我发出命令 perl -v 时,显示以下内容:
This is perl, v5.8.8built for i386-linux-thread-multi 版权所有 1987-2006,Larry Wall
有人可以让我知道我在这里缺少什么吗?
I am trying to build the Perforce Perl API as per this link. However, when I issue the command perl Makefile.PL, I get the error "Makefile.PL - No such file or directory".
Perl is installed in my Linux machine. When I issue the command perl -v , the following is displayed:
This is perl, v5.8.8 built for i386-linux-thread-multi
Copyright 1987-2006, Larry Wall
Can someone please let me know what I am missing here?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当我尝试 Makefile 命令时,我没有正确的 p4perl 模块。我现在已经下载了 p4perl API 并且能够执行 Makefile 命令。
I was not having the right p4perl module when I was trying the Makefile command. I have now downloaded the p4perl API and able to execute the Makefile command.