-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
The images for MySQL 5.6, 5.7, and 8.0 all seem to have the libmysqlclient-dev package present for the specific version of MySQL from the MySQL repository. For example:
# apt-get update > /dev/null && apt-cache policy libmysqlclient-dev
libmysqlclient-dev:
Installed: (none)
Candidate: 5.6.51-1debian9
Version table:
5.6.51-1debian9 500
500 http://repo.mysql.com/apt/debian stretch/mysql-5.6 amd64 Packages
However, running the above for the MySQL 5.5 image results in the following:
# apt-get update > /dev/null && apt-cache policy libmysqlclient-dev
libmysqlclient-dev:
Installed: (none)
Candidate: (none)
Version table:
There are some suggestions online to use default-libmysqlclient-dev, but that doesn't seem right to me because that's the one that comes with Debian and is not specific to a MySQL version unlike the others. Also, until recently, it did seem to work for MySQL 5.5 as well. Any suggestions would be appreciated.
Metadata
Metadata
Assignees
Labels
No labels