guyvaio Posted September 24, 2017 Posted September 24, 2017 Hello,  I've made a new fresh install on a Raspberry Pi 3. I've followed the instructions of the "Install and Setup Agents / Raspbian" page. As usual. Service does not start correctly. The syslog shows raspberryXyz pulseway[854]: /usr/sbin/pulsewayd: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory Any hint to solve this problem? Thanks in advance. Best regards, Guy Â
Staff Chris Posted September 26, 2017 Staff Posted September 26, 2017 Hi Guy, Is it possible that oenssl.so.1.0.0 is not installed on your system? If so, then you need to install it. As far I know the Raspberry Pi 3 is using Openssl1.1.0.
guyvaio Posted September 27, 2017 Author Posted September 27, 2017 Indeed. The solution was: sudo wget http://ftp.nl.debian.org/debian/pool/main/o/openssl/libssl1.0.0_1.0.1t-1+deb8u6_armhf.deb sudo dpkg -i libssl1.0.0_1.0.1t-1+deb8u6_armhf.deb Thanks for your help. Regards, Guy
jusmax Posted January 19, 2018 Posted January 19, 2018 Good Day, Isn't this package deprecated due to issues with the Heartbleed bug? Are there any plans to have the agent use an updated library or is this an issue with Raspbian? By the way, thanks for this, it helped a lot.
Staff Chris Posted January 23, 2018 Staff Posted January 23, 2018 Hi, I believe that this version of libssl is not affected. Please check this article:Â http://heartbleed.com/
bellaziciao Posted February 8, 2018 Posted February 8, 2018 (edited) the right link for the deb is:http://ftp.nl.debian.org/debian/pool/main/o/openssl/libssl1.0.0_1.0.1t-1%2Bdeb8u7_armhf.deb so the processo to solve is: wget http://ftp.nl.debian.org/debian/pool/main/o/openssl/libssl1.0.0_1.0.1t-1%2Bdeb8u7_armhf.deb sudo spkg -i libssl1.0.0_1.0.1t-1%2Bdeb8u7_armhf.deb Edited February 8, 2018 by bellaziciao
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now