Fails to link at runtime with the newest version of ffmpeg
:
./linux-wallpaperengine: error while loading shared libraries: libavcodec.so.60: cannot open shared object file: No such file or directory
$USER@$HOSTNAME ~> pacman --query --search libavcodec
local/ffmpeg 2:7.0.1-2
$USER@$HOSTNAME ~> exa --long /usr/lib/libavcodec*
lrwxrwxrwx - root 3 Jul 00:49 /usr/lib/libavcodec.so -> libavcodec.so.61.3.100
lrwxrwxrwx - root 22 May 08:46 /usr/lib/libavcodec.so.58 -> libavcodec.so.58.134.100
.rwxr-xr-x 15M root 22 May 08:46 /usr/lib/libavcodec.so.58.134.100
lrwxrwxrwx - root 3 Jul 00:49 /usr/lib/libavcodec.so.61 -> libavcodec.so.61.3.100
.rwxr-xr-x 16M root 3 Jul 00:49 /usr/lib/libavcodec.so.61.3.100
Maybe a dumb question, but can this be written to link against /usr/lib/libavcodec.so
directly so new updates to ffmpeg
don't require an update of linux-wallpaperengine
? Unless I'm misinterpreting this error message.
Pinned Comments