I just received my Raspberry Pi B a few days ago and I am facing a problem with ClamAV

Since I am going to use my Pi as a server, I need to be sure that the files which are going to be uploaded does not have virus.
I installed ClamAV, I have updated the databases with freshclam.
$this->bbcode_second_pass_code('', 'freshclam')
I had a problem with the update but normally, I have solved it by following the wiki (https://wiki.archlinux.org/index.php/Cl ... T_notified)
Then, I enabled freshclam.service
$this->bbcode_second_pass_code('', 'systemctl enable freshclam')
No problem.
But when I try to start clamav daemon with this command
$this->bbcode_second_pass_code('', 'systemctl enable clamd')
The command takes a while and give me this answer :
$this->bbcode_second_pass_code('', '
août 17 20:28:52 FlambazPi systemd[1]: Starting clamav daemon...
-- Subject: Unit clamd.service has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit clamd.service has begun starting up.
août 17 20:30:22 FlambazPi systemd[1]: clamd.service operation timed out. Terminating.
août 17 20:30:22 FlambazPi systemd[1]: Failed to start clamav daemon.
-- Subject: Unit clamd.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/be02cf6855d2428ba40df7e9d022f03d
--
-- Unit clamd.service has failed.
--
-- The result is failed.
août 17 20:30:22 FlambazPi systemd[1]: Unit clamd.service entered failed state.
')
It has been two hours since I got this problem and my friend Google did not give me answers.
Does anyone have faced that problem?
Or is there anyone who can help me?
P.S : Since I am not English nor American, I am sorry if my english is a bit bad. I am trying my best
