OpenRTM / OpenRTM-aist

OpenRTM-aist: RT-Middleware and OMG RTC implementation in C++ implemented by AIST
https://openrtm.org/
Other
19 stars 12 forks source link

Ubuntuでmake installでインストールしたサンプルコンポーネントが動作しない #275

Closed Nobu19800 closed 5 years ago

Nobu19800 commented 5 years ago

Describe the bug Ubuntuでmake installコマンドによりインストールした場合に、サンプルコンポーネント実行時に以下のエラーが発生する。

loading shared libraries: libRTC.so.2.0: cannot open shared object file: No such file or directory

To Reproduce Steps to reproduce the behavior:

  1. Ubuntu上でビルドする
  2. make installコマンドで/usr/localにインストールする
  3. サンプルコンポーネントを実行する
    /usr/local/share/openrtm-2.0/components/c++/examples/ConsoleInComp 
  4. See error

Reproducibility 100% Expected behavior

Screenshots or Logs

Environment

Additional context

r-kurose commented 5 years ago

インストール後に ldconfig -v していないので、見えていないのではないでしょうか。