From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15308 invoked by alias); 28 Jun 2006 23:44:54 -0000 Received: (qmail 15299 invoked by uid 22791); 28 Jun 2006 23:44:53 -0000 X-Spam-Check-By: sourceware.org Received: from joseki.proulx.com (HELO joseki.proulx.com) (216.17.153.58) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 28 Jun 2006 23:44:51 +0000 Received: from dementia.proulx.com (dementia.proulx.com [192.168.1.115]) by joseki.proulx.com (Postfix) with ESMTP id 5C1664B34B; Wed, 28 Jun 2006 17:44:49 -0600 (MDT) Received: by dementia.proulx.com (Postfix, from userid 1000) id 59602299AE6; Wed, 28 Jun 2006 17:44:50 -0600 (MDT) Date: Wed, 28 Jun 2006 23:44:00 -0000 To: "Mcgovern, Matthew CIV NAVAIR 521420E" Cc: gcc-help@gcc.gnu.org Subject: Re: Gcc 3.4.6 Build error Message-ID: <20060628234450.GC21254@dementia.proulx.com> References: <20060628171423.GA20993@dementia.proulx.com> <97EDE50C79AB8842828617E514853CC204E42477@NAWEMUGUEX03VA.nadsuswe.nads.navy.mil> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <97EDE50C79AB8842828617E514853CC204E42477@NAWEMUGUEX03VA.nadsuswe.nads.navy.mil> User-Agent: Mutt/1.5.9i From: bob@proulx.com (Bob Proulx) X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2006-06/txt/msg00269.txt.bz2 Mcgovern, Matthew CIV NAVAIR 521420E wrote: > However, I think your final suggestion, "You might be able to find a > prebuild apache2 for hpux" may be the way to go for me. That would certainly save you a bunch of time and effort. Because gcc is a large software project and not completely trivial to build from scratch. And then apache is another large software project and again not completely trivial to build from scratch. Doing both back to back is a double hit of building the tools to build the tools. Getting a precompiled binary, even if not completely optimal, may still be best for you. > I don't even know if installing gcc will solve my Apache > installation problem (which is what I'm mainly interested in). Yep. You need the milling machine to build the lathe to make the crankshaft but what you really needed was simply the crankshaft. > I do have a prebuilt Apache upgrade that was installed on another HP-UX > 10.20 system. I thought about installing it, before I went down the > path to install gcc and Apache from scratch. But, the prebuilt Apache > is not installed in the same location my current web server is (as you > indicated may be an issue). So I would have to modify my current > location to get it to work. Or modify the "httpd.conf" file to match > with my current apache directory structure. This looks like the > simplest solution for now. Don't forget that symlinks may be able to adapt one location from one place to another. This is not really an apache forum. But possibly you could put symlinks in the filesystem to make the new installation look like the old installation. You have to be careful about the httpd.conf file because it will specify dynamic libraries to load at program start. It is usually best to keep the httpd.conf file with the server it matches, specifically for the shared library configuration, and instead make the modifications that you need to make to the given file. I don't think I said that very well but hopefully you know what I meant anyway. > Again, thank you for your assistance on this. If I can't get the > prebuilt Apache to work I may return to this and try it again. Good luck! Bob