Re: clamav dependincy error
Use aptitude to install it rather than apt-get. It handles these sort of dependency chains better.
Re: clamav dependincy error
I have tried to do that but I does not work as there is a issue with dansguardian everytime i do this its driving me nuts and i was not apt-get ing it i was doing a manual package install
Re: clamav dependincy error
Why are you installing the package manually?
Re: clamav dependincy error
because the apt-get is out of date the engien is out of date and keeps comming up with warnings. I have downloaded the 8 clamav 0.91.2-0volatile1_i386.deb packages then try to install them via dpkg -i but keeps comming up with the above errors.
Re: clamav dependincy error
It's not a big deal that the engine is out of date.
Can you run 'dpkg -l libgmp3c2' and post the output?
Re: clamav dependincy error
hello i hope tis is what you are looking for ?? Code:
root@webserver:/home/admin# dpkg -l libgmp3c2
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version Description
+++-==============-==============-============================================
ii libgmp3c2 4.1.4-11ubuntu Multiprecision arithmetic library
root@webserver:/home/admin#
this is way above anything i know
Re: clamav dependincy error
ok i have also tried adding the
deb http://volatile.debian.net/debian-volatile sarge/volatile main contrib
as it said on one of the ubuntu fourms about abbing this is ok and this is the errors i get now. Code:
root@webserver:/home/admin# apt-get install clamav-daemon \
> clamav-freshclam exim4-daemon-heavy exim4 \
> courier-base courier-authdaemon courier-imap \
> courier-pop spamassassin wget spamc sa-exim
Reading package lists... Done
Building dependency tree... Done
wget is already the newest version.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies.
clamav-daemon: Depends: libclamav2 (>= 0.91.2) but it is not going to be installed
clamav-freshclam: Depends: libclamav2 (>= 0.91.2) but it is not going to be installed
E: Broken packages
root@webserver:/home/admin# apt-get install clamav
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:
The following packages have unmet dependencies.
clamav: Depends: libclamav2 (>= 0.91.2) but it is not going to be installed
E: Broken packages
root@webserver:/home/admin# apt-get libclamav2
E: Invalid operation libclamav2
root@webserver:/home/admin# apt-get install libclamav2
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:
The following packages have unmet dependencies.
libclamav2: Depends: libgmp3 but it is not installable
E: Broken packages
root@webserver:/home/admin# apt-get install libgmp3
Reading package lists... Done
Building dependency tree... Done
Package libgmp3 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
libgmpxx3 libgmp3c2 libgmp3-doc
E: Package libgmp3 has no installation candidate
root@webserver:/home/admin#
now i am still getting the same errors
seems like it is not just me http://ubuntuforums.org/showthread.php?t=154268
its this silly libgmp3 problem
Re: clamav dependincy error
ok found this on one of the fourms and looks like it might work http://www.qustodium.net/HOWTO_Backp...u_Dapper_Drake going to try it tonight on my test platform ??
Re: clamav dependincy error
Those instructions look sensible. In fact, they seem familiar. I had to build a 64bit version of clamav a while back and I could swear I used the same method to get it to work.
Re: clamav dependincy error
ok it dont work keep getting this error Code:
root@webserver:/usr/src# dpkg -i clam*.deb libclam*.deb
(Reading database ... 36014 files and directories currently installed.)
Preparing to replace clamav 0.91.2-3ubuntu2 (using clamav_0.91.2-3ubuntu2_i386.deb) ...
Unpacking replacement clamav ...
Preparing to replace clamav-base 0.91.2-3ubuntu2 (using clamav-base_0.91.2-3ubuntu2_all.deb) ...
Unpacking replacement clamav-base ...
Preparing to replace clamav-docs 0.91.2-3ubuntu2 (using clamav-docs_0.91.2-3ubuntu2_all.deb) ...
Unpacking replacement clamav-docs ...
Preparing to replace clamav-testfiles 0.91.2-3ubuntu2 (using clamav-testfiles_0.91.2-3ubuntu2_all.deb) ...
Unpacking replacement clamav-testfiles ...
Preparing to replace libclamav2 0.91.2-3ubuntu2 (using libclamav2_0.91.2-3ubuntu2_i386.deb) ...
Unpacking replacement libclamav2 ...
dpkg: dependency problems prevent configuration of clamav:
clamav depends on libcurl3-gnutls; however:
Package libcurl3-gnutls is not installed.
dpkg: error processing clamav (--install):
dependency problems - leaving unconfigured
Setting up clamav-base (0.91.2-3ubuntu2) ...
dpkg: dependency problems prevent configuration of clamav-docs:
clamav-docs depends on sharutils; however:
Package sharutils is not installed.
dpkg: error processing clamav-docs (--install):
dependency problems - leaving unconfigured
Setting up clamav-testfiles (0.91.2-3ubuntu2) ...
Setting up libclamav2 (0.91.2-3ubuntu2) ...
Errors were encountered while processing:
clamav
clamav-docs
root@webserver:/usr/src#
it is so frustrating