tester wrote:
Hello all, please bear with me since i am very new to this list.
I have a RedHat 8.0 mail server that is running clamav-0.75
and need some help to upgrade to clamav .80
The first thing that i ran into was some failed dependacies
see the output below
warning: clamav-0.80-1.i386.rpm: V3 DSA signature: NOKEY, key ID
> 6cdf2cc1
> > > error: Failed dependencies:
> > > libcrypto.so.4 is needed by clamav-0.80-1
> > > libssl.so.4 is needed by clamav-0.80-1
So then after some searching i learned that these two files were a part of the openssl package and updating that package made those dependancy errors go away. I was still having some problems so on the advice of another list, i tried rebuilding the RPM from source. When i went to install it i ended up with another dependancy error.
see the output below...
[EMAIL PROTECTED] root]# rpmbuild --rebuild -without milter clamav-0.80-1.src.rpm
> Installing clamav-0.80-1.src.rpm
> error: Failed build dependencies:
> bzip2-devel is needed by clamav-0.80-1
I managed to update this file and then i tried it agian.
Now i am getting conflict errors.
see the output below...
[EMAIL PROTECTED] i386]# rpm -ivh clamav-0.80-2.i386.rpm
Preparing... ########################################### [100%]
file /etc/cron.daily/freshclam from install of clamav-0.80-2 conflicts with file from package clamav-db-0.75.1-1.0.rh8.dag
file /etc/logrotate.d/freshclam from install of clamav-0.80-2 conflicts with file from package clamav-db-0.75.1-1.0.rh8.dag
file /etc/freshclam.conf from install of clamav-0.80-2 conflicts with file from package clamav-0.75.1-1.0.rh8.dag
file /usr/bin/clamscan from install of clamav-0.80-2 conflicts with file from package clamav-0.75.1-1.0.rh8.dag
file /usr/bin/freshclam from install of clamav-0.80-2 conflicts with file from package clamav-0.75.1-1.0.rh8.dag
file /usr/bin/sigtool from install of clamav-0.80-2 conflicts with file from package clamav-0.75.1-1.0.rh8.dag
file /usr/lib/libclamav.so.1.0.4 from install of clamav-0.80-2 conflicts with file from package clamav-0.75.1-1.0.rh8.dag
file /usr/share/man/man1/clamscan.1.gz from install of clamav-0.80-2 conflicts with file from package clamav-0.75.1-1.0.rh8.dag
file /usr/share/man/man1/freshclam.1.gz from install of clamav-0.80-2 conflicts with file from package clamav-0.75.1-1.0.rh8.dag
file /usr/share/man/man1/sigtool.1.gz from install of clamav-0.80-2 conflicts with file from package clamav-0.75.1-1.0.rh8.dag
file /usr/share/man/man5/freshclam.conf.5.gz from install of clamav-0.80-2 conflicts with file from package clamav-0.75.1-1.0.rh8.dag
So now i am thinking that maybe i need to uninstall .75 and then try installing .80 but i do not know how to uninstall .75
If someone on the list feels that this is the right course of action then please tell me how to do it. Commands ....
Or just push me off of the cliff. :)



Well those instructions you followed look strangely familiar..i do believe i typed them.


And yes you should probably remove the other clamav package first before installing the new. if you do:

rpm -aq|grep clamav

you will see a list of clamav rpms you have installed
then you can just do:

rpm -e package_that_you_want_to_remove

That should do the trick

-Jim
_______________________________________________
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users

Reply via email to