Re: No SAVIsweepFile in libsavi.so.3.2.07.117
[email protected] Fri, 4 Nov 2005 11:05:10 +0900
| Newsgroups | gmane.comp.security.virus.vtools |
|---|---|
| Message-ID | <OFDFC61AD5.2B59D665-ON492570AF.000AAB12-492570AF.000B728F@sophos.com> |
FYI, I'm looking into this, but it does seem that the SAVIsweepFile symbol has been removed from libsavi (probably because it wasn't being used for anything anymore). In the meantime, if you want to recompile Sophie for SAV 3.99, you make the following change to the Sophie configure script. 1. Locate line 4089, it should read echo "$as_me:$LINENO: checking for SAVIsweepFile in -lsavi" >&5 echo $ECHO_N "checking for SAVIsweepFile in -lsavi... $ECHO_C" >&6 2. Before line 4089, add the following line: ac_cv_lib_savi_SAVIsweepFile=yes This effectively tells the configure script to skip this test, but if you have libsavi properly installed then it will still compile. Regards, Scott. [email protected] wrote on 11/04/2005 12:42:45 AM: > Dear All, > > I rush to let you know that it is no longer possible to run "configure" of > sophie3.04 with version 3.99 of libsavi (file name: libsavi.so.3.2.07.117) > i.e. the version of Nov. 2005. The reason is that the entry point > SAVIsweepFile is apparently not there, so the test: > > --------- > char SAVIsweepFile (); > int > main () > { > SAVIsweepFile (); > ; > return 0; > } > --------- > > returns: > > Undefined first referenced > symbol in file > SAVIsweepFile savi.o > --------- > > Cheers, Andrzej > > -- > ----------------------------------------------------------------------------- > Andrzej Marecki | > Torun Centre for Astronomy | e-mail: [email protected] > N. Copernicus University | WWW: http://www.astro.uni.torun.pl > ul. Gagarina 11 | tel: +48 56 6113032 > PL-87-100 Torun, POLAND | fax: +48 56 6113009 > ----------------------------------------------------------------------------- > _______________________________________________ > vtools mailing list > [email protected] > http://www.vanja.com/list/listinfo.cgi/vtools