You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running Ubuntu 16.04.5 LTS, MySQL 14.14 Distrib 5.7.22, for Linux (x86_64)
I have tried the install.sh script and I get the error:
ERROR: You need libmysqlclient development software installed
to be able to compile this UDF, on Debian/Ubuntu just run:
apt-get install libmysqlclient15-dev
But when I try to install that I get "Unable to locate package libmysqlclient15-dev"
When I try to install with out the "15" in the name I get a message saying I have the latest version:
"libmysqlclient-dev is already the newest version (5.7.22-1ubuntu14.04)"
Any thoughts on how to fix this issue?
The text was updated successfully, but these errors were encountered:
I am running Ubuntu 16.04.5 LTS, MySQL 14.14 Distrib 5.7.22, for Linux (x86_64)
I have tried the install.sh script and I get the error:
ERROR: You need libmysqlclient development software installed
to be able to compile this UDF, on Debian/Ubuntu just run:
apt-get install libmysqlclient15-dev
But when I try to install that I get "Unable to locate package libmysqlclient15-dev"
When I try to install with out the "15" in the name I get a message saying I have the latest version:
"libmysqlclient-dev is already the newest version (5.7.22-1ubuntu14.04)"
Any thoughts on how to fix this issue?
The text was updated successfully, but these errors were encountered: