Return-Path: owner-new-httpd Received: by taz.hyperreal.com (8.6.12/8.6.5) id IAA29446; Fri, 25 Aug 1995 08:36:07 -0700 Received: by taz.hyperreal.com (8.6.12/8.6.5) id IAA29440; Fri, 25 Aug 1995 08:36:06 -0700 From: Rob Hartill Message-Id: <199508251536.IAA29440@taz.hyperreal.com> Subject: (fwd) compilation tips for SCO To: new-httpd@hyperreal.com Date: Fri, 25 Aug 1995 08:36:06 -0700 (PDT) X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1216 Sender: owner-new-httpd@apache.org Precedence: bulk Reply-To: new-httpd@apache.org Forwarded message: > From sts@mfltd.co.uk Thu Aug 24 20:56:45 1995 > Message-Id: <199508241518.QAA16811@nemesis.mfltd.co.uk> > Date: Thu, 24 Aug 95 16:23:03 0100 > Sender: sts@mfltd.co.uk > From: Steve Sherwood > Organization: Micro Focus Ltd > X-Mailer: Mozilla 1.1N (X11; I; AIX 2) > MIME-Version: 1.0 > To: apache-bugs@apache.org > Subject: 0.8.10 Portation Problems > X-URL: http://www.apache.org/ > Content-Transfer-Encoding: 7bit > Content-Type: text/plain; charset=us-ascii > > When compiling this on SCO ODT3 I have come across the following problems:- > > o The configuration script uses egrep -s. On SCO the argument -s does > not exist. (I simply removed this -s) > > o In the file httpd_main, JMP_BUF is used. but it is never defined anywhere. > The solution I used was to add the following to conf.h within the SCO > define block: - #define JMP_BUF sigjmp_buf > > o SCO does not support the SIGNAL SIGURG. I cannot find a similar signal > so I have currently defined this out. > > o SCO does not have getwd, so the solution was to add the folling define > to the SCO define block within conf.h > #define getwd(d) getcwd(d,MAX_STRING_LEN) > > Rgds > Steve > > >