Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

tpcc-mysql fails to compile against libmysqlclient.so.20.3.8 #13

Open
winmutt opened this issue Feb 27, 2018 · 1 comment
Open

tpcc-mysql fails to compile against libmysqlclient.so.20.3.8 #13

winmutt opened this issue Feb 27, 2018 · 1 comment

Comments

@winmutt
Copy link

winmutt commented Feb 27, 2018

When compiling against 5.7.21 we got the following error:

cc load.o support.o `mysql_config --libs_r` -lrt -o ../tpcc_load
/usr/lib64/mysql/libmysqlclient.so: undefined reference to `X509_check_ip@libcrypto.so.10'
/usr/lib64/mysql/libmysqlclient.so: undefined reference to `X509_check_host@libcrypto.so.10'
collect2: error: ld returned 1 exit status
make: *** [../tpcc_load] Error 1

This was corrected by downgrading libmysqlclient to libmysqlclient.so.18

@vadimtk
Copy link
Contributor

vadimtk commented Feb 28, 2018

tpcc-mysql probably will not have much fixes.
please try https://github.com/Percona-Lab/sysbench-tpcc

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants