Openpli 8 openssl not found ....
#1
Posted 13 December 2020 - 07:18
Re: Openpli 8 openssl not found .... #2
Posted 13 December 2020 - 11:54
E2iplayer is not on the feed.
The query for the necessary dependencies is incorrect.
There are some queries that come to nothing, but that's always a question of where your version comes from.
The problem cannot be solved in such a general way.
The annoying queries should all be deleted in e2iplayer.
But for this you need a contact person and there is no longer one.
Re: Openpli 8 openssl not found .... #3
Posted 13 December 2020 - 12:43
of course you do have openssl installed in openpli 8 it's the latest release 1.1.1 version, and plugin's script is outdated in this regardd
install plugin dependencies:
opkg install enigma2-plugin-extensions-e2iplayer-depsand don't bother with this fake error message (just close it with 'ok'...)
if you'd like to get rid of it for good (it'll keep appear at first plugin start after every e2 restart) you'd need to adjust iptvsetupimpl.py to include current ssl version 1.1.1
Re: Openpli 8 openssl not found .... #4
Re: Openpli 8 openssl not found .... #5
Posted 16 March 2021 - 19:08
diff --git a/IPTVPlayer/setup/iptvsetupimpl.py b/IPTVPlayer/setup/iptvsetupimpl.py index 1221226..a4b479e 100644 --- a/IPTVPlayer/setup/iptvsetupimpl.py +++ b/IPTVPlayer/setup/iptvsetupimpl.py @@ -291,7 +291,7 @@ class IPTVSetupImpl: def getOpensslVersionFinished(self, stsTab, dataTab): printDBG("IPTVSetupImpl.getOpensslVersionFinished") if len(stsTab) > 0 and True == stsTab[-1]: - for ver in ['0.9.8', '1.0.0', '1.0.2']: + for ver in ['0.9.8', '1.0.0', '1.0.2', '1.1.1']: if ver in dataTab[-1]: self.openSSLVersion = '.' + ver break
Re: Openpli 8 openssl not found .... #6
Re: Openpli 8 openssl not found .... #7
Posted 8 November 2021 - 21:53
Hi,
i didn't test it, but i think to create the following two links in telnet or ssh is also a solution for that small problem, instead to edit the iptvsetupimpl.py;
ln -s /usr/lib/libssl.so.1.1 /usr/lib/libssl.so.1.0.0 ln -s /usr/lib/libcrypto.so.1.1 /usr/lib/libcrypto.so.1.0.0
regards
Pike
Edited by Pike_Bishop, 8 November 2021 - 21:55.
Receiver: VU Ultimo 4K, Octagon SF8008 4K, Gigablue Quad 4K
Image: OpenPLI-8.3
Re: Openpli 8 openssl not found .... #8
Posted 9 November 2021 - 02:03
There is an opkg package libcrypto-compat for that.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: Openpli 8 openssl not found .... #9
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users