Re: ANNOUNCE - indimail-mta (qmail+ucsp-tcp+daemontools with all patches)
Fabian Santiago <[email protected]>
| Newsgroups | gmane.mail.qmail.general |
|---|---|
| Message-ID | <[email protected]> |
Manvendra, 1.> rpm -q --whatprovides mysql-server no package provides mysql-server 2.> yum install mysql-server No package mysql-server available. Error: Nothing to do 3.> yum install MariaDB-server No package MariaDB-server available. * Maybe you meant: mariadb-server 3a.> yum install mariadb-server Package 1:mariadb-server-5.5.47-1.el7_2.x86_64 already installed and latest version Nothing to do --- -- Sincerely, - Fabian S. On 2016-04-14 09:26, Manvendra Bhangui wrote: > On 14 April 2016 at 18:18, <[email protected]> wrote: >> Manvendra, >> >> I believe you're incorrect there; i installed mariadb ahead of trying >> indimail without adding any mariadb specific repo. it came from the >> centos-base updates repo which is preconfigured on centos from >> install. >> > > Execute the following command on your server and let me know the result > > rpm -q --whatprovides mysql-server > > Also what happens if you execute the following command ? > > yum install mysql-server > > This is what I get on my CentOS 7 Server > > # rpm -q --whatprovides mysql-server > MariaDB-server-5.5.48-1.el7.centos.x86_64 > > I have seen the rpm spec file of both mariadb and > mysql-community-server. Both have the following > in their RPM spec file > Provides: mysql-server > > Changing the indimail rpm spec file for mariadb or mysql-community > means that two different build > have to be setup (one for mariadb and one for mysql-community), which > is not a good thing to do. > Both mariadb and mysql-community server are supposed to be compatible > with each other > > The last step you could try is the following > > yum install MariaDB-server > > Once you have MariaDB-server installed, it will provide the virtual > package named mysql-server > and you will have no problem install indimail by executing > > yum install indimail > > Just see the install.txt file attached in my previous email. I have > done all the steps on > a CentOS 7 server.