On Wed, 25 Feb 2004, zen wrote: > source='ncsa_auth.c' object='ncsa_auth.o' libtool=no depfile='.deps/ncsa_auth.Po' > tmpdepfile='.deps/ncsa_auth.TPo' depmode=gcc3 /bin/sh ../../../cfgaux/depcomp gcc > -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -g -O2 -Wall -c > `test -f ncsa_auth.c || echo './'`ncsa_auth.c > gcc -g -O2 -Wall -g -o ncsa_auth ncsa_auth.o -L../../../lib -lmiscutil -lcrypt -lm > /usr/bin/ld: cannot find -lmiscutil
Before you manually build helpers you need to build the libraries found in lib.. cd /usr/local/src/squid-2.5.STABLE4/lib make cd ../helpers/basic_auth_NCSA make Regards Henrik
