←  [EN] Enduser support

Forums

»

Openssl

Moonwalker's Photo Moonwalker 30 Jul 2022

Just installed Openpli 8.2 on Vu zero. Need openssl for a third party plugin but it seems missing.

Tried installing it but it is already installed however trying to run it in command it is not there.

 

Openpli 8.2

root@vuzero:~# openssl version
-sh: openssl: command not found
root@vuzero:~#

 

OpenPli8.1

root@vuzero4k:~# openssl version
OpenSSL 1.1.1g  21 Apr 2020
root@vuzero4k:~#
Quote

littlesat's Photo littlesat 30 Jul 2022

Which plugin… sounds like plugin package misses a dependancy.
Quote

Moonwalker's Photo Moonwalker 30 Jul 2022

E2iplayer. But installed manually not through feed.

Quote

Moonwalker's Photo Moonwalker 30 Jul 2022

But shouldn't the command - openssl version -  give a result?

Quote

scriptmelvin †'s Photo scriptmelvin † 30 Jul 2022

opkg install openssl-bin
Quote

Moonwalker's Photo Moonwalker 30 Jul 2022

Wow that was easy!

Thanks

Quote

WanWizard's Photo WanWizard 30 Jul 2022

OpenPLi doesn't install anything that isn't needed, and all packages in the feed have the correct dependencies, so when you install a package, the dependencies are installed too.

 

3rd party ipk's are almost never created by a proper bitbake build process, but are manually assembled, usually for images like ATV where "everything but the kichen sink" is already preinstalled.


Edited by WanWizard, 30 July 2022 - 16:52.
sorry, English here...
Quote

Moonwalker's Photo Moonwalker 30 Jul 2022

Ok but I think openssl bin was included in openpli <=8.1


Edited by Moonwalker, 30 July 2022 - 16:48.
Quote

WanWizard's Photo WanWizard 30 Jul 2022

Yes, build, but not pre-installed.

Quote

Pike_Bishop's Photo Pike_Bishop 31 Jul 2022

Hi,

 

as i know e2iplayer plugin isn't on feed in openpli, only the plugin e2iplayer-deps is on feed.

if you want to install e2iplayer try this script;

https://forums.openp...dpost&p=1462555

but read also the first post in this thread or better all posts in this thread.

 

the script can install e2iplayer and also update e2iplayer, and it does pretty much the same as if you install the e2iplayer manually.

it installs also automatically the enigma2-plugin-extensions-e2iplayer-deps

 

 

regards

Pike


Edited by Pike_Bishop, 31 July 2022 - 20:13.
Quote