aclap-dev / vdhcoapp

Companion application for Video DownloadHelper browser add-on
GNU General Public License v2.0
1.72k stars 280 forks source link

When I convert a file, downloading it from youtube, I get this error #3

Closed medioman closed 6 years ago

medioman commented 6 years ago

Exit code: 127 /home/don/net.downloadhelper.coapp-1.0.9/converter/build/linux/64/ffprobe: error while loading shared libraries: libnuma.so.1: cannot open shared object file: No such file or directory

medioman commented 6 years ago

my distro is arch linux

mi-g commented 6 years ago

I must say, i have no idea. 1.0.9 is no different from other versions regarding the ffxxxx binaries. Assuming Debian/Ubuntu Linux distribution, did you try installing libnuma (sudo apt-get install libnumba1) ?

mi-g commented 6 years ago

I don't know for sure on arch linux, but i guess there is an easy way to install libnuma.

Akipe commented 6 years ago

I had the same error on Archlinux: I solved it by installing the "numactl" dependency (who include libnuma). https://www.archlinux.org/packages/extra/x86_64/numactl/

medioman commented 6 years ago

Thank @Akipe,i solved! Best regards