Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: rabblerabble on February 27, 2014, 09:10:41 AM



Title: Cudaminer-master make error kde mint 16
Post by: rabblerabble on February 27, 2014, 09:10:41 AM
make  all-recursive
make[1]: Entering directory `/home/shane/Downloads/CudaMiner-master'
Making all in compat
make[2]: Entering directory `/home/shane/Downloads/CudaMiner-master/compat'
Making all in jansson
make[3]: Entering directory `/home/shane/Downloads/CudaMiner-master/compat/jansson'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/shane/Downloads/CudaMiner-master/compat/jansson'
make[3]: Entering directory `/home/shane/Downloads/CudaMiner-master/compat'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/shane/Downloads/CudaMiner-master/compat'
make[2]: Leaving directory `/home/shane/Downloads/CudaMiner-master/compat'
make[2]: Entering directory `/home/shane/Downloads/CudaMiner-master'
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -msse2  -fopenmp -pthread -fno-strict-aliasing -I./compat/jansson -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME   -O3 -MT cudaminer-cpu-miner.o -MD -MP -MF .deps/cudaminer-cpu-miner.Tpo -c -o cudaminer-cpu-miner.o `test -f 'cpu-miner.c' || echo './'`cpu-miner.c
cpu-miner.c:38:25: fatal error: openssl/sha.h: No such file or directory
 #include <openssl/sha.h>
                         ^
compilation terminated.
make[2]: *** [cudaminer-cpu-miner.o] Error 1
make[2]: Leaving directory `/home/shane/Downloads/CudaMiner-master'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/shane/Downloads/CudaMiner-master'
make: *** [all] Error 2

Trying to make after successful make clean an ./configure.. not sure what to do now.. trying to setup cudaminer for a 460gtx


Title: Re: Cudaminer-master make error kde mint 16
Post by: djm34 on February 27, 2014, 02:08:23 PM
did you install openssl (dev package with header files) ? (it seems it doesn't find it)