Does anyone had this error with make on a Solaris 8? Configure did not show any error messages. Making all in basic make[4]: Entering directory `/usr/local/src/squid-2.5.STABLE10/src/auth/basic' make[5]: Entering directory `/usr/local/src/squid-2.5.STABLE10/src/auth/basic' make[5]: Nothing to be done for `all-am'. make[5]: Leaving directory `/usr/local/src/squid-2.5.STABLE10/src/auth/basic' make[4]: Leaving directory `/usr/local/src/squid-2.5.STABLE10/src/auth/basic' make[4]: Entering directory `/usr/local/src/squid-2.5.STABLE10/src/auth' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/usr/local/src/squid-2.5.STABLE10/src/auth' make[3]: Leaving directory `/usr/local/src/squid-2.5.STABLE10/src/auth' make[3]: Entering directory `/usr/local/src/squid-2.5.STABLE10/src' source='debug.c' object='debug.o' libtool=no \ depfile='.deps/debug.Po' tmpdepfile='.deps/debug.TPo' \ depmode=gcc3 /bin/sh ../cfgaux/depcomp \ gcc -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/usr/local/squid/etc/squid.conf\" -I. -I. -I../include -I. -I. -I../include -I../ include -I/usr/include -I/usr/include -c `test -f debug.c || echo './'`debug.c debug.c: In function `_db_print_syslog': debug.c:131: error: `LOG_WARNING' undeclared (first use in this function) debug.c:131: error: (Each undeclared identifier is reported only once debug.c:131: error: for each function it appears in.) debug.c:131: error: `LOG_NOTICE' undeclared (first use in this function) make[3]: *** [debug.o] Error 1 make[3]: Leaving directory `/usr/local/src/squid-2.5.STABLE10/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/local/src/squid-2.5.STABLE10/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/usr/local/src/squid-2.5.STABLE10/src' make: *** [all-recursive] Error 1e I cant find where is the problem, may be someone had the same problem and can help me or see something that I am forgetting. Thanks in advance!