Author

Topic: Cudaminer-master make error kde mint 16 (Read 863 times)

legendary
Activity: 1400
Merit: 1050
February 27, 2014, 10:08:23 AM
#2
did you install openssl (dev package with header files) ? (it seems it doesn't find it)
newbie
Activity: 3
Merit: 0
February 27, 2014, 05:10:41 AM
#1
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
                         ^
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
Jump to: