[squid-users] Error in chpasswd.cgi

2007-07-17 Thread Osmany
Hi, I get this error when I run a make to install the chpasswd.cgi. What shall I do? gcc -c -O2 -w -I. -DHAVE_LIBCRYPT=1 -DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_CRYPT_H=1 -DHAVE_PWD_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1

Re: [squid-users] Error in chpasswd.cgi

2007-07-17 Thread Henrik Nordstrom
edit line 602 and make the declaration of strip_latin static (just add the word static infront of it) tis 2007-07-17 klockan 10:46 -0400 skrev Osmany: Hi, I get this error when I run a make to install the chpasswd.cgi. What shall I do? gcc -c -O2 -w -I. -DHAVE_LIBCRYPT=1