I suggest either upgrading to 3.7 (has sendmail version 8.13.3) or a snapshot (has sendmail version 8.13.4). These are both newer versions of sendmail than the one you're compiling, as well as newer versions of OpenBSD, with lots of cool new features. If you're really looking for stability, maybe just stick with 3.7 until after the hackathon at least, since current is so busy right now. If you really want to stick with OpenBSD 3.6, maybe just grab sendmail source from 3.7 or current, however you're unsupported there, and no guarantees if it'll work.
Jason On 6/6/05, Timothy Horie <[EMAIL PROTECTED]> wrote: > Hello, > > I have 3.6 and I downloaded sendmail 8.13.0. > I ran sh Build, and got the following compile error: > > cc -O -I. -I../../sendmail -I../../include -DNEWDB -DNIS -DMAP_REGEX > -DNETISO -DFAST_PID_RECYCLE -DNOT_SENDMAIL -c debug.c > In file included from debug.c:11: > ../../sendmail/sendmail.h:96: netiso/iso.h: No such file or directory > *** Error code 1 > > Stop in /home/thorie/sendmail-8.13.0/obj.OpenBSD.3.6.i386/libsmutil. > *** Error code 1 > > Stop in /home/thorie/sendmail-8.13.0 (line 15 of Makefile). > > How can I get the netiso header files? > Thanks, > Tim