Re: What is needed to build?
Richard Baldry <[email protected]> Tue, 26 Sep 2006 07:40:11 -0700
| Newsgroups | gmane.comp.security.virus.vtools |
|---|---|
| Message-ID | <[email protected]> |
Alain Fauconnet wrote: > On Mon, Sep 25, 2006 at 10:45:21PM -0600, Jack Kerouac wrote: > >> I am trying to figure out what software I need from Sophos to build Sophie. >> Since it can't find -lsavi with just the standard install of Sophos AV, I >> presume it is perhaps the SDK or some such that I need? Any pointers would be >> great. >> >> I am using sweep 4.10.0, on Debian 3.0. Failure looks like this: >> >> >> # ./configure >> <snip a bunch of successful stuff> >> checking for location of libsavi... /usr/local/lib >> checking for SAVIsweepFile in -lsavi... no >> ** libsavi library NOT FOUND >> ** You need libsavi in order to use Sophie. >> ** Download it at http://www.sophos.com/ >> > > This means linking the test program has failed. > Have a look at the config.log file, search for SAVIsweepFile > and check what kind of error came up when executing > the gcc -o conftest -g -O2 -Wall... command. > That should hint you. > Are you sure you're using the correct libc6 vs. libc6.glibc.2.2 > distribution too? > > Greets, > _Alain_ > _______________________________________________ > vtools mailing list > [email protected] > http://www.vanja.com/list/listinfo.cgi/vtools > > Jack, You need to create a symlink in /usr/local/lib: # ln -s libsavi.so.3 /usr/local/lib/libsavi.so Cheers Rich