[reply]SilenceCoder[/reply]
[code=html]
make[2]: Entering directory `/root/curl-7.61.0/lib'
CC libcurl_la-md5.lo
In file included from md5.c:88:0:
/root/curl-7.61.0/openssl/include/openssl/md5.h:13:34: fatal error: openssl/opensslconf.h: No such file or directory
# include <openssl>
^
compilation terminated.
make[2]: *** [libcurl_la-md5.lo] Error 1
make[2]: Leaving directory `/root/curl-7.61.0/lib'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/root/curl-7.61.0/lib'
make: *** [all-recursive] Error 1
Making install in lib
make[1]: Entering directory `/root/curl-7.61.0/lib'
CC libcurl_la-md5.lo
In file included from md5.c:88:0:
/root/curl-7.61.0/openssl/include/openssl/md5.h:13:34: fatal error: openssl/opensslconf.h: No such file or directory
# include <openssl>
^
compilation terminated.
[/code]