On FreeBSD, and probably other *BSD systems, what lives in crypt.h on other
systems, lives in
unistd.h
Quick and dirty method, cp unistd.h crypt.h
At 07:23 AM 8/3/2002 -0400, kerberus wrote:
So how did you manage to get passed this error
cc -Wall -O2 -D_BSD_SOURCE -D_SVID_SOURCE -c -o dbmd5.o dbmd5.c
cc -Wall -O2 -D_BSD_SOURCE -D_SVID_SOURCE -c -o md5.o md5.c
cc -Wall -O2 -D_BSD_SOURCE -D_SVID_SOURCE -c -o bounce.o bounce.c
cc -Wall -O2 -D_BSD_SOURCE -D_SVID_SOURCE -c -o forward.o forward.c
cc -Wall -O2 -D_BSD_SOURCE -D_SVID_SOURCE -c -o memblock.o memblock.c
cc -Wall -O2 -D_BSD_SOURCE -D_SVID_SOURCE -c -o mysql/dbauthmysql.o
mysql/dbauthmysql.c
mysql/dbauthmysql.c:17: crypt.h: No such file or directory
gmake: *** [mysql/dbauthmysql.o] Error 1
I cant find a crypt.h anywhere on the system