Hello,
I am trying to install PostGIS on a CentOS Linux release 7.2.1511 (Core). I installed PostGreSQL successfully. But when I try to install PostGIS using yum install postgres2_93
I get transaction conflict errors (2 of many are posted below):
file /usr/share/mysql/charsets/README from install of mariadb-libs-1:5.5.44-2.el7.centos.x86_64 conflicts with file from package MySQL55-server-5.5.47-1.cp1148.x86_64
file /usr/share/mysql/charsets/Index.xml from install of mariadb-libs-1:5.5.44-2.el7.centos.x86_64 conflicts with file from package MySQL55-server-5.5.47-1.cp1148.x86_64
MySQL is in use, so I can't remove that.
So far, all of the fixes I have found online for transaction conflicts seem to be suggesting a removal. Can any of you suggest alternatives?
I have also tried with PostGreSQL 9.2 and a compatible PostGIS, but I get the same conflict errors.
Thank you,
Augori