From owner-freebsd-stable@FreeBSD.ORG Fri Feb 1 01:04:36 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41A3B16A417; Fri, 1 Feb 2008 01:04:36 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from angel.ticketswitch.com (angel.ticketswitch.com [IPv6:2002:57e0:1d4e::1]) by mx1.freebsd.org (Postfix) with ESMTP id 03D0813C43E; Fri, 1 Feb 2008 01:04:36 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from [10.50.50.2] (helo=smaug.rattatosk) by angel.ticketswitch.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.68 (FreeBSD)) (envelope-from ) id 1JKkKZ-000IzF-4R; Fri, 01 Feb 2008 01:04:35 +0000 Received: from dilbert.rattatosk ([10.50.50.6] helo=dilbert.ticketswitch.com) by smaug.rattatosk with esmtp (Exim 4.68 (FreeBSD)) (envelope-from ) id 1JKkKZ-000G4e-2G; Fri, 01 Feb 2008 01:04:35 +0000 Received: from petefrench by dilbert.ticketswitch.com with local (Exim 4.68 (FreeBSD)) (envelope-from ) id 1JKkKY-000FnI-W6; Fri, 01 Feb 2008 01:04:35 +0000 To: chris#@1command.com In-Reply-To: <20080131164208.b5npp3x68o8gwwo4@webmail.1command.com> Message-Id: From: Pete French Date: Fri, 01 Feb 2008 01:04:34 +0000 Cc: freebsd-apache@freebsd.org, freebsd-stable@freebsd.org, freebsd-ports@freebsd.org Subject: Re: [: -le: argument expected X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Feb 2008 01:04:36 -0000 > Well, to be Frank with you ( even though my name is Chris ;) ), having > to migrate ~50 conf files/layouts on top of "mastering" the /new/ Apache > way of doing things, on top of aquainting myself with the way the > modules /now/ do things, just isn't going to fit in my schedule. Oh sure > I hear you (or others) say; you're going to have to do all of that anyway. Actually I understand that perfcetly - indeed I spent today finally mihgrating something originally installed on FreeBSD 3 many years ago (possibly 1999) and getting it working with ports as I had been avoiding re-doing it for all these years. Several hour and a lot of pain. If I wasn't off work sick it wouldn't have got done at all. > I don't think it's (at this point in my install) reasonable to assume > Apache 2.0 has anything to do with it. As the PHP5 build doesn't even > care (or ask about) which Apache version I'm using, except to > differentiate between it being 1.3 || 2.x. O.K., so this is a simple case of cd /usr/ports/lang/php5 make fetch-recursive make config-recursive make clean make yup ? now, I did that with a csup of php5 a few days ago and it was O.K. for me. I am reconning that this has something to do with some other ports that php5 is dependent on which havent been upgraded to the version in the tree. How about try configuring it *not* to build the apache dependent bits and see if it compiles then? The php5 port only depends on Apache if you tell it to build the Apache module. Or try installing it with pkg_add -r ? -pete.