Xref: utzoo comp.mail.sendmail:2093 comp.sys.apollo:6391 Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!wuarchive!zaphod.mps.ohio-state.edu!samsung!umich!terminator!pisa.ifs.umich.edu!rees From: rees@pisa.ifs.umich.edu (Jim Rees) Newsgroups: comp.mail.sendmail,comp.sys.apollo Subject: Re: Sendmail 5.61 run time bug Message-ID: <1990Sep9.184321@pisa.ifs.umich.edu> Date: 9 Sep 90 22:47:09 GMT References: <6891.26e7b1b3@jetson.uh.edu> Sender: usenet@terminator.cc.umich.edu (usenet news) Reply-To: rees@citi.umich.edu (Jim Rees) Organization: University of Michigan IFS Project Lines: 10 In article <6891.26e7b1b3@jetson.uh.edu>, cosc4fp@jetson.uh.edu writes: I compiled with both run and sys type set to bsd4.3 and linked with systype set to any and runtype set to sys5.3. Anyone have any ideas where to proceed? That's almost guaranteed to fail. You'll get sysV system call semantics, but you compiled with the Berkeley include files, so you'll get all kinds of argument mis-matches. If you don't know what you're doing, it's best not to try to override the default setting of systype and runtype.