Opened 2 years ago

Closed 2 years ago

#63909 closed defect (fixed)

mysql8 @8.0.27_0 configure failure: Cannot find appropriate system libraries for WITH_SSL

Reported by: julme (Julien Menichini) Owned by: herbygillot (Herby Gillot)
Priority: Normal Milestone:
Component: ports Version: 2.7.1
Keywords: Cc:
Port: mysql8

Description

mysql8 does not build under macOS Monterey 12.0.1 on x86_64. I get this message:

Cannot find appropriate system libraries for WITH_SSL=/opt/local/libexec/openssl3. Make sure you have specified a supported SSL version. Valid options are : system (use the OS openssl library), yes (synonym for system), </path/to/custom/openssl/installation>

CMake Error at cmake/ssl.cmake:61 (MESSAGE):

Please install the appropriate openssl developer package.

Call Stack (most recent call first):

cmake/ssl.cmake:319 (FATAL_SSL_NOT_FOUND_ERROR) CMakeLists.txt:1613 (MYSQL_CHECK_SSL)

Attachments (1)

main.log (52.5 KB) - added by julme (Julien Menichini) 2 years ago.
main.log

Download all attachments as: .zip

Change History (3)

Changed 2 years ago by julme (Julien Menichini)

Attachment: main.log added

main.log

comment:1 Changed 2 years ago by jmroot (Joshua Root)

Keywords: mysql8 monterey removed
Owner: set to herbygillot
Status: newassigned
Summary: mysql8:mysql8 @8.0.27_0 configure failure: Cannot find appropriate system libraries for WITH_SSL

comment:2 Changed 2 years ago by Chris Jones <jonesc@…>

Resolution: fixed
Status: assignedclosed

In 3e03f2ae8b89d86ce32dfbfb384994cc36518ae3/macports-ports (master):

mysql8: Pin to openssl 1.1
Closes: #63909

Note: See TracTickets for help on using tickets.