On a 10.1p19 (and other earlier Versions) I'm trying to have the latest security/openssl port to be used instead of the slightly older base openssl. But it seems all settings I use, do not achieve this with all ports
/etc/make.conf:
Even after a
After some finding around, it looks like at least these ports do not respect the wish to use the security/openssl port only:
security/cyrus-sasl2-saslauthd, ports-mgmt/pkg, net-mgmt/net-snmp, net-mgmt/php55-snmp (the latter because of the net-mgmt/net-snmp port)
I may understand the reason for the ports-mgmt/pkg port, but at least the net-mgmt/net-snmp port causes some problems in all webservers using phpxx-snmp modules.
Is there a known reason/solution?
/etc/make.conf:
Code:
WITH_OPENSSL_PORT=yes
OPENSSLBASE=/usr/local
Even after a
portmaster --no-confirm -adfy
I still find some of these: ldd /usr/local/lib/php/20121212-zts/snmp.so | grep -E "(ssl|crypto)"
Code:
libssl.so.8 => /usr/local/lib/libssl.so.8 (0x80160e000)
libcrypto.so.8 => /usr/local/lib/libcrypto.so.8 (0x802194000)
libssl.so.7 => /usr/lib/libssl.so.7 (0x803020000)
libcrypto.so.7 => /lib/libcrypto.so.7 (0x80328b000)
ldd /usr/local/sbin/saslauthd | grep -E "(ssl|crypto)"
Code:
libcrypto.so.8 => /usr/local/lib/libcrypto.so.8 (0x80151c000)
libcrypto.so.7 => /lib/libcrypto.so.7 (0x802c45000)
After some finding around, it looks like at least these ports do not respect the wish to use the security/openssl port only:
security/cyrus-sasl2-saslauthd, ports-mgmt/pkg, net-mgmt/net-snmp, net-mgmt/php55-snmp (the latter because of the net-mgmt/net-snmp port)
I may understand the reason for the ports-mgmt/pkg port, but at least the net-mgmt/net-snmp port causes some problems in all webservers using phpxx-snmp modules.
Is there a known reason/solution?