Это может быть связано с обновленным двоичным файлом mysql (в моем случае это был Mariadb-10.0.31) и установкой отсутствующей библиотеки (libmysqlclient-dev), я получил следующее сообщение, которое будет невозможно решить: 1001 *
$ sudo apt-get install libmysqlclient-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libmysqlclient-dev : Depends: libmysqlclient18 (= 5.5.58-0ubuntu0.14.04.1)
Но я решил вышеупомянутую проблему, сначала установив libmariadbclient-dev как: -
$ sudo apt-get install libmariadbclient-dev
Он также установит libmysqlclient-dev , но сначала разрешит зависимость от mariadb.