cannot load shared library that exists in /usr/local/lib (Fedora x64)

前端 未结 2 1752
星月不相逢
星月不相逢 2020-12-31 13:00

When attempting to run a program I just compiled successfully, I get the following error:

./src/sensors/laser_scan_producer: error while loading share

2条回答
  •  自闭症患者
    2020-12-31 13:42

    I found a working solution for both /usr/local/lib and /usr/local/lib64 directories in this commit.

    First run this command as root to add those directories.

    tee /etc/ld.so.conf.d/local.conf <

    Next run as root:

    ldconfig
    

提交回复
热议问题