Quantcast
Channel: iRedMail — iRedMail Support
Viewing all articles
Browse latest Browse all 43312

Core dump on CentOS 6.2 Install

$
0
0

==== 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.


Viewing all articles
Browse latest Browse all 43312

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>