Installation problem

Sahi

Verified User
Joined
Nov 10, 2011
Messages
27
Installing a new DA machine on Centos6.4 64bit i get these errors and the install script stopped running:

HTML:
Error: Package: 2:postfix-2.6.6-2.2.el6_1.x86_64 (base)
           Requires: libmysqlclient.so.16(libmysqlclient_16)(64bit)
Error: Package: 2:postfix-2.6.6-2.2.el6_1.x86_64 (base)
           Requires: mysql-libs
Error: Package: 2:postfix-2.6.6-2.2.el6_1.x86_64 (base)
           Requires: libmysqlclient.so.16()(64bit)

What to do?
 
Last edited:
You don't need postfix, so you can remove it.

Code:
yum remove postfix

Please check before installation if you also have mysql, php, httpd and/or some ftpd (vsftpd, pureftpd, proftpd etc.) installed and remove those too before installing DA.
 
Back
Top