From: Will M. <wil...@gm...> - 2007-02-22 00:35:01
|
Also if you are just looking for a webproxy that scans with clamav, let me suggest HAVP. http://havp.sourceforge.net/ Regards, Will On 2/21/07, Will Metcalf <wil...@gm...> wrote: > > change cl_scanbuff in the chunk of configure.in shown below to read > cl_scandesc and then make distclean && autojunk.sh && ./configure > --enable-clamav && make && make install. Otherwise you can check out the > working version of snort_inline- 2.6.1.3 from from svn by > > svn co > https://snort-inline.svn.sourceforge.net/svnroot/snort-inline/trunk/ > > Regards, > > Will > > > AC_CHECK_LIB(clamav,cl_scanbuff,, LCLAM="no") > if test "$LCLAM" = "no"; then > echo > echo " ERROR! libclamav library not found, go get it from" > echo " http://www.clamav.net/ or make sure that the place" > echo " you installed it is in the library path." > exit > fi > > > > > On 2/21/07, Cooper F. Nelson <cn...@uc...> wrote: > > > > Hi, > > > > I tried building the clamav_preprocessor against the latest .90 clamav > > release and was unsuccessful. Is this a known issue or am I doing > > something wrong? I can dig up the error report if that helps. > > > > I'm interested in building a webproxy to filter phishing sites via the > > signatures from http://www.sanesecurity.com/clamav/downloads.htm , which > > seem to require the latest & greatest clamav. > > > > -- > > Cooper Nelson > > Network Security Analyst > > UCSD ACS/Network Operations > > cn...@uc... x41042 > > > > ------------------------------------------------------------------------- > > > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share > > your > > opinions on IT & business topics through brief surveys-and earn cash > > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > Snort-inline-users mailing list > > Sno...@li... > > https://lists.sourceforge.net/lists/listinfo/snort-inline-users > > > > |