Menu

Error in rcssclient

Help
2008-05-22
2012-10-16
  • Morteza Barati

    Morteza Barati - 2008-05-22

    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.

     
    • Morteza Barati

      Morteza Barati - 2008-05-26

      Thanks very very much

       
    • Hidehisa Akiyama

      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.

       
    • Morteza Barati

      Morteza Barati - 2008-05-23

      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 ____________

      > _

       
      • Hidehisa Akiyama

        > LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib rcssclient

        Remove 'rcssclient',

        LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib

         

Log in to post a comment.

MongoDB Logo MongoDB