Hi... This might not be the right place to ask this but I will just in case.... Has anyone installed "smb_auth" for squid authentication on a Debian box.... I get errors when I run the "make" command...this what they look like gcc -02 -Wall -DSAMBAPREFIX=\"/usr/sbin" -DHELPERSCRIPT=\"/usr/local/ bin/smb_auth.sh\" -c -o smb_auth.o smb_auth.c smb_auth.c:20: stdio.h: No such file or directory smb_auth.c:21: stdlib.h: No such file or directory smb_auth.c:22: string.h: No such file or directory make: *** [smb_auth.o] Error 1 "gcc" is installed... not sure what to do... Thanks Mike
> gcc -02 -Wall -DSAMBAPREFIX=\"/usr/sbin" -DHELPERSCRIPT=\"/usr/local/ > bin/smb_auth.sh\" -c -o smb_auth.o smb_auth.c > smb_auth.c:20: stdio.h: No such file or directoryInstall the libc6-dev package. apt-get install libc6-dev an retry the make process. -- Dipl.-Ing. (FH) Hartmut Koptein | Debian Maintainer and Porter Tel.: 0178-koptein (0178-5678346) | Use Debian GNU/Linux! Commercial Emails: Hartmut.Koptein@n-w-n.de | koptein@debian.org
> gcc -02 -Wall -DSAMBAPREFIX=\"/usr/sbin" -DHELPERSCRIPT=\"/usr/local/ > bin/smb_auth.sh\" -c -o smb_auth.o smb_auth.c > smb_auth.c:20: stdio.h: No such file or directory > smb_auth.c:21: stdlib.h: No such file or directory > smb_auth.c:22: string.h: No such file or directory > make: *** [smb_auth.o] Error 1 >The problem is the headers files for gcc i think that you did not intall it are you sure that you install all the libraries and headers ? Wenceslao Hernandez C.