sevenymedia
Verified User
- Joined
- Sep 28, 2015
- Messages
- 34
Yesterday I started the upgrade process for cURL to 7.61.0, it failed somewhere half way, haven’t saved the error though
I tried several things, reinstalled openssl/nghttp2 using the pinned guide. Tried openssl version 1.0.1, 1.0.2 and finally 1.1.0, all without luck.
Now I pinned cURL to 7.60.0 and tried building but also getting an error on that one now. Anyone able to tell me what might be the issue?
The error occurs on a CentOS 6.10 box, with openssl 1.0.1e in system and 1.1.0h in local (used to build nghttp2 and cURL)
I tried several things, reinstalled openssl/nghttp2 using the pinned guide. Tried openssl version 1.0.1, 1.0.2 and finally 1.1.0, all without luck.
Now I pinned cURL to 7.60.0 and tried building but also getting an error on that one now. Anyone able to tell me what might be the issue?
Code:
vtls/openssl.c: In function ‘ossl_connect_step1’:
vtls/openssl.c:2423: error: implicit declaration of function ‘SSL_CTX_set_srp_username’
vtls/openssl.c:2427: error: implicit declaration of function ‘SSL_CTX_set_srp_password’
make[2]: *** [vtls/libcurl_la-openssl.lo] Error 1
make[2]: Leaving directory `/usr/local/directadmin/custombuild/curl-7.60.0/lib'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/local/directadmin/custombuild/curl-7.60.0/lib'
make: *** [all-recursive] Error 1
The error occurs on a CentOS 6.10 box, with openssl 1.0.1e in system and 1.1.0h in local (used to build nghttp2 and cURL)