I am trying to build mysql-shell 1.0.11 from src. RPMs are not an option when I am installing. One of the requirements is libmysqlclient 5.7+. I have installed mysql++, mysql++-devel, mysql-connector-python.noarch, and mysql-workbench-community. When I try to build (Cmake) I get the following error.
Could not find static "libmysqlclient_r.a libmysqlclient.a" in MYSQL_LIB_DIR
What do I need to have installed to make this work? Obviously I need libmysqlclient, but there is nothing listed in yum with that name or close to that name.
Using CentOs7.
TIA