Solved Postfix does not start/build anymore since upgrade to OpenSSL 1.0.2

I do believe I fixed that recently with the latest curl patch...
Code:
IGNORE=  with GSSAPI_BASE, configure failed to detect OpenSSL/LibreSSL from ports and link against base OpenSSL

I'm not so sure about that. It looks like GSSAPI_BASE is still the default setting and that's the one that is pulling in the base system OpenSSL.
 
I had this problem. using portmaster to upgrade to the latest perl5-5.24 version, the issues went away for me. I think it has something to do with perl.
 
djmasa, this is a two year old thread that's been resolved a long time ago. WITH_OPENSSL_PORT has since been deprecated, the correct way to set it is:
Code:
DEFAULT_VERSIONS+= ssl=openssl
See /usr/ports/Mk/bsd.default-versions.mk.
 
djmasa, this is a two year old thread that's been resolved a long time ago. WITH_OPENSSL_PORT has since been deprecated, the correct way to set it is:
Code:
DEFAULT_VERSIONS+= ssl=openssl
See /usr/ports/Mk/bsd.default-versions.mk.

I realize that, but I had that issue happen today, and I just chimed in on how I solved it. That's all. :)
 
Back
Top