After performing the following:
I ran into an issue with reinstalling zabbix34-server due to the openssl situation.
Does libssl exist on my system?
Still at pre-12.0-RELEASE version.
content of /etc/make.conf:
Do I need to continue with rebuilding all ports not requiring openssl and then perform one more iteration of freebsd-update before attempting to rebuild ports requiring openssl?
~Doug
# freebsd-update -r 12.0-RELEASE upgrade
# freebsd-update install
# reboot
# freebsd-update install
# portmaster -af
I ran into an issue with reinstalling zabbix34-server due to the openssl situation.
<...snip...>
checking for DTLSv1_method in -lssl... yes
checking for SSL_library_init in -lssl... no
configure: error: The DTLS based transports require the libssl library from OpenSSL to be available
===> Script "configure" failed unexpectedly.
Please report the problem to zi@FreeBSD.org [maintainer] and attach the
"/usr/ports/net-mgmt/net-snmp/work/net-snmp-5.7.3/config.log" including the
output of the failure of your make command. Also, it might be a good idea to
provide an overview of all packages installed on your system (e.g. a
/usr/local/sbin/pkg-static info -g -Ea).
*** Error code 1
Stop.
make[3]: stopped in /usr/ports/net-mgmt/net-snmp
*** Error code 1
Stop.
make[2]: stopped in /usr/ports/net-mgmt/net-snmp
*** Error code 1
Stop.
make[1]: stopped in /usr/ports/net-mgmt/zabbix34-server
*** Error code 1
Stop.
make: stopped in /usr/ports/net-mgmt/zabbix34-server
[11:19]root:/usr/ports/net-mgmt/zabbix34-server #
Does libssl exist on my system?
[11:19]root:/usr/ports/net-mgmt/zabbix34-server # locate libssl
/usr/lib/libssl.a
/usr/lib/libssl.so
/usr/lib/libssl.so.8
/usr/lib/libssl_p.a
/usr/lib32/libssl.a
/usr/lib32/libssl.so
/usr/lib32/libssl.so.8
/usr/lib32/libssl_p.a
/usr/ports/net/ntp/files/patch-include_libssl__compat.h
/usr/ports/net/ntp/files/patch-libntp_libssl__compat.c
/usr/ports/www/aria2/files/patch-src-libssl_compat.h
[11:33]root:/usr/ports/net-mgmt/zabbix34-server #
Still at pre-12.0-RELEASE version.
content of /etc/make.conf:
OPTIONS_SET=PKGNG
OPTIONS_UNSET= X11 GUI CUPS DOCS EXAMPLES NLS
#MAKE_JOBS_UNSAFE=yes
# uncomment to enable building ports that contain security vulnerabilities
# such as graphics/tiff
# be sure to comment out after each rebuild!
DISABLE_VULNERABILITIES=yes
DEFAULT_VERSIONS+= ssl=base pgsql=9.6 php=7.2
Do I need to continue with rebuilding all ports not requiring openssl and then perform one more iteration of freebsd-update before attempting to rebuild ports requiring openssl?
~Doug