AnberPorts icon indicating copy to clipboard operation
AnberPorts copied to clipboard

Can't start Kodi - RG351M w/ 351ELEC 20210603

Open billchilders opened this issue 2 years ago • 1 comments

Just installed Kodi using Anberports, and it appears to have installed successfully. When I launch it from the Ports menu, though, I get the 351ELEC logo briefly, then I'm returned back to the list of apps from the Ports section in EmulationStation.

I've looked in the log.txt file, and it appears there's a missing library:

/roms/ports/kodi/lib/kodi/kodi-gbm: error while loading shared libraries: libsndio.so.7.0: cannot open shared object file: No such file or directory

There are also messages about sudo but I'm reading these as informative: There is no working 'sudo'.

On debian/ubuntu/all general purpose linux distributions 'sudo' allows a permitted user to execute a command as the superuser or another user, as specified by the security policy

With CoreELEC you have root access by default, so you dont need 'sudo'

Thanks!

billchilders avatar Sep 02 '21 17:09 billchilders

Beyond the above missing lib, I started tracking down each missing dependency one by one. I got this far, then gave up. Needless to say, there are a bunch of missing dependencies in this install script.

/roms/ports/kodi/lib/kodi/kodi-gbm: error while loading shared libraries: libsndio.so.7.0: cannot open shared object file: No such file or directory
/roms/ports/kodi/lib/kodi/kodi-gbm: error while loading shared libraries: libva.so.2: cannot open shared object file: No such file or directory
/roms/ports/kodi/lib/kodi/kodi-gbm: error while loading shared libraries: libva-drm.so.2: cannot open shared object file: No such file or directory
/roms/ports/kodi/lib/kodi/kodi-gbm: error while loading shared libraries: libcdio.so.18: cannot open shared object file: No such file or directory
/roms/ports/kodi/lib/kodi/kodi-gbm: error while loading shared libraries: libfribidi.so.0: cannot open shared object file: No such file or directory
/roms/ports/kodi/lib/kodi/kodi-gbm: error while loading shared libraries: libpcrecpp.so.0: cannot open shared object file: No such file or directory
/roms/ports/kodi/lib/kodi/kodi-gbm: error while loading shared libraries: libpcre.so.3: cannot open shared object file: No such file or directory
/roms/ports/kodi/lib/kodi/kodi-gbm: error while loading shared libraries: libtag.so.1: cannot open shared object file: No such file or directory
/roms/ports/kodi/lib/kodi/kodi-gbm: error while loading shared libraries: libinput.so.10: cannot open shared object file: No such file or directory
/roms/ports/kodi/lib/kodi/kodi-gbm: error while loading shared libraries: libxkbcommon.so.0: cannot open shared object file: No such file or directory
/roms/ports/kodi/lib/kodi/kodi-gbm: error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory
/roms/ports/kodi/lib/kodi/kodi-gbm: error while loading shared libraries: libmtdev.so.1: cannot open shared object file: No such file or directory
/roms/ports/kodi/lib/kodi/kodi-gbm: error while loading shared libraries: libwacom.so.2: cannot open shared object file: No such file or directory
/roms/ports/kodi/lib/kodi/kodi-gbm: error while loading shared libraries: libsamplerate.so.0: cannot open shared object file: No such file or directory
/roms/ports/kodi/lib/kodi/kodi-gbm: error while loading shared libraries: libfftw3.so.3: cannot open shared object file: No such file or directory
/roms/ports/kodi/lib/kodi/kodi-gbm: error while loading shared libraries: libgssapi_krb5.so.2: cannot open shared object file: No such file or directory
/roms/ports/kodi/lib/kodi/kodi-gbm: error while loading shared libraries: libgudev-1.0.so.0: cannot open shared object file: No such file or directory
/roms/ports/kodi/lib/kodi/kodi-gbm: error while loading shared libraries: libkrb5.so.3: cannot open shared object file: No such file or directory
/roms/ports/kodi/lib/kodi/kodi-gbm: error while loading shared libraries: libk5crypto.so.3: cannot open shared object file: No such file or directory
/roms/ports/kodi/lib/kodi/kodi-gbm: error while loading shared libraries: libcom_err.so.2: cannot open shared object file: No such file or directory
/roms/ports/kodi/lib/kodi/kodi-gbm: error while loading shared libraries: libkeyutils.so.1: cannot open shared object file: No such file or directory
/roms/ports/kodi/lib/kodi/kodi-gbm: error while loading shared libraries: libselinux.so.1: cannot open shared object file: No such file or directory
/roms/ports/kodi/lib/kodi/kodi-gbm: error while loading shared libraries: libpcre2-8.so.0: cannot open shared object file: No such file or directory
/roms/ports/kodi/lib/kodi/kodi-gbm: symbol lookup error: /roms/ports/kodi/lib/libk5crypto.so.3: undefined symbol: EVP_KDF_ctrl, version OPENSSL_1_1_1b

gigawatts avatar Feb 12 '22 20:02 gigawatts