centos7 - Install postfix in CentOS 7 without maria-db -


i trying install postfix using yum in centos 7. i'm using version of mysql (5.5.28) installed directly rpm file.

the default postfix has dependency on mariadb. since mariadb conflicts mysql i'm unable use this. tried using centosplus repository has mysql support. after installing compat-mysql rpm, able install postfix using following command:

yum install --exclude=mariadb-libs --exclude=mysql-community-libs postfix

but after when try start postfix following error:

/usr/sbin/postconf: relocation error: /usr/sbin/postconf: symbol mysql_real_connect, version libmysqlclient_18 not defined in file libmysqlclient.so.18 link time reference

i kind of stuck @ here. can 1 please help?

thanks in advance.

you need required packages. install deendency packages.

note installing mariadb mot mean need running. take space on disk.


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - How to Hide Date Menu from Datepicker in yii2 -