PDA

View Full Version : Clam 0.88.1 released



@how@
04-07-2006, 02:49 AM
Hello,
New released 0.88.1
how to install (old post)
http://www.directadmin.com/forum/showthread.php?s=&threadid=10478&perpage=20&pagenumber=1
how to update

wget http://www.web4host.net/tools/ClamAV-update-tools.sh
chmod 755 ClamAV-update-tools.sh
./ClamAV-update-tools.sh


Wael

koh
04-07-2006, 03:02 AM
i gotten this


make[2]: Leaving directory `/root/clamav-0.88.1'
make[1]: Leaving directory `/root/clamav-0.88.1'
Bareword found where operator expected at -e line 1, near "s/^LocalSocket /tmp/clamd"
syntax error at -e line 1, near "s/^LocalSocket /tmp/clamd"
Execution of -e aborted due to compilation errors.
mkdir: cannot create directory `/var/run/clamav': File exists


nvm I upgraded mine via rpm :)

PhilipL
04-07-2006, 04:18 AM
Hi,

do you have the link to the rpm?

Phil

koh
04-07-2006, 04:52 AM
no, to be exact, i use dag for yum install, my bad :)

PhilipL
04-07-2006, 06:29 AM
And how would that work?
Sorry. Bit unaware of dag.

Also, updating/installing the new version, would that overwrite the configs?

koh
04-07-2006, 06:58 AM
add this in your repo for yum, if your on centos, it shd be under
/etc/yum.repos.d/CentOS-Base.repo

[dag]
name=Dag RPM Repository for Red Hat Enterprise Linux
baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
gpgcheck=1
enabled=1

PhilipL
04-07-2006, 10:00 AM
Hi,

Thanks for the that.

When I run yum install clamav it says it cant find anything and when I run yum install clamd it says I the following:



error: Failed dependencies:
clamav-db = 0.88.1-1.el4.rf is needed by clamav-0.88.1-1.el4.rf.i386
clamav = 97:0.88-1 is needed by (installed) clamav-server-0.88-1.i386


Any ideas?

jw00dy
04-07-2006, 12:46 PM
Originally posted by koh
add this in your repo for yum, if your on centos, it shd be under
/etc/yum.repos.d/CentOS-Base.repo

[dag]
name=Dag RPM Repository for Red Hat Enterprise Linux
baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
gpgcheck=1
enabled=1
Any idea where the GPG key is located for the "Dag" repo?

koh
04-07-2006, 07:09 PM
Originally posted by jw00dy
Any idea where the GPG key is located for the "Dag" repo?

do this
#rpm --import http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt


error: Failed dependencies:
clamav-db = 0.88.1-1.el4.rf is needed by clamav-0.88.1-1.el4.rf.i386
clamav = 97:0.88-1 is needed by (installed) clamav-server-0.88-1.i386

try installing the clamav-db first.

jw00dy
04-07-2006, 08:13 PM
Thank you Koh!

bassjuh
04-08-2006, 06:19 AM
Thanks Koh! :D works perfectly :)

@how@
04-08-2006, 11:19 AM
Thanks Koh, nice :)