[MacPorts] #49644: mariadb-10.0 won't build with LibreSSL
MacPorts
noreply at macports.org
Tue Aug 6 08:20:30 UTC 2019
#49644: mariadb-10.0 won't build with LibreSSL
--------------------------------+--------------------
Reporter: willem+macports@… | Owner: (none)
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 2.3.4
Resolution: worksforme | Keywords:
Port: mariadb-10.0 |
--------------------------------+--------------------
Changes (by yan12125):
* status: assigned => closed
* resolution: => worksforme
Comment:
> Configuration stops when it doesn't detect libssl.1.0.0.dylib LibreSSL
port is installed.
> {{{
> Library not loaded:
> /opt/local/lib/libssl.1.0.0.dylib
> /opt/local/lib/libcrypto.1.0.0.dylib
> }}}
`libssl.1.0.0.dylib` and `libcrypto.1.0.0.dylib` are provided by openssl.
libressl provides libssl and libcrypto with different dylib versions.
(e.g., `libssl.46.dylib` and `libcrypto.44.dylib` for libressl @2.8.3.)
Most likely the reporter does not recompile curl, a dependency of cmake,
against libressl, so that cmake fails to run in the configuration step.
After recompiling curl, `mariadb-10.0 +openssl` builds fine with libressl
@2.8.3 on my 10.14.6 machine with Command Line Tools
10.3.0.0.1.1562985497.
See also ticket:54744.
--
Ticket URL: <https://trac.macports.org/ticket/49644#comment:4>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list