[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: clamav 0.66 stable release today feb11 ?



On Feb 11, 2004, at 8:45 PM, Paul Pruett wrote:
>
> www.clamav.net appears to have released it's next stable version,
> clamav-0.66.tar.gz 2222 kb Feb 11, 2004 13:21
>

This is more suited for ports@, but anyway.  Please reply to me 
directly, I am not on misc@.

> Anyone try modifying a past port to try it yet on openbsd?
>
>

That would be me.  It compiles fine without digital signature support.  
The problem isn't really with digsig support, or with the gmp2 
dependency, it is the fact that the configure script does not find gmp. 
  To get around this I have added LDFLAGS=-L{PREFIX}/lib.  This seems to 
get around the configure breakage, but when building anything that 
requires libclamav (everything (clamscan, clamd, clamdscan, freshclam, 
sigtool) besides libclamav) it craps out.

I compiled successfully on 3.3 (yes 3.3) yesterday.  Basically, I just 
bumped my port number.  Once that is done, I have to remove 
-L{PREFIX}/lib from the LDFLAGS in all Makefiles after libclamav (if 
that makes any sense to you).  It seems to compile fine, I just haven't 
tested it yet.  I really think there are some big problems with 
libtool.  I am pretty close to sure that is the problem, and I have 
seen many many problems with libtool in other softwares.

Flinn Mueller
ActiveIntra.net, Inc.
flinn@activeintra.net
Toll Free: 1-800-640-4876 ext. 251
GnuPG (ID 27AE2CA9)
506B 1794 E240 ECEB 0758 2F90 6943 17A1 27AE 2CA9
---
ActiveIntra.net - Web Design, Web Programming, Web Hosting

> I wrote a cron job to periodically tail the maillog and
> kill, rm sockets, and restart clamd and clmilter  when
> it happens,  not a good answer, but it sometimes works.....