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
Post a Comment