编译出错,是否是哪个库文件没有的原因?

发布于 2022-09-18 05:29:42 字数 385 浏览 12 评论 0

公司服务器上考来的代码,用公司服务器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 技术交流群。

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

发布评论

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

评论(3

抚笙 2022-09-25 05:29:42

没装PERL?

撧情箌佬 2022-09-25 05:29:42

安装了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

甜味拾荒者 2022-09-25 05:29:42

/home/will/repos-solos-wx/source/common/odymodule.pl
文件存在?

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