CudaMiner icon indicating copy to clipboard operation
CudaMiner copied to clipboard

error at configure, eror massage is "configure: error: OpenSSL library required"

Open jackynanshan opened this issue 3 years ago • 3 comments

Hi,

I try to compile CudaMiner, but broke in configure. The error message is: configure: error: OpenSSL library required My environment is:

jackynanshan avatar Apr 24 '21 05:04 jackynanshan

Please run:

sed -i s/SSL_library_init/OPENSSL_init_ssl/ configure.ac configure

It will do the trick

joshuamsalazar avatar May 03 '21 22:05 joshuamsalazar

Thanks much, @joshuamsalazar --- I've been fighting with this for days. First thinking my OpenSSL was installed to the wrong path, then thinking my path specification was incorrect in my config settings.

pvdvialas avatar May 09 '21 18:05 pvdvialas

sudo apt install libssl-dev

./configure.sh

and then when the Openssl error appairs again run:

sed -i s/SSL_library_init/OPENSSL_init_ssl/ configure.ac configure

this should fix it

pablitomilenio avatar Feb 11 '24 15:02 pablitomilenio