Search found 1 match

by PandaFly
Monday 18 December 2017 17:06
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Installing on ArchLinux on R-Pi3 (LibUSB Error)
Replies: 4
Views: 2134

Re: Installing on ArchLinux on R-Pi3 (OpenSSL Error)

I'm on Arch Linux, not on a clean install and not on RPI. But for a temporary fix, i found this:

Code: Select all

cmake -DCMAKE_BUILD_TYPE=Release -DOPENSSL_CRYPTO_LIBRARY=/usr/lib/libcrypto.so -DOPENSSL_SSL_LIBRARY=/usr/lib/libssl.so CMakeLists.txt
Make sure your path is correct for your ssl libs.