Posted September 24, 20177 yr 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
September 26, 20177 yr Staff 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.
September 27, 20177 yr Author 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
January 19, 20187 yr 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.
January 23, 20187 yr Staff Hi, I believe that this version of libssl is not affected. Please check this article: http://heartbleed.com/
February 8, 20187 yr 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, 20187 yr by bellaziciao
Create an account or sign in to comment