Curl depends on OpenSSL 1.0.1

Hello.

I'm trying to install the cURL PHP extension from ports on 9.1-RELEASE FreeBSD. The installation fails with output:

Code:
===>  Applying FreeBSD patches for curl-7.37.0
===>   curl-7.37.0 depends on package: nghttp2>=0.4.0 - not found
===>    Verifying install for nghttp2>=0.4.0 in /usr/ports/www/nghttp2
===>  nghttp2-0.4.1 nghttp2 requires OpenSSL 1.0.1+.
*** [install] Error code 1

Stop in /usr/ports/www/nghttp2.
*** [build-depends] Error code 1

Stop in /usr/ports/ftp/curl.
*** [install] Error code 1

Stop in /usr/ports/ftp/curl.
*** [lib-depends] Error code 1

What can be done? Should I install OpenSSL of required version first? Is it safe? Is there a way to stay with the current version of OpenSSL (0.9.8x 10 May 2012)? E.g. downgrade the cURL port somehow?
 
Fantastic! I suspected I did something wrong when I accidentally checked this option.

Thanks!
 
You can always revert to the default options with make rmconfig.
 
Back
Top