PolyMeilex/Neothesia

Error executing neothesia-cli on Ubuntu 24.04 (libavutil version?)

Opened this issue · 0 comments

Hi,

I can't execute neothesia-cli on Ubuntu 24.04. I get this error:

./neothesia-cli: error while loading shared libraries: libavutil.so.56: cannot open shared object file: No such file or directory

Maybe a problem of ffmpeg versions?. It seems neothesia-cli is looking for version 56 of libavutil.so and Ubuntu 24.04 has default installed the 58.

ffmpeg --version output:

libavutil 58. 29.100 / 58. 29.100
libavcodec 60. 31.102 / 60. 31.102
libavformat 60. 16.100 / 60. 16.100
libavdevice 60. 3.100 / 60. 3.100
libavfilter 9. 12.100 / 9. 12.100
libswscale 7. 5.100 / 7. 5.100
libswresample 4. 12.100 / 4. 12.100
libpostproc 57. 3.100 / 57. 3.100

Would it be possible for neophesia-cli to adapt to the requirement of new versions of ffmpeg?

Thanks,