1

Topic: Installation of iRedMail-0.8.6 fails at clamd

==== Required information ====
- iRedMail version: iRedMail-0.8.6
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):  LDAP
- Linux/BSD distribution name and version: RHEL 6.3
- Related log if you're reporting an issue:
====
We are panning on replacing our email solution and i am trying to iRedMail. However, installation fails while resolving dependencies for clamd with error as described below:
##########################################

---> Package perl-Pod-Escapes.x86_64 1:1.04-127.el6 will be installed
--> Finished Dependency Resolution
Error: Package: clamd-0.98.1-1.el6.x86_64 (epel)
           Requires: libz.so.1(ZLIB_1.2.0.2)(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
###############################################

zlibc is already installed on system during installation of OS and below is the version.

#rpm -qv zlib
zlib-1.2.3-27.el6.x86_64

Yum repolist output from system is given below for reference.

# yum repolist
Loaded plugins: product-id, subscription-manager
Updating certificate-based repositories.
Unable to read consumer identity
repo id                                           repo name                                                                            status
BaseRHEL6.3                                Red Hat Enterprise Linux 6.3                                                   3,585
epel                                              Extra Packages for Enterprise Linux 6 - x86_64                        10,487
iRedMail                                       iRedMail                                                                                 73
repolist: 14,145


Any help here is much appreciated. Thanks You.

----

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

2

Re: Installation of iRedMail-0.8.6 fails at clamd

No idea yet, looks like ClamAV package in EPEL has incorrect dependence. It works fine on CentOS 6.

You can try to install ClamAV from EPEL repo before installing iRedMail, if it can be successfully installed, then execute iRedMail installer:

# bash iRedMail.sh

3

Re: Installation of iRedMail-0.8.6 fails at clamd

I tired to install clamd manually from EPEL repo, but it still show the same dependency problem.
I guess there is a problem with repo.

Is there a way to disable installation of clamd when  iRedMail.sh is executed ?
Thanks.

4

Re: Installation of iRedMail-0.8.6 fails at clamd

Is it possible for you to download ClamAV packages from EPEL and install it manually with 'rpm' command? with options like '--nodeps'.