Re: ANNOUNCE - indimail-mta (qmail+ucsp-tcp+daemontools with all patches)
Manvendra Bhangui <[email protected]>
| Newsgroups | gmane.mail.qmail.general |
|---|---|
| Message-ID | <CAOqj+1M4N6qXZ0OrNrSndFshD3=0D6pEYsSR2mok=7cP9za53g@mail.gmail.com> |
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.