I installed soccer simulation version 12.1.0.
in order base,server,classic_monitor and monitor,
and rcsoccersim command,runs successfully.
But,after enter command " rcssclient " this error showned :
[root@localhost Run]# rcssclient
rcssclient: error while loading shared libraries: librcssnet.so.1: cannot open shared object file: No such file or directory
I can not find librcssnet.so.1.
Please help me.
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello.
I installed soccer simulation version 12.1.0.
in order base,server,classic_monitor and monitor,
and rcsoccersim command,runs successfully.
But,after enter command " rcssclient " this error showned :
[root@localhost Run]# rcssclient
rcssclient: error while loading shared libraries: librcssnet.so.1: cannot open shared object file: No such file or directory
I can not find librcssnet.so.1.
Please help me.
Thanks.
Thanks very very much
Probably, you need to set the environment variable, LD_LIBRARY_PATH, or /etc/ld.so.conf.
Please try the following,
$ LD_LIBRARY_PATH=<PATH_TO_INSTALL_DIR>/lib rcssclient
For example, if you installed the simulator to /usr/local,
$ LD_LIBRARY_PATH=/usr/local/lib rcssclient
You can write the environment variable setting to ~/.bash_profile or ~/.bashrc.
In this case, you don't need to set LD_LIBRARY_PATH by yourself.
Thanks for your reply.
I set the environment variable,
and content of my ~/.bashrc is :
.bashrc
User specific aliases and functions
alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib rcssclient
export LD_LIBRARY_PATH
Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
but,when i open Terminal, this message show :
RCSSClient - 12.1.0 (6000:localhost)
__ Visulas _________
__ Sense Body _______
__ Other ____________
__ Input ____________
> _
> LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib rcssclient
Remove 'rcssclient',
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib