Hi,
i am testing my self-compiled master of LE. I`ve checked it out about two weeks ago.
All runs fine except when I want to use the "Retroarch" addon (by ttsemek) from here:
retroarch-openelec - Browse Files at SourceForge.net
I did already test it some months ago in Openelec (it was version 6 i think) where it ran without any problems.
When I installed the plugin into my LE installation the same way (retroarch-full-1.3.3) the plugin was activated successfully but when i try to start it after that nothing happens.
I tried to go into ssh and try to start the retroarch.sh executable from there.
This is the error message i get:
Quote
/storage/retroarch/default/bin/retroarch: error while loading shared libraries: libvorbisenc.so.2: cannot open shared object file: No such file or directory
I already tried to activate the "libvorbis" package for my build by adding it to the package dependencies but the library did not turn up (but it was built) in /lib.
I tried to install the Vorbis Encoder addon from the repository but it did also not help.
And I also tried to turn on vorbis in ffmpeg compilation options (--enable-libvorbis for .configure) but nothing changed.
I am at the end of my ideas.
What can i do to get libvorbis / vorbisenc back into the build (i guess it has been dropped since?).
Thank you !