I recently moved from Mac OS 10.2 Server to FreeBSD 5.3, largely because I never got DBMail working on MacOS X, only to run into the same problems.
I'm going to try the port next, but I'd really like to be able to cleanly install the latest stable DBMail on a BSD box. Any help would be greatly appreciated. Here is my terminal output: %uname -a FreeBSD hostname 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004 email:/usr/obj/usr/src/sys/GENERIC i386 %gmake all gmake all-recursive gmake[1]: Entering directory `/usr/local/src/dbmail-2.0.4' Making all in mysql gmake[2]: Entering directory `/usr/local/src/dbmail-2.0.4/mysql' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/usr/local/src/dbmail-2.0.4/mysql' Making all in pgsql gmake[2]: Entering directory `/usr/local/src/dbmail-2.0.4/pgsql' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/usr/local/src/dbmail-2.0.4/pgsql' Making all in auth gmake[2]: Entering directory `/usr/local/src/dbmail-2.0.4/auth' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/usr/local/src/dbmail-2.0.4/auth' Making all in sort gmake[2]: Entering directory `/usr/local/src/dbmail-2.0.4/sort' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -W -Wall -Wpointer-arith -Wstrict-prototypes -c sort.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -W -Wall -Wpointer-arith -Wstrict-prototypes -Wp,-MD,.deps/sort.pp -c sort.c -fPIC -DPIC -o .libs/sort.o sort.c:68: error: conflicting types for 'sort_and_deliver' ../sort.h:59: error: previous declaration of 'sort_and_deliver' was here sort.c:68: error: conflicting types for 'sort_and_deliver' ../sort.h:59: error: previous declaration of 'sort_and_deliver' was here gmake[2]: *** [sort.lo] Error 1 gmake[2]: Leaving directory `/usr/local/src/dbmail-2.0.4/sort' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/local/src/dbmail-2.0.4' gmake: *** [all-recursive-am] Error 2
