Re: [Clamav-users] Help need with 0.93 compile error

2008-05-02 Thread Török Edwin
nightduke wrote: > I did ldconfig and it's fixed.Thanks a lot. > Can the patch be applied at current stable version of clamav? It will be included in 0.93.1 and it is applied on the 0.93 release branch. --Edwin ___ Help us build a comprehensive ClamAV g

Re: [Clamav-users] Help need with 0.93 compile error

2008-05-02 Thread nightduke
config and try again.. > > > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:clamav-users- > > [EMAIL PROTECTED] On Behalf Of nightduke > > > Sent: Friday, May 02, 2008 12:28 PM > > To: ClamAV users ML > > Subject: Re: [Clamav-users] Help n

Re: [Clamav-users] Help need with 0.93 compile error

2008-05-02 Thread James Pratt
> To: ClamAV users ML > Subject: Re: [Clamav-users] Help need with 0.93 compile error > > Finally i applied the patch i was downloading with wget but... > wget https://wwws.clamav.net/bugzilla/attachment.cgi?id=656--no-check- > certificate > > patch -p0 < attachment.cgi\?

Re: [Clamav-users] Help need with 0.93 compile error

2008-05-02 Thread nightduke
Fixed I do ldconfig and freshclam and the error libclamav.so.4 disappears. Thanks a lot. Nightduke 2008/5/2, nightduke <[EMAIL PROTECTED]>: > > Finally i applied the patch i was downloading with wget but... > wget > https://wwws.clamav.net/bugzilla/attachment.cgi?id=656--no-check-certificate

Re: [Clamav-users] Help need with 0.93 compile error

2008-05-02 Thread nightduke
Finally i applied the patch i was downloading with wget but... wget https://wwws.clamav.net/bugzilla/attachment.cgi?id=656--no-check-certificate patch -p0 < attachment.cgi\?id\=656 Then i do again configure and make Make it's done without errors...then i do make install But i try to update..

Re: [Clamav-users] Help need with 0.93 compile error

2008-05-02 Thread Török Edwin
nightduke wrote: > patch -p0 < zlib.patch > patch: Only garbage was found in the patch input. > > And then what can i do? Check what zlib.patch contains, and if it got damages somehow. Use a patch that understands unified context diffs (try -u). --Edwin __

Re: [Clamav-users] Help need with 0.93 compile error

2008-05-02 Thread nightduke
patch -p0 < zlib.patch patch: Only garbage was found in the patch input. And then what can i do? Thanks a lot. Nightduke 2008/5/2, Török Edwin <[EMAIL PROTECTED]>: > > nightduke wrote: > > How can i apply this patch? > > cd /path/to/clamav-sources > wget https://wwws.clamav.net/bugzilla/a

Re: [Clamav-users] Help need with 0.93 compile error

2008-05-02 Thread Török Edwin
nightduke wrote: > How can i apply this patch? cd /path/to/clamav-sources wget https://wwws.clamav.net/bugzilla/attachment.cgi?id=656 -o zlib.patch patch -p0 http://wiki.clamav.net http://lurker.clamav.net/list/clamav-users.html

Re: [Clamav-users] Help need with 0.93 compile error

2008-05-02 Thread nightduke
How can i apply this patch? Thanks a lot Nightduke 2008/5/2, Török Edwin <[EMAIL PROTECTED]>: > > nightduke wrote: > > Done but i have the same problem... > > > > ../shared/tar.c:82: undefined reference to `gzwrite' > > tar.o(.text+0x107):../shared/tar.c:95: undefined reference to `gzwrite' > >

Re: [Clamav-users] Help need with 0.93 compile error

2008-05-02 Thread Török Edwin
nightduke wrote: > Done but i have the same problem... > > ../shared/tar.c:82: undefined reference to `gzwrite' > tar.o(.text+0x107):../shared/tar.c:95: undefined reference to `gzwrite' > tar.o(.text+0x1c2):../shared/tar.c:111: undefined reference to `gzwrite' > manager.o(.text+0xf24): In function

Re: [Clamav-users] Help need with 0.93 compile error

2008-05-02 Thread Dennis Peterson
nightduke wrote: > How can i add my libraries at ld.so.conf? > > cat ld.so.conf > include ld.so.conf.d/*.conf > > Thanks > > Nightduke Here's some links to follow: http://tinyurl.com/n9cd http://tinyurl.com/2e6ud For Linux: http://linux.die.net/man/8/ldconfig For Solaris: http://solaris.r

Re: [Clamav-users] Help need with 0.93 compile error

2008-05-02 Thread nightduke
> [EMAIL PROTECTED] On Behalf Of nightduke > > > Sent: Friday, May 02, 2008 11:27 AM > > To: ClamAV users ML > > Subject: Re: [Clamav-users] Help need with 0.93 compile error > > > > How can i add my libraries at ld.so.conf? > > > > cat ld.so.conf >

Re: [Clamav-users] Help need with 0.93 compile error

2008-05-02 Thread James Pratt
.net/message/20080430.172823.6ac0bd25.en.html > > > > > > > > > -Original Message- > > > From: [EMAIL PROTECTED] [mailto:clamav-users- > > > > > [EMAIL PROTECTED] On Behalf Of nightduke > > > Sent: Friday, May 02, 2008 11

Re: [Clamav-users] Help need with 0.93 compile error

2008-05-02 Thread nightduke
[EMAIL PROTECTED] [mailto:clamav-users- > > > [EMAIL PROTECTED] On Behalf Of nightduke > > Sent: Friday, May 02, 2008 11:19 AM > > To: ClamAV users ML > > Subject: Re: [Clamav-users] Help need with 0.93 compile error > > > > > I can't compile v

Re: [Clamav-users] Help need with 0.93 compile error

2008-05-02 Thread James Pratt
http://lurker.clamav.net/message/20080430.172823.6ac0bd25.en.html > -Original Message- > From: [EMAIL PROTECTED] [mailto:clamav-users- > [EMAIL PROTECTED] On Behalf Of nightduke > Sent: Friday, May 02, 2008 11:19 AM > To: ClamAV users ML > Subject: Re: [Clamav-users] H

Re: [Clamav-users] Help need with 0.93 compile error

2008-05-02 Thread nightduke
I can't compile version 0.93. /root/clamav/clamav-0.93/freshclam/manager.c:913: undefined reference to `gzclos e' manager.o(.text+0xf59):/root/clamav/clamav-0.93/freshclam/manager.c:884: undefin ed reference

Re: [Clamav-users] Help need with 0.93 compile error

2008-05-02 Thread Matus UHLAR - fantomas
On 30.04.08 16:53, RODOLPHE CARMIGNANI wrote: > System: RHE3 > Zlib: 1.2.3 from RH do you also have zlib devel package installed ? (I guess it's zlib-dev or similar) don't you have zlib manually installed somewhere? > I used Clamav for a while and I compiled 0.9X series without problems. > > I'

Re: [Clamav-users] Help need with 0.93 compile error

2008-04-30 Thread RODOLPHE CARMIGNANI
ok thanxx a lot, it works ! > Date: Wed, 30 Apr 2008 13:28:23 -0400 > From: [EMAIL PROTECTED] > To: clamav-users@lists.clamav.net > Subject: Re: [Clamav-users] Help need with 0.93 compile error > >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:clamav

Re: [Clamav-users] Help need with 0.93 compile error

2008-04-30 Thread James Pratt
> -Original Message- > From: [EMAIL PROTECTED] [mailto:clamav-users- > [EMAIL PROTECTED] On Behalf Of RODOLPHE CARMIGNANI > Sent: Wednesday, April 30, 2008 12:54 PM > To: clamav-users@lists.clamav.net > Subject: [Clamav-users] Help need with 0.93 compile error > >

[Clamav-users] Help need with 0.93 compile error

2008-04-30 Thread RODOLPHE CARMIGNANI
Hi Clam Linux Users, My confis is System: RHE3 Zlib: 1.2.3 from RH I used Clamav for a while and I compiled 0.9X series without problems. I'm trying to compile 0.93 and have a error message. ./configure (ok) make then this error: gcc -DHAVE_CONFIG_H -DCL_NOTHREADS -I. -I.. -I.. -I../sh