@littlesat
My friend .. Then problem is from openpli version 7.2 (right)
I have tried also and I have created soft link as log show but the issue still happens image ask to OPENSSL_1.0.0
glib-openssl - 2.50.8-r0
openssl - 1.0.2k-r0
openssl-conf - 1.0.2k-r0
python-pyopenssl - 17.3.0-r0
lrwxrwxrwx 1 0 0 15 Dec 29 19:43 /usr/lib/libssl.so.0.9.7 -> libssl.so.1.0.2
lrwxrwxrwx 1 0 0 15 Dec 29 19:43 /usr/lib/libssl.so.0.9.8 -> libssl.so.1.0.2
lrwxrwxrwx 1 0 0 15 Dec 29 19:47 /usr/lib/libssl.so.1.0.0 -> libssl.so.1.0.2
-rwxr-xr-x 1 0 0 318016 May 20 2019 /usr/lib/libssl.so.1.0.2
Python 2.7.13 (default, May 20 2019, 04:11:42)
[GCC 6.3.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import libtorrent
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: /usr/lib/libssl.so.1.0.2: version `OPENSSL_1.0.0' not found (required by /usr/lib/python2.7/site-packages/libtorrent.so)
And here is from OpenATV with (openssl 1.0.2r-r0) works without problem ..
glib-openssl - 2.50.8-r0
glib-openssl-locale-de - 2.50.8-r0
glib-openssl-locale-es - 2.50.8-r0
glib-openssl-locale-fr - 2.50.8-r0
glib-openssl-locale-it - 2.50.8-r0
glib-openssl-locale-nl - 2.50.8-r0
glib-openssl-locale-pt - 2.50.8-r0
openssl10 - 1.0.2r-r0
openssl10-conf - 1.0.2r-r0
python-pyopenssl - 19.0.0-r0
Python 2.7.16 (default, Nov 7 2019, 05:20:53)
[GCC 9.2.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import libtorrent
>>>
And here is from Openvision with newest version of (openssl 1.1.1d-r0) works without problem ..
glib-openssl - 2.50.8-r0
openssl - 1.1.1d-r0
openssl-bin - 1.1.1d-r0
openssl-conf - 1.1.1d-r0
python-pyopenssl - 19.1.0-r0
Python 2.7.17 (default, Nov 25 2019, 00:54:19)
[GCC 9.2.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import libtorrent
>>>
Edited by fairbird, 30 December 2019 - 10:28.