Skip to content
This repository was archived by the owner on Sep 24, 2020. It is now read-only.
This repository was 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

@winmutt

Description

@winmutt

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions