1

Topic: Instalation Error php5-mhash

I'm trying to install iRedMail on my Debian lenny and I get this output durring the process:

php5-mysql is already the newest version.
Package php5-mhash is a virtual package provided by:
  php5-common 5.3.3-7+squeeze3
You should explicitly select one to install.
E: Package php5-mhash has no installation candidate
< ERROR > Installation failed, please check the terminal output.

What should I do now, once I have the newst version of php5-common installed, as well php 5.3?

thanks...

----

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

2

Re: Instalation Error php5-mhash

Hmm, seems Debian Lenny updated its apt repository.

Try this command to fix it:

# cd iRedMail-0.7.3/
# perl -pi -e 's#php5-mhash#php5-common#' functions/packages.sh

Then install iRedMail by following installation guide.