Results 1 to 10 of 10

Hybrid View

  1. #1

    clamav error while restarting the exim

    Hello ALL,

    I am getting this error when restarting the exim

    **********
    /etc/rc.d/init.d/exim start
    Starting clamd: /usr/sbin/clamd: /lib/i686/libc.so.6: version `GLIBC_2.3' not found (required by /usr/sbin/clamd)
    /usr/sbin/clamd: /lib/i686/libpthread.so.0: version `GLIBC_2.3.2' not found (required by /usr/sbin/clamd)
    /usr/sbin/clamd: /lib/i686/libc.so.6: version `GLIBC_2.3' not found (required by /usr/lib/libclamav.so.1)
    [FAILED]
    Starting exim: [ OK ]
    Starting exim-26: [ OK ]
    Starting exim-smtps: [ OK ]
    Starting antirelayd: [ OK ]
    Starting spamd
    **********:

    my redhat release is
    cat /etc/redhat-release
    Red Hat Linux release 7.3 (Valhalla)

    **********
    Please help me to resolve this. Thanks in advance

    Regards,

    Sak47

  2. #2
    Hi,

    I believe you need to install/upgrade glibc.

  3. #3
    It looks to me like you either need to install or upgrade GLIBC. If that doesn't work, see if it's installed on your system and either symlink the files or change the path when you config exim.
    http://www.go-typhon.com
    Awsome CHEAP Plans!
    PHP4 & PHP5! IRC! CPanel! Game Servers! 24/7 Support!
    E-Mail: a.vanino@go-typhon.com

  4. #4
    Join Date
    Mar 2003
    Location
    California USA
    Posts
    13,681
    actually i would not upgrade glibc... I would reinstall clamav
    Steven Ciaburri | Industry's Best Server Management - Rack911.com
    Software Auditing - 400+ Vulnerabilities Found - Quote @ https://www.RACK911Labs.com
    Fully Managed Dedicated Servers (Las Vegas, New York City, & Amsterdam) (AS62710)
    FreeBSD & Linux Server Management, Security Auditing, Server Optimization, PCI Compliance

  5. #5

    sorry

    Hello,

    Thanks for the reply. But i cannot upgrade the glibc.

    I tried to reinstall the clamav.but got the following error.

    &&&&&&&&&
    rpm -ivh clamav-0.80-1.i586.rpm
    error: failed dependencies:
    insserv is needed by clamav-0.80-1
    fillup is needed by clamav-0.80-1
    libc.so.6(GLIBC_2.3) is needed by clamav-0.80-1
    libc.so.6(GLIBC_2.3.4) is needed by clamav-0.80-1
    libpthread.so.0(GLIBC_2.3.2) is needed by clamav-0.80-1
    &&&&&&&&&


    Some one please help me.

    Thank you.

    Regards,
    Sak47

  6. #6

    panic_errorlog

    Hello,


    Here is panic error log. I dont know if it has some thing to do with clamav error. Please refer this.
    $$$$$$$$$$$$$$$$$

    tail -f /var/log/exim_paniclog
    main option "rbl_domains" unknown
    2005-07-20 10:05:56 1DvG8u-0001mJ-0s process 6845 crashed with signal 15 while delivering 1DvG8u-0001mJ-0s
    2005-07-20 10:10:58 Exim configuration error in line 3 of /etc/exim.conf.buildtest:
    main option "rbl_domains" unknown
    2005-07-20 10:15:24 1DvGHl-0002ad-01 process 9989 crashed with signal 15 while delivering 1DvGHl-0002ad-01
    2005-07-20 11:18:38 socket bind() to port 26 for address (any IPv4) failed: Address already in use: daemon abandoned
    2005-07-20 11:18:38 socket bind() to port 25 for address (any IPv4) failed: Address already in use: daemon abandoned
    2005-07-20 11:18:38 socket bind() to port 465 for address (any IPv4) failed: Address already in use: daemon abandoned
    2005-07-20 11:31:57 Exim configuration error in line 3 of /etc/exim.conf.buildtest:
    main option "rbl_domains" unknown
    $$$$$$$$$$$$$$$$$

    I tried to install the clamavconnector using WHM . But its getting a pro.cpanel error eventhough i activated the servers ip using the link http://pro.cpanel.net/activate/. I downloaded and configured the clamav-0.80
    but again the same result. Please some one help me. Any help in this regard
    is grealy appreciated.


    Regards,

    Sak47

  7. #7
    Join Date
    Aug 2004
    Posts
    96
    Try installing it this way
    rpm -Uvh clamav-0.80-1.i586.rpm


    you may want to run up2date (or yum update) which ever you use

  8. #8
    Join Date
    Aug 2004
    Posts
    96
    or better yet intall from src instead

    (if you installed this clam the first time from WHM
    uncheck it and remove the install)

    or

    remove rpm install like so
    rpm -e clamav

    then
    wget http://internap.dl.sourceforge.net/s...-0.86.1.tar.gz

    tar zxvf clamav-0.86.1.tar.gz

    cd into the clamav directory you just uncompressed

    then do
    ./configure
    make
    make check (this checks for errors and such)
    make install

    then do
    freshclam (this will update the defintion files)

  9. #9
    Join Date
    Jun 2003
    Location
    United States of America
    Posts
    1,847
    i had problems with installing the plesk ones from atomic rocket turtle one time too man good luck cause that was something i could never get to work
    Computer Steroids - Full service website development solutions since 2001.
    (612)234-2768 - Locally owned and operated in the Minneapolis, Minnesota area.

  10. #10
    Join Date
    Mar 2003
    Location
    California USA
    Posts
    13,681
    you are installing the wrong version of the rpm for your distrobution.
    Steven Ciaburri | Industry's Best Server Management - Rack911.com
    Software Auditing - 400+ Vulnerabilities Found - Quote @ https://www.RACK911Labs.com
    Fully Managed Dedicated Servers (Las Vegas, New York City, & Amsterdam) (AS62710)
    FreeBSD & Linux Server Management, Security Auditing, Server Optimization, PCI Compliance

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •