Skip to content

MySQL 5.5 image doesn't have libmysqlclient-dev package #788

@DimitriosLisenko

Description

@DimitriosLisenko

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

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