2024-02-23
ubuntu22使用clion调试mysql8.0.28源码遇到openssl问题

系统版本:
(base) hello@hello:~/CLionProjects/mysql-server/include/boost_1_73_0$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.2 LTS
Release: 22.04
Codename: jammy
复制
CMake参数:
-DCMAKE_BUILD_TYPE=Debug
-DDOWNLOAD_BOOST=1
-DWITH_BOOST=/home/hello/CLionProjects/mysql-server/build/boost_1_73_0
-DCMAKE_INSTALL_PREFIX=/home/hello/CLionProjects/mysql-server/build
-DMYSQL_DATADIR=/home/hello/CLionProjects/mysql-server/build/data
-DSYSCONFDIR=/home/hello/CLionProjects/mysql-server/build
-DMYSQL_UNIX_ADDR=/home/hello/CLionProjects/mysql-server/build/data/mysql.sock
-DWITH_SSL=system
复制
openssl已经安装:
(base) root@hello:/home/hello# openssl version
OpenSSL 1.1.1u 30 May 2023
(base) hello@hello:~/CLionProjects/mysql-server/include/boost_1_73_0$ openssl version
OpenSSL 1.1.1u 30 May 2023
复制
收藏
分享
3条回答
默认
最新
回答交流
Markdown
请输入正文
提交