Received: by taz.hyperreal.com (8.8.3/V2.0) id FAA10362; Fri, 3 Jan 1997 05:24:32 -0800 (PST) Received: from duct.mail.pipex.net by taz.hyperreal.com (8.8.3/V2.0) with SMTP id FAA10353; Fri, 3 Jan 1997 05:24:28 -0800 (PST) Received: from localhost.my.domain (actually an144.du.pipex.com) by duct.mail.pipex.net; Fri, 3 Jan 1997 13:24:21 +0000 Message-Id: <199701031232.MAA00358> Subject: apache_1.2b4 build in Ultrix (4.x) (fwd) To: new-httpd@mail.apache.org (apache) Date: Fri, 3 Jan 1997 12:32:17 +0000 (GMT) From: robh@imdb.com (Rob Hartill) Organization: Internet Movie Database Ltd. X-pgp-public-key: http://us.imdb.com/pgp.html X-Mailer: ELM [version 2.4 PL24 ME8a] Content-Type: text Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@hyperreal.com acked. whatever next ? ----- Forwarded message from James Stephen MacKinnon ----- Date: Thu, 2 Jan 1997 23:11:42 -0700 (MST) From: James Stephen MacKinnon X-Sender: jmack@pawnee To: apache-bugs@apache.org Subject: apache_1.2b4 build in Ultrix (4.x) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Hi, For DECstations running Ultrix, /bin/sh isn't the "standard" shell (drat...). However, the DEC supplied /bin/sh5 does the right thing. Building the configuration in the Ultrix environment requires that the Configure and helper/* scripts be changed to #!/bin/sh5 rather than #!/bin/sh This can easily be accomplished with a simple 'Build.ultrix' script, which could be added to your distribution in the src/ directory, with a note in the INSTALL file to use this for Ultrix rather than Configure: #!/bin/sh5 # name: Build.ultrix # # for Apache web server sources # modify the Configure scripts to use /bin/sh5 instead of /bin/sh # for the Ultrix environment, and run Configure afterwards as normal: echo 'modifying scripts for Ultrix /bin/sh5' for i in Configure helpers/GuessOS helpers/PrintPath; do cp $i .jnk sed -e 's/sh/sh5/' .jnk > $i chmod +x $i done rm -f .jnk # run Configure: ./Configure # the end :-) Cheers, -- James S. MacKinnon Office: P-139 Avahd-Bhatia Physics Lab Computing/Networking Voice : (403) 492-8226 Department of Physics University of Alberta email : Jim.MacKinnon@Phys.UAlberta.CA Edmonton, Canada T6G 2N5 : jmack@Phys.UAlberta.CA ----- End of forwarded message from James Stephen MacKinnon ----- -- Rob Hartill. Internet Movie Database Ltd. http://www.imdb.com/