okay now, im getting gmake cc -Wall -O2 -D_BSD_SOURCE -D_SVID_SOURCE main.c -o dbmail-smtp list.o debug.o pipe.o mime.o mysql/dbmysql.o dbmd5.o md5.o bounce.o forward.o memblock.o mysql/dbauthmysql.o -L/usr/local/lib/mysql -lmysqlclient -lcrypt ld: -lcrypt: no match collect2: ld returned 1 exit status
> 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