编译出错,是否是哪个库文件没有的原因?
公司服务器上考来的代码,用公司服务器make很顺利,拿回家自己电脑上编译就出错了,不知是否跟代码中有html文件有关?或者是因为哪个库文件没有?
/source/common/odymodule.pl /home/will/repos-solos-wx/source/common/profiles/dsl-gateway/.odyconfig /home/will/repos-solos-wx/source/common/profiles/dsl-gateway/odyconfig.module
make: /home/will/repos-solos-wx/source/common/odymodule.pl: Command not found
make: *** [genmodule] Error 127
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
没装PERL?
安装了perl,还是编译出错,还有其它法子吗?
[root@rw source]# perl -v
This is perl, v5.10.1 (*) built for i686-linux
Copyright 1987-2009, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
[root@rw source]# make
--------------------------------------
Generating module file from .odyconfig1
--------------------------------------
/home/will/repos-solos-wx/source/common/odymodule.pl /home/will/repos-solos-wx/source/common/profiles/dsl-gateway/.odyconfig /home/will/repos-solos-wx/source/common/profiles/dsl-gateway/odyconfig.module
make: /home/will/repos-solos-wx/source/common/odymodule.pl: Command not found
make: *** [genmodule] Error 127
/home/will/repos-solos-wx/source/common/odymodule.pl
文件存在?