Topic: Core dump on CentOS 6.2 Install
==== 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:
====Trying to Install iRedMail-0.8.5 on CentOS 6.2 using https://bitbucket.org/zhb/iredmail/down … .5.tar.bz2
installation failed with the following when iRedMail.sh is executed:
"/usr/local/iRedMail-0.8.5/pkgs/../conf/core: line 554: 14894 Segmentation fault (core dumped) ${YUM} -y --disablerepo=rpmforge,ius install $@
< 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/"
starting with line 552 in the core dump
# Install/Remove binary packages on RHEL/CentOS.
install_pkg_rhel()
{
ECHO_INFO "Installing package(s): $@"
${YUM} -y --disablerepo=rpmforge,ius install $@
if [ X"$?" != X"0" ]; then
ECHO_ERROR "Installation failed, please check the terminal output."
ECHO_ERROR "If you're not sure what the problem is, try to get help in iRedMail"
ECHO_ERROR "forum: http://www.iredmail.org/forum/"
exit 255
else
:
fi
}
I have searched the Internet and the forum but am unable to figure out what to do.
----
Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.