Anyone compile ccminer-PHI1612 successfully in Ubuntu 16.04?
I did:
git clone https://github.com/216k155/ccmier-PHI1612
./autogen.sh
./configure
./build.sh
but I have error message =
api.cpp:600:68: fatal error: compat/curl-for-windows/openssl/openssl/crypto/sha/sha.h: No such file or directory
Any clue?
replace "compat/curl-for-windows/openssl/openssl/crypto/sha/sha.h" with "openssl/sha.h" in api.cpp
you can also run "make -j4" instead of "./build.sh"
Thank you very much, sha issue solved. But now I have some weird issue:-
I have no problem to compile ccminer tpruvot and krnlx. Just no idea why phi1612 version had such problem