Hello,
After upgrading PHP from 5.5.38 to 5.6.37 the extension compilation of Curl SSL fails with the following error:
vtls/openssl.c: In function 'Curl_ossl_cleanup':
vtls/openssl.c:1019: error: implicit declaration of function 'ENGINE_cleanup'
make[2]: *** [vtls/libcurl_la-openssl.lo] Error 1
make[2]: Leaving directory `/home/cpeasyapache/src/curl-7/lib'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/cpeasyapache/src/curl-7/lib'
make: *** [all-recursive] Error 1
dryrun test 'Find Curl SSL path for PHP 5' did not return true
!! Dry run failed for 'Cpanel::Easy::PHP5::CurlSSL' skipping option !!
We are using Easy Apache v.3.36.7 with cPanel 11.44.1 (build 18).
Trying to revert to PHP 5.5.38 now produces the same results and Curl extension now can only be compiled without SSL support.
What can we do to compile with Curl SSL enabled?
Thanks.
After upgrading PHP from 5.5.38 to 5.6.37 the extension compilation of Curl SSL fails with the following error:
vtls/openssl.c: In function 'Curl_ossl_cleanup':
vtls/openssl.c:1019: error: implicit declaration of function 'ENGINE_cleanup'
make[2]: *** [vtls/libcurl_la-openssl.lo] Error 1
make[2]: Leaving directory `/home/cpeasyapache/src/curl-7/lib'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/cpeasyapache/src/curl-7/lib'
make: *** [all-recursive] Error 1
dryrun test 'Find Curl SSL path for PHP 5' did not return true
!! Dry run failed for 'Cpanel::Easy::PHP5::CurlSSL' skipping option !!
We are using Easy Apache v.3.36.7 with cPanel 11.44.1 (build 18).
Trying to revert to PHP 5.5.38 now produces the same results and Curl extension now can only be compiled without SSL support.
What can we do to compile with Curl SSL enabled?
Thanks.