Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › eduke32: libvorbisfile.so.3 invalid ELF header › Reply To: eduke32: libvorbisfile.so.3 invalid ELF header
11/09/2013 at 22:32
#3119
Participant
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