I had the same problem on a minimal RedHat install. Turns out I needed to install flex, and the problem went away. It occurs to me that this could be elevated to a bugreport, as it doesn't get caught in the configure script, but waits until you run make to exit with an error.
Mike Ely Phoenix-Talent School District #4 Talent, OR Quoth "Chris Garvin" <[EMAIL PROTECTED]> On 4/26/02 2:20 PM: > When running "make" I get the following error. > > making all in squidGuard-1.2.0 > make[1]: Entering directory '/root/squidGuard-1.2.0/src' > making all in src > : sg.1 || cp lex.yy.c.flex lex.yy.c > gcc -I.. -I. -I. -I/usr/local/BerkeleyDB/include -DHAVE_CONFIG_H -g -02 -I/u > sr/local/BerkeleyDB/include -c lex.yy.c > gcc-2.96: lex.yy.c: No such file or directory > gcc-2.96: No input files > make[1]: *** [lex.yy.c] Error 1 > make[1]: Leaving directory '/usr/local/squidGuard-1.2.0/src' > make: *** [all] Error 1 > > Any suggestions on how to get past this would be greatly appreciated. > > Chris Garvin > Chief Technology Officer > Data Video Systems > www.datavideosystems.com <http://www.datavideosystems.com> > 918-681-3282 (data) > fax-918-682-8896 > > --- > [This E-mail scanned for viruses by Declude Virus] > > --- [This E-mail scanned for viruses by Declude Virus]
