Jump to content


Photo

Openpli 8 openssl not found ....


  • Please log in to reply
8 replies to this topic

#1 dydyer

  • Member
  • 20 posts

0
Neutral

Posted 13 December 2020 - 07:18

Good morning all,
I just tested the latest version of openpli 8 and when I installed E2Iplayer, same version as for openpli 7.3 which worked fine, I ended up with a fatal error, openssl was not found ......
Do you have the solution or should you drop the latest version from openpli ????
Thank you for your help.....


Re: Openpli 8 openssl not found .... #2 rantanplan

  • PLi® Contributor
  • 1,806 posts

+83
Good

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 blzr

  • PLi® Core member
  • 2,269 posts

+118
Excellent

Posted 13 December 2020 - 12:43

yup, this plugins's dependencies check / install method is quite 'unstandard' to say the least :rolleyes:
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-deps
and 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
True sarcasm doesn't need green font...

Re: Openpli 8 openssl not found .... #4 Dimmie

  • Senior Member
  • 2,338 posts

+33
Good

Posted 16 March 2021 - 00:49

Any example for this ?



Re: Openpli 8 openssl not found .... #5 blzr

  • PLi® Core member
  • 2,269 posts

+118
Excellent

Posted 16 March 2021 - 19:08

for me modifying just one line was enough to get rid of this bogus error message at plugin startup:
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

True sarcasm doesn't need green font...

Re: Openpli 8 openssl not found .... #6 Dimmie

  • Senior Member
  • 2,338 posts

+33
Good

Posted 19 March 2021 - 17:47

Thanks !


Edited by Dimmie, 19 March 2021 - 17:48.


Re: Openpli 8 openssl not found .... #7 Pike_Bishop

  • Senior Member
  • 1,130 posts

+72
Good

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 WanWizard

  • PLi® Core member
  • 68,588 posts

+1,738
Excellent

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 Pro (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 Pike_Bishop

  • Senior Member
  • 1,130 posts

+72
Good

Posted 9 November 2021 - 19:44

Yes -> good to know, it contains;

libcrypto.so.0.9.7

libcrypto.so.0.9.8

libcrypto.so.1.0.0

libcrypto.so.1.0.2

libssl.so.0.9.7

libssl.so.0.9.8

libssl.so.1.0.0

libssl.so.1.0.2

 

 

regards

Pike


Receiver: VU Ultimo 4K, Octagon SF8008 4K, Gigablue Quad 4K

Image: OpenPLI-8.3



0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users