ruediger / VobSub2SRT

Converts VobSub subtitles (.idx/.srt format) into .srt subtitles.
GNU General Public License v3.0
293 stars 65 forks source link

libtesseract.so no such file or directory #85

Open jpsarda opened 3 years ago

jpsarda commented 3 years ago

I installed bobsub3srt on debian through snap ( https://snapcraft.io/install/vobsub2srt/debian ) When I try to run it I get the following error :

root:/snap/vobsub2srt/34/usr/local/bin# ./vobsub2srt 
./vobsub2srt: error while loading shared libraries: libtesseract.so.3: cannot open shared object file: No such file or directory

So I've checked, but the libtesseract is here on the system (see cklmand below). So I don't really know what's the problem.

root:/snap/vobsub2srt/34/usr/local/bin# ldconfig -p | grep tess
        libtesseract.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtesseract.so.4
        libtesseract.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtesseract.so