宝塔用户_daeacq 发表于 2019-10-16 17:25:23

【已回应】无法按照mysql-devel !

在宝塔面板里安装了mysql-5.6,然后机器上有个python服务需要安装mysql-devel,发现冲突了安装不上。

Transaction check error:
file /usr/include/mysql/client_plugin.h from install of mariadb-devel-1:5.5.64-1.el7.x86_64 conflicts with file from package bt-mysql56-5.6.44-1.el7.x86_64
file /usr/include/mysql/plugin.h from install of mariadb-devel-1:5.5.64-1.el7.x86_64 conflicts with file from package bt-mysql56-5.6.44-1.el7.x86_64
file /usr/include/mysql/plugin_audit.h from install of mariadb-devel-1:5.5.64-1.el7.x86_64 conflicts with file from package bt-mysql56-5.6.44-1.el7.x86_64
file /usr/include/mysql/plugin_auth.h from install of mariadb-devel-1:5.5.64-1.el7.x86_64 conflicts with file from package bt-mysql56-5.6.44-1.el7.x86_64
file /usr/include/mysql/plugin_auth_common.h from install of mariadb-devel-1:5.5.64-1.el7.x86_64 conflicts with file from package bt-mysql56-5.6.44-1.el7.x86_64
file /usr/include/mysql/plugin_ftparser.h from install of mariadb-devel-1:5.5.64-1.el7.x86_64 conflicts with file from package bt-mysql56-5.6.44-1.el7.x86_64
file /usr/include/mysql/psi/mysql_file.h from install of mariadb-devel-1:5.5.64-1.el7.x86_64 conflicts with file from package bt-mysql56-5.6.44-1.el7.x86_64
file /usr/include/mysql/psi/mysql_thread.h from install of mariadb-devel-1:5.5.64-1.el7.x86_64 conflicts with file from package bt-mysql56-5.6.44-1.el7.x86_64
file /usr/include/mysql/psi/psi.h from install of mariadb-devel-1:5.5.64-1.el7.x86_64 conflicts with file from package bt-mysql56-5.6.44-1.el7.x86_64
file /usr/include/mysql/service_my_snprintf.h from install of mariadb-devel-1:5.5.64-1.el7.x86_64 conflicts with file from package bt-mysql56-5.6.44-1.el7.x86_64
file /usr/include/mysql/services.h from install of mariadb-devel-1:5.5.64-1.el7.x86_64 conflicts with file from package bt-mysql56-5.6.44-1.el7.x86_64

错误概要


河妖 发表于 2019-10-17 10:10:36

面板装mysql用的极速安装 所以导致rpm包冲突了 要装就备份数据库数据 重新用编译方式装mysql 然后在装这个mysql-devel

河妖 发表于 2019-10-17 10:11:44

另外如果要装mysql-python/pymysql等包直接pip装就是 默认宝塔也会装 因为宝塔也用的python
页: [1]
查看完整版本: 【已回应】无法按照mysql-devel !