iam trying to setup the libcec functionallity inside a chroot environment which runs a spotify-web-server.
i tried compiling libcec myself but allways ended up with a non-working solution.
My main question basically is:
is there an easy way to get the osmc lib cec functionality inside the chroot or do i have to compile it? and second if it’s not working with the allready built libcec, what has to be changed in order to compile a version for the chroot inside osmc
Does Spotify Web Server actually build against libCEC? If not, it won’t work without changes to the code.
If you are compiling it from source there is no practical reason to run it in a chroot. The chroot is only there to provide all of the dependencies on all systems without a package manager
If i try to run directly from source i am getting an error that libspotify_embedded_shared.so is missing, eventhough i did copy it into the direction containing the python scripts
EDIT: After copying the library into /usr/lib the error changes to “Illegal instruction”
that’s basically the same fault i got when trying to run the prebuilt packages