Linux Program can't find Shared Library at run-time

后端 未结 3 1203
隐瞒了意图╮
隐瞒了意图╮ 2021-02-08 08:10

I\'m trying to compile a linux program, id3v2, and it says it is can\'t find the appropriate library:

id3v2: error while loading shared libraries: libid3-3.8.so         


        
3条回答
  •  星月不相逢
    2021-02-08 09:02

    This solved the issue Just add /usr/local/lib to /etc/ld.so.conf (unless it's already in there; only put it once), then run ldconfig.

提交回复
热议问题