首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >start.sh没有在agent2d robocup工作

start.sh没有在agent2d robocup工作
EN

Stack Overflow用户
提问于 2015-11-03 18:46:04
回答 2查看 333关注 0票数 0

我有一个64位的opensuse操作系统,我试图在其中模拟robocup。当我进入agent2d中运行agent2d文件的步骤时,它会给出一个错误。错误:

代码语言:javascript
复制
rtt min/avg/max/mdev = 0.026/0.026/0.026/0.000 ms
./sample_player: error while loading shared libraries: librcsc_agent.so.7: cannot open shared object file: No such file or directory
./sample_player: error while loading shared libraries: librcsc_agent.so.7: cannot open shared object file: No such file or directory
./sample_player: error while loading shared libraries: librcsc_agent.so.7: cannot open shared object file: No such file or directory
./sample_player: error while loading shared libraries: librcsc_agent.so.7: cannot open shared object file: No such file or directory
./sample_player: error while loading shared libraries: librcsc_agent.so.7: cannot open shared object file: No such file or directory
./sample_player: error while loading shared libraries: librcsc_agent.so.7: cannot open shared object file: No such file or directory
./sample_player: error while loading shared libraries: librcsc_agent.so.7: cannot open shared object file: No such file or directory
./sample_player: error while loading shared libraries: librcsc_agent.so.7: cannot open shared object file: No such file or directory
./sample_player: error while loading shared libraries: librcsc_agent.so.7: cannot open shared object file: No such file or directory
./sample_player: error while loading shared libraries: librcsc_agent.so.7: cannot open shared object file: No such file or directory
./sample_player: error while loading shared libraries: librcsc_agent.so.7: cannot open shared object file: No such file or directory
./sample_coach: error while loading shared libraries: librcsc_agent.so.7: cannot open shared object file: No such file or directory

但是sample_player在src文件夹中,sample_coach也在其中。有人能帮我解决我的问题吗?

EN

回答 2

Stack Overflow用户

回答已采纳

发布于 2015-11-03 19:25:56

这就是我的答案

代码语言:javascript
复制
sudo ldconfig -v

只要把它写在终端上,就会给你一个错误。

票数 0
EN

Stack Overflow用户

发布于 2017-08-19 11:05:30

https://osdn.net/projects/rctools/releases/p3777安装库c

代码语言:javascript
复制
$ cd librcsc-x.x.x/

运行以下命令:

注意:如果您在第一步中有权限问题,而不是./配置执行sh ./配置。

代码语言:javascript
复制
$ ./configure
$ make
$ sudo make install
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/33506751

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档