philippe_44 wrote:
> Yes - You have probably upgraded your Pi to Stretch which has removed
> support for openSSL1.0.0. Look at the "Installing" section of the README
> in another of my apps here: https://github.com/philippe44/AirConnect
Hey Philippe!
Perfect. That was the trick!
Followed your link and did the following steps:
Code:
--------------------
Some Debian Stretch distributions (e.g. Raspian) only provide openssl1.0.2,
but 1.0.0 is needed. Download the version for Jessie using
wget
http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.0.0_1.0.1t-1+deb8u7_armhf.deb
then install it with
sudo dpkg -i libssl1.0.0_1.0.1t-1+deb8u7_armhf.deb
--------------------
Prior to this I had to make sure that this happened:
Code:
--------------------
sudo perl -MCPAN -e 'install Crypt::OpenSSL::RSA'
--------------------
Thank you very much!
Ludwig
------------------------------------------------------------------------
ludwig.xiv's Profile: http://forums.slimdevices.com/member.php?userid=34136
View this thread: http://forums.slimdevices.com/showthread.php?t=106289
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins