pinba_engine icon indicating copy to clipboard operation
pinba_engine copied to clipboard

Debian pinba-engine-mysql-5.6 : Depends: mysql-server-core-5.6 (< 5.6.26)

Open inteladyne opened this issue 9 years ago • 1 comments

Installing Pinba by DEB packages and getting following error messages

apt-get remove --purge mysql-server

Output: The following packages have unmet dependencies: pinba-engine-mysql-5.6 : Depends: mysql-server-core-5.6 (< 5.6.26) but 5.6.27-2 is to be installed

Anyway to skip the version check and continue the installation with mysql-server-5.6.27?

Mysql-server 2.6.26 has vulnerabilities, any suggestions?

inteladyne avatar Dec 21 '15 20:12 inteladyne

MySQL will refuse to run the engine due to the version difference. The only thing you can do is recompile the package yourself. MySQL got updated due to a security updated but nothing has been done for pinba.

vincentbernat avatar Sep 16 '16 18:09 vincentbernat