It works, 10% for you.
Thank you. That problem got solved. But it still won't compile.
g++ -c -O2 -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/user/SUMC/src -I/home/user/SUMC/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/user/SUMC/src/leveldb/include -I/home/user/SUMC/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
:0:0: warning: "_FORTIFY_SOURCE" redefined [enabled by default]
alert.cpp:1:0: note: this is the location of the previous definition
In file included from alert.cpp:12:0:
key.h:16:49: fatal error: openssl/ec.h: No such file or directory
compilation terminated.
make: *** [obj/alert.o] Error 1
The system has openssl-1.0.1g installed.
Please read and fix it by your self, I can't give you all answer each time you get problem.