Re: [Clamav-users] Clam AV 0.67 e-smith RedHat 7.3 Packages

2004-03-03 Thread Kritof Petr
FreshClam wrote:

Hi, I downloaded the Red Hat package from
http://crash.fce.vutbr.cz/crash-hat/1/clamav/. When I try installing it on
e-smith 6.0 with Red Hat 7.3, I get the following error: 

[EMAIL PROTECTED] src]# rpm -Uvh clamav-0.67-1.i386.rpm 
error: failed dependencies:
   libc.so.6(GLIBC_2.3)   is needed by clamav-0.67-1
   libwrap.so.0   is needed by clamav-0.67-1

[EMAIL PROTECTED] src]# rpm -Uvh glibc-2.2.5-44.i386.rpm 
error: failed dependencies:
   glibc-common = 2.2.5-44 is needed by glibc-2.2.5-44
[EMAIL PROTECTED] src]# rpm -Uvh glibc-common-2.2.5-44.i386.rpm 
error: failed dependencies:
   glibc-common = 2.2.5-43 is needed by glibc-2.2.5-43
[EMAIL PROTECTED] src]# 

Hello,

the most quick way is to download src package and rebuil it on your system.

Get  clamav-0.67-1.src.rpm package, install sources it by
'rpm -i clamav-0.67-1.src.rpm'
rebuild them by
'rpm -ba /usr/src/redhat/SPEC/clamav.spec'
and install final packages by
'rpm -Uvh /usr/src/redhat/RPMS/i386/clamav-*'
you need have tcp_wrappers package installed to compile it.

Petr



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


[Clamav-users] Clam AV 0.67 e-smith RedHat 7.3 Packages

2004-03-02 Thread FreshClam
Hi, I downloaded the Red Hat package from
http://crash.fce.vutbr.cz/crash-hat/1/clamav/. When I try installing it on
e-smith 6.0 with Red Hat 7.3, I get the following error: 

[EMAIL PROTECTED] src]# rpm -Uvh clamav-0.67-1.i386.rpm 
error: failed dependencies:
libc.so.6(GLIBC_2.3)   is needed by clamav-0.67-1
libwrap.so.0   is needed by clamav-0.67-1

[EMAIL PROTECTED] src]# rpm -Uvh glibc-2.2.5-44.i386.rpm 
error: failed dependencies:
glibc-common = 2.2.5-44 is needed by glibc-2.2.5-44
[EMAIL PROTECTED] src]# rpm -Uvh glibc-common-2.2.5-44.i386.rpm 
error: failed dependencies:
glibc-common = 2.2.5-43 is needed by glibc-2.2.5-43
[EMAIL PROTECTED] src]# 

There are so many packages and library files needed to get this working. Is
there a single location or implementation guideline. I read the manual but
it does not cover the package in detail and does not tell where to find all
the needed files. 

Thanks for your help in advance,
New Fresh Clam User



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


Re: [Clamav-users] Clam AV 0.67 e-smith RedHat 7.3 Packages

2004-03-02 Thread Damien Curtain
On Tue, Mar 02, 2004 at 02:49:48PM -0800, FreshClam wrote:
 Hi, I downloaded the Red Hat package from
 http://crash.fce.vutbr.cz/crash-hat/1/clamav/. When I try installing it on
 e-smith 6.0 with Red Hat 7.3, I get the following error: 
 
 [EMAIL PROTECTED] src]# rpm -Uvh clamav-0.67-1.i386.rpm 
 error: failed dependencies:
 libc.so.6(GLIBC_2.3)   is needed by clamav-0.67-1
 libwrap.so.0   is needed by clamav-0.67-1
 
 [EMAIL PROTECTED] src]# rpm -Uvh glibc-2.2.5-44.i386.rpm 
 error: failed dependencies:
 glibc-common = 2.2.5-44 is needed by glibc-2.2.5-44
 [EMAIL PROTECTED] src]# rpm -Uvh glibc-common-2.2.5-44.i386.rpm 
 error: failed dependencies:
 glibc-common = 2.2.5-43 is needed by glibc-2.2.5-43
 [EMAIL PROTECTED] src]# 
 
 There are so many packages and library files needed to get this working. Is
 there a single location or implementation guideline. I read the manual but
 it does not cover the package in detail and does not tell where to find all
 the needed files. 

You might like to read:
http://www.pagefault.org/howto/e-smith-antivirus.shtml
or
http://www.pagefault.org/howto/amavis_clam.shtml

Or try http://contribs.org/modules/pbboard/ 
-- 
 Damien


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


Re: [Clamav-users] Clam AV 0.67 e-smith RedHat 7.3 Packages

2004-03-02 Thread Fajar A. Nugraha
FreshClam wrote:

Red Hat 7.3, I get the following error: 

[EMAIL PROTECTED] src]# rpm -Uvh clamav-0.67-1.i386.rpm 
error: failed dependencies:
   libc.so.6(GLIBC_2.3)   is needed by clamav-0.67-1
   libwrap.so.0   is needed by clamav-0.67-1

 

Looks like it was meant for RH 8+, not RH 7.3

there a single location or implementation guideline. 

Either
-   look for other clamav RPM source for RH 7.3
-   compile yourself (not THAT hard).
-   get RH 7.3 binaries (tar.gz, not rpm) from http://www.clamav.or.id
Regards,

Fajar

---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users