Thanks.  That did help.  Now I'm getting a problem starting the daemon.  The
error that I am getting is:

[r...@neidorff ~]# /etc/init.d/clamd start
Starting Clam AV daemon: ERROR: Missing argument for option at line 33
ERROR: Can't open/parse the config file /usr/local/etc/clamd.conf
                                                           [FAILED]
I've checked the clamd.conf file. It looks fine.  permissions are 644.  I've
tried owner as root, clamav and qscand. No change. I've put some "echo"
statements in /etc/init.d/clamd to verify that it is running and where the
error is coming from.  Here are the relavent lines:

start() {
        # Find user to run as
        CLAMUSER=`grep ^User /etc/clamd.conf | cut -d ' ' -f2`
        if [ -z $CLAMUSER ] ; then
           CLAMUSER="clamav"
        fi
        # Lets start up
        echo -n $"Starting Clam AV daemon: "
        LANG= daemon --user $CLAMUSER /usr/local/sbin/clamd
        RETVAL=$?
        echo
        [ $RETVAL -eq 0 ] && touch /var/lock/subsys/clamd
        return $RETVAL
}
Line 33 is "return $RETVAL.
Can anyone please help me get my clamav working again?
Thanks,
Mark
On 4/17/10, Török Edwin <edwinto...@gmail.com> wrote:
>
> On 04/17/2010 06:14 PM, neidorff wrote:
>
>> On 4/17/10, neidorff<neido...@gmail.com>  wrote:
>>
>>>
>>> On 4/17/10, Török Edwin<edwinto...@gmail.com>  wrote:
>>>
>>>  On 04/17/2010 05:12 PM, neidorff wrote:
>>>>
>>>>  Help, please.
>>>>>
>>>>> My system is old--Fedora Core 3--but it has been working as a mail
>>>>> server
>>>>> (qmail from and upgraded from qmailrocks) for years without trouble.
>>>>>  Now
>>>>> in
>>>>> the position of having to install new clamav.  Followed the
>>>>> instructions--uninstalled old clamav.  Now building new.  (upgraded
>>>>> packages
>>>>> as needed, already)
>>>>> configure went fine.
>>>>> I got the  output below
>>>>>   CXX    libclamavcxx_la-bytecode2llvm.lo
>>>>> cc1plus: error: unrecognized command line option
>>>>> "-Wno-missing-field-initializers"
>>>>>
>>>>>
>>>> Did you specify --enable-llvm to configure?
>>>> If not it should have automatically disabled it on such an old compiler.
>>>>
>>>> Try rerunning configure with --disable-llvm, and see if make works then.
>>>>
>>>>
>>> Many thanks.  That fixed the problem.  I have run configure, make and
>>> (#)make install without issue.
>>>
>>>
>> Ack....I skoke too soon.  The clamd daemon is not running.  When I try to
>> manually start it, it complains about:
>> Starting Clam AV daemon: /usr/local/sbin/clamd: error while loading shared
>> libraries: libclamav.so.6: cannot open shared object file: No such file or
>> directory
>>
>
> Run ldconfig, that'll create the appropriate symlinks.
>
>
>
> --Edwin
> _______________________________________________
> Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
> http://www.clamav.net/support/ml
>
_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml

Reply via email to