four warnings:
/usr/bin/ld: warning: libswresample.so.3, needed by //home/c/app/lib/libavcodec.so.58, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libvpx.so.6, needed by //home/c/app/lib/libavcodec.so.58, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libx264.so.161, needed by //home/c/app/lib/libavcodec.so.58, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libx265.so.192, needed by //home/c/app/lib/libavcodec.so.58, not found (try using -rpath or -rpath-link)
I have changed .bashrc,and no error occurs when lib264,265,nasm,yasm installation.And the file /home/c/app/lib/libavcodec.so.58 exists,why there is incorrect path //home/c/app/lib/libavcodec.so.58??????Did the compile file command mistake?
four warnings: /usr/bin/ld: warning: libswresample.so.3, needed by //home/c/app/lib/libavcodec.so.58, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libvpx.so.6, needed by //home/c/app/lib/libavcodec.so.58, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libx264.so.161, needed by //home/c/app/lib/libavcodec.so.58, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libx265.so.192, needed by //home/c/app/lib/libavcodec.so.58, not found (try using -rpath or -rpath-link) I have changed .bashrc,and no error occurs when lib264,265,nasm,yasm installation.And the file /home/c/app/lib/libavcodec.so.58 exists,why there is incorrect path //home/c/app/lib/libavcodec.so.58??????Did the compile file command mistake?