/usr/bin/ld: warning: libavformat.so.57, needed by /home/camera.so, not found (try using -rpath or -

Posted rohens-hbg

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了/usr/bin/ld: warning: libavformat.so.57, needed by /home/camera.so, not found (try using -rpath or -相关的知识,希望对你有一定的参考价值。

ffmpeg中,使用libavformt.so.57时,查找不到。

解决方案:

修改ld.so.conf文件,添加路径。

 

sudo gedit /etc/ld.so.conf

在文件末尾添加路径

/usr/local/ffmpeg/lib

 

然后执行命令

sudo ldconfig

以上是关于/usr/bin/ld: warning: libavformat.so.57, needed by /home/camera.so, not found (try using -rpath or -的主要内容,如果未能解决你的问题,请参考以下文章

/usr/bin/ld: 找不到 -l-L/usr/lib

/usr/bin/ld: 找不到共享库

为啥 /usr/lib/ld 找不到 -lcudart?

/usr/bin/ld: 搜索 -lQtCore 时跳过不兼容的 /usr/lib/x86_64-linux-gnu/libQtCore.so

linux下关于openssl库的错误/usr/bin/ld: warning: libssl.so.1.0.0, needed by……

linux下关于openssl库的错误/usr/bin/ld: warning: libssl.so.1.0.0, needed by……