Package Details: mysql-clients56 5.6.51-1

Git Clone URL: https://aur.archlinux.org/mysql56.git (read-only, click to copy)
Package Base: mysql56
Description: MySQL client tools, v5.6
Upstream URL: https://www.mysql.com/products/community/
Licenses: GPL
Conflicts: mariadb-clients
Provides: mariadb-clients, mysql-clients
Submitter: Muflone
Maintainer: Muflone
Last Packager: Muflone
Votes: 6
Popularity: 0.000000
First Submitted: 2015-11-01 20:30 (UTC)
Last Updated: 2021-05-02 01:49 (UTC)

Required by (22)

Sources (6)

Latest Comments

FishBoneEK commented on 2024-09-26 07:26 (UTC)

Cannot compile:

Cannot find appropriate system libraries for WITH_SSL=system.
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:66 (MESSAGE):
  Please install the appropriate openssl developer package.

Call Stack (most recent call first):
  cmake/ssl.cmake:260 (FATAL_SSL_NOT_FOUND_ERROR)
  CMakeLists.txt:483 (MYSQL_CHECK_SSL)

I looked at cmake/ssl.cmake:260, seems that it tries to search for openssl 1, but nowadays we have openssl 3. Our legacy openssl is installed in /usr/include/openssl-1.1/, which doesn't match the path ssl.cmake is looking for (include/openssl/ssl.h)