FreeBSD 10.3 AMD64, up to date on patches.
I install both nginx and openntpd from pkg.
Previously there had been no problems.
When I tried a pkg upgrade this evening, I'm seeing what looks to be a conflict between libressl and openssl. Briefly, if I try to install the nginx pkg, the required openssl pkg uninstalls libressl due to a conflict. The uninstallation of libressl then triggers an uninstall of openntpd.
Ditto if I try to install openntpd when nginx is already installed.
I was able to workaround the issue by installing nginx (and openssl) via pkg, and installing openntpd via ports, omitting the constraint/libressl option during make config.
One iteration is below:
I install both nginx and openntpd from pkg.
Previously there had been no problems.
When I tried a pkg upgrade this evening, I'm seeing what looks to be a conflict between libressl and openssl. Briefly, if I try to install the nginx pkg, the required openssl pkg uninstalls libressl due to a conflict. The uninstallation of libressl then triggers an uninstall of openntpd.
Ditto if I try to install openntpd when nginx is already installed.
I was able to workaround the issue by installing nginx (and openssl) via pkg, and installing openntpd via ports, omitting the constraint/libressl option during make config.
One iteration is below:
Code:
The following 4 package(s) will be affected (of 0 checked):
Installed packages to be REMOVED:
openssl-1.0.2_12
nginx-1.10.0_3,2
New packages to be INSTALLED:
libressl: 2.3.4
Installed packages to be REINSTALLED:
openntpd-5.9p1_1,2 (options changed)