Received: by taz.hyperreal.com (8.6.12/8.6.5) id GAA15578; Tue, 2 Jul 1996 06:18:22 -0700 Received: from madhaus.utcs.utoronto.ca by taz.hyperreal.com (8.6.12/8.6.5) with ESMTP id GAA15573; Tue, 2 Jul 1996 06:18:20 -0700 From: rasmus@madhaus.utcs.utoronto.ca Received: from rathaus (rathaus [128.100.102.12]) by madhaus.utcs.utoronto.ca (8.7.4/8.7.1) with SMTP id JAA02885 for ; Tue, 2 Jul 1996 09:18:19 -0400 (EDT) Date: Tue, 2 Jul 1996 09:18:19 -0400 (EDT) Subject: Re: Binaries for 1.1 To: new-httpd@hyperreal.com In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Sender: owner-new-httpd@apache.org Precedence: bulk Reply-To: new-httpd@hyperreal.com > On Mon, 1 Jul 1996, Randy Terbush wrote: > > BTW - No response to my question about whether we need to create > > Solaris 2.5 binaries, and if so shall I? > > I don't *think* there should be much difference - I'll actually be > building 2.5, not 2.4, at any rate. I am more concerned about sunos 4.1.3 > vs. 4.1.4 - building both might be a good idea, as well as HPUX 9 and 10 > if we can. Be careful here. Solaris 2.4 binaries will run on 2.5, but the reverse is not always the case since Sun brilliantly decided to stick a bunch of BSD-style functions into the Solaris 2.5 libc. If you are careful and make sure that the binary does not contain any calls to bzero(), bcopy(), bcmp() and such, then you can safely build the binary on Solaris 2.5 and have it work on 2.4 boxes. I have been bitten by this one a couple of times now, so I am very aware of it. -Rasmus