Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Apr 2004 16:52:21 +0200
From:      Marius Strobl <marius@alchemy.franken.de>
To:        Przemyslaw Ciesielski <p@missTCP.net>
Cc:        ports@freebsd.org
Subject:   Re: clamav 0.70
Message-ID:  <20040405165220.A43005@newtrinity.zeist.de>
In-Reply-To: <40711852.1040504@missTCP.net>; from p@missTCP.net on Mon, Apr 05, 2004 at 10:26:58AM %2B0200
References:  <40711852.1040504@missTCP.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Apr 05, 2004 at 10:26:58AM +0200, Przemyslaw Ciesielski wrote:
> hello.
> 
> i've got problmes while compiling clamav 0.70:
> 
> 

<...>

> cc -O -pipe -march=pentiumpro -pthread -o clamscan clamscan.o options.o 
> getopt.o others.o manager.o treewalk.o  -L/usr/local/lib 
> -L/usr/ports/security/clamav/work/clamav-0.70-rc/libclamav 
> /usr/local/lib/libclamav.so -lz -lbz2 -lc_r -Wl,--rpath 
> -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib

Clamav links against the installed version of libclamav instead of
the newly built one which in this case doesn't have the required
cli_strtok(). It should work if you remove the installed port of
clamav before compiling the new version.
The clamav port had a workaround for this (its build scripts and
makefiles are really horrible...) which was removed with the update
to 0.70rc.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040405165220.A43005>