When compiling against 5.7.21 we got the following error: ```# make 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
When compiling against 5.7.21 we got the following error:
This was corrected by downgrading libmysqlclient to libmysqlclient.so.18