rolsch
Participant
Post count: 5

I had the same problem and I read somewhere the following solution:
Problem is that the file is a regular file but it should be a link to /usr/lib/arm-linux-gnueabihf/libvorbisfile.so.3.3.4 so this can be fixed by


cd /usr/lib/arm-linux-gnueabihf
rm libvorbisfile.so.3
ln -s libvorbisfile.so.3.3.4 libvorbisfile.so.3