1

Topic: Installation Failed centOS6 with PGSQL

==== Required information ====
- iRedMail version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Linux/BSD distribution name and version:
- Related log if you're reporting an issue:
====

Hi, I have tried installing iRedMail-0.8.3 twice now.

We have centOS 6 on our VPS.

1st attempt gave the same message as the 2nd attempt which is shown below.

1st attempt was aimed at using PGSQL as the backend - we have a db running this already for another function so I attempted to uninstall as per the forum post.

I then re ran the install wizard but selected a MySQL backend in the hope this may cure my probem, again no luck.

Any chance anyone has encountered this and if so point me in the correct direction.

Many thanks

Ben

---> Package perl-XML-NamespaceSupport.noarch 0:1.10-3.el6 will be installed
---> Package shorewall-core.noarch 0:4.5.4-1.el6 will be installed
--> Processing Dependency: /etc/clamd.d for package: amavisd-new-2.8.0-4.el6.noarch
--> Finished Dependency Resolution
Error: Package: amavisd-new-2.8.0-4.el6.noarch (epel)
           Requires: /etc/clamd.d
           Available: clamd-0.97.6-1.el6.x86_64 (epel)
               Not found
           Available: clamd-0.97.5-2.el6.rf.i686 (iRedMail)
               Not found
           Available: clamd-0.97.6-1.el6.rf.i686 (iRedMail)
               Not found
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
< ERROR > Installation failed, please check the terminal output.
< ERROR > If you're not sure what the problem is, try to get help in iRedMail
< ERROR > forum: http://www.iredmail.org/forum/

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Installation Failed centOS6 with PGSQL

Having the same error updating via Yum. There is a new version of amavisd: amavisd-new-2.8.0-4.el6.noarch, which requires clamd-0.97.6-1.el6.x86_64 (found in the epel repo), but what is installed is clamd-0.97.6-1.el6.rf.x86_64 (found in the iredmail repo).

iRedMail 0.8.3
CentOS 6.3 x64
using LDAP



bcevans82 wrote:

==== Required information ====
- iRedMail version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Linux/BSD distribution name and version:
- Related log if you're reporting an issue:
====

Hi, I have tried installing iRedMail-0.8.3 twice now.

We have centOS 6 on our VPS.

1st attempt gave the same message as the 2nd attempt which is shown below.

1st attempt was aimed at using PGSQL as the backend - we have a db running this already for another function so I attempted to uninstall as per the forum post.

I then re ran the install wizard but selected a MySQL backend in the hope this may cure my probem, again no luck.

Any chance anyone has encountered this and if so point me in the correct direction.

Many thanks

Ben

---> Package perl-XML-NamespaceSupport.noarch 0:1.10-3.el6 will be installed
---> Package shorewall-core.noarch 0:4.5.4-1.el6 will be installed
--> Processing Dependency: /etc/clamd.d for package: amavisd-new-2.8.0-4.el6.noarch
--> Finished Dependency Resolution
Error: Package: amavisd-new-2.8.0-4.el6.noarch (epel)
           Requires: /etc/clamd.d
           Available: clamd-0.97.6-1.el6.x86_64 (epel)
               Not found
           Available: clamd-0.97.5-2.el6.rf.i686 (iRedMail)
               Not found
           Available: clamd-0.97.6-1.el6.rf.i686 (iRedMail)
               Not found
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
< ERROR > Installation failed, please check the terminal output.
< ERROR > If you're not sure what the problem is, try to get help in iRedMail
< ERROR > forum: http://www.iredmail.org/forum/

3

Re: Installation Failed centOS6 with PGSQL

Your issue is caused by conflict packages from different yum repositories.
According to our installation guide, you MUST DISABLE all third-party yum repositories before installation: http://www.iredmail.org/install_iredmai … able_repos

* For CentOS or Scientific Linux, please enable CentOS/Scientific official yum repositories, and DISABLE all third-party yum repositories to avoid package conflict.

* For Red Hat Enterprise Linux, please enable Red Hat Network to install packages, or create a local yum repository with DVD/CD ISO images.

4

Re: Installation Failed centOS6 with PGSQL

For the unwary, epel is NOT considered official in this context. disabling epel solves the problem.

ZhangHuangbin wrote:

Your issue is caused by conflict packages from different yum repositories.
According to our installation guide, you MUST DISABLE all third-party yum repositories before installation: http://www.iredmail.org/install_iredmai … able_repos

* For CentOS or Scientific Linux, please enable CentOS/Scientific official yum repositories, and DISABLE all third-party yum repositories to avoid package conflict.

* For Red Hat Enterprise Linux, please enable Red Hat Network to install packages, or create a local yum repository with DVD/CD ISO images.