Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!samsung!noose.ecn.purdue.edu!mentor.cc.purdue.edu!purdue!haven!uvaarpa!mmdf From: marc@athena.mit.edu (Marc Horowitz) Newsgroups: comp.lang.perl Subject: Re: tired of being stupid Message-ID: <1991Feb7.185716.18863@uvaarpa.Virginia.EDU> Date: 7 Feb 91 18:57:16 GMT Sender: mmdf@uvaarpa.Virginia.EDU (Uvaarpa Mail System) Reply-To: marc@mit.edu Organization: The Internet Lines: 17 |> op.exec fails on test 1 every time. This has been explained to me as |> the system call not returning the proper exit status. Fine. My |> questions is: How do you get around it? Is it a problem with my |> machines only, or do others running Ultrix 3.1 have the same problem? in config.sh, change d_waitpid='define' to d_waitpid='undef' That will fix the problem. I had this problem under Ultrix 3.1, also, so don't feel left out :-) Marc