akopytov / sysbench

Scriptable database and system performance benchmark
GNU General Public License v2.0
6.12k stars 1.08k forks source link

build error with mysql 8.3 #522

Open bevanjkay opened 9 months ago

bevanjkay commented 9 months ago

Hi 👋, Homebrew maintainer here. We are trying to build sysbench with MySQL 8.3 and are seeing a build error due to API deprecations - https://dev.mysql.com/doc/relnotes/mysql/8.3/en/news-8-3-0.html#mysqld-8-3-0-deprecation-removal

2024-01-17T14:28:05.4632230Z /usr/bin/ld: drivers/mysql/libsbmysql.a(libsbmysql_a-drv_mysql.o): in function `mysql_drv_real_connect':
2024-01-17T14:28:05.4633039Z drv_mysql.c:(.text+0x18c): undefined reference to `mysql_ssl_set'

https://github.com/Homebrew/homebrew-core/pull/160037

SiegKlas commented 9 months ago

523