Chris Shenton
cshenton@Outbounder.com
18 Jul 2001 13:29:20 -0400
Any plans to port to Slowaris? I am just starting to play with DCC and
it bombed spectacularly when trying to build. :-) Actually, the first
problem was with "./configure" where Slowaris "tr" hangs forever on
the dash; fix:
*** configure Tue Jul 17 11:39:31 2001
--- configure~ Tue Jul 10 16:11:52 2001
***************
*** 544,550 ****
# sendmail thinks all AIX systems are "PPC"
PLATFORM=`uname -vs | tr ' /' '.-'`.`uname -r`.PPC
else
! PLATFORM=`uname -rsm | tr ' /' '.\-'`
fi
SENDMAIL_OBJ=$SENDMAIL/obj.$PLATFORM
fi
--- 544,550 ----
# sendmail thinks all AIX systems are "PPC"
PLATFORM=`uname -vs | tr ' /' '.-'`.`uname -r`.PPC
else
! PLATFORM=`uname -rsm | tr ' /' '.-'`
fi
SENDMAIL_OBJ=$SENDMAIL/obj.$PLATFORM
fi
I've got Slowaris with sendmail at work but FreeBSD with qmail at home
so I'll try that next.
Thanks.