You are not logged in.

#1 2017-05-02 19:48:54

tiripati
Member
Registered: 2017-05-02
Posts: 2

openssl error with ccminer-git

Hi,

I tried to install ccminer-git from aur and I am getting this error :

checking for SSL_library_init in -lssl... no
configure: error: OpenSSL library required

I have openssl 1.1 and 1.0

$ yaourt -Q openssl openssl-1.0
core/openssl 1.1.0.e-1
extra/openssl-1.0 1.0.2.k-3

Any help is welcome smile

Offline

#2 2017-05-15 17:37:30

ffidelis
Member
Registered: 2013-06-12
Posts: 1

Re: openssl error with ccminer-git

Hi tiripati,

You must set two variables in PKGBUILD file to change the 'configure' line as below:

From:

	./configure --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --with-cuda=/opt/cuda

To:

	CPPFLAGS='-I/usr/include/openssl-1.0' \
        LDFLAGS='-L/usr/lib/openssl-1.0 -L/usr/lib' \
	./configure --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --with-cuda=/opt/cuda

Remember to edit Makefile.am to match you nvcc_ARCH. Please, consult this link for compatibility

Last edited by ffidelis (2017-05-15 17:41:20)

Offline

Board footer

Powered by FluxBB