From owner-freebsd-questions@FreeBSD.ORG Fri May 8 00:44:42 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E09FD1065674 for ; Fri, 8 May 2009 00:44:42 +0000 (UTC) (envelope-from amitabhkant@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.185]) by mx1.freebsd.org (Postfix) with ESMTP id 7B4928FC0C for ; Fri, 8 May 2009 00:44:42 +0000 (UTC) (envelope-from amitabhkant@gmail.com) Received: by ti-out-0910.google.com with SMTP id u3so102409tia.3 for ; Thu, 07 May 2009 17:44:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=ZFjRDUJsx/jOkKfLsZ+V8C97u0SPWnA5nLRJi5IYC24=; b=P0nqtzxp4T0qzi80eIH04ZoikCkFUYjBCc5aypWOXXOKXWJPIn8vA1mnqyBApJBu7H +rz9iBaEMPA5ttYS1PtR65gfUM/l8s1XZ1m0az0Ktyngv/VdipReLiSBYQXY6SkNEoJE W+gNgTUoyasE5jK6glqcFHqvvdAIfeTtmvApw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=RZ0SZp0gRMmq2YQqtFVOWbjbo6E2fbv1UnDRkAtHMqG8h3EclLp2x20TBl6ROt+qod HvDTXaN8ZZuMyfeWdxO7WJ/jbCF2uIIk7lviayC7MexG+3F4mqAQTnq2Nzxstf7HyWvY QT6xJW2kXJo2c3FjxfGJ18L2rEFSxMuhU7w8E= MIME-Version: 1.0 Received: by 10.110.49.6 with SMTP id w6mr209970tiw.9.1241741963068; Thu, 07 May 2009 17:19:23 -0700 (PDT) In-Reply-To: <200905071912.n47JCrgs008541@asarian-host.net> References: <4A027F86.70007@infracaninophile.co.uk> <200905071912.n47JCrgs008541@asarian-host.net> From: Amitabh Kant Date: Fri, 8 May 2009 05:49:03 +0530 Message-ID: <84b68b3d0905071719x167ea19w343fa58655761315@mail.gmail.com> To: Mark Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: php4 + php5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 May 2009 00:44:43 -0000 Add WITHOUT_X11=yes in /etc/make.conf file before running make command. Amitabh On Fri, May 8, 2009 at 12:42 AM, Mark wrote: > -----Original Message----- > From: Matthew Seaman [mailto:m.seaman@infracaninophile.co.uk] > Sent: donderdag 7 mei 2009 8:29 > To: Mark > Cc: freebsd-questions@freebsd.org > Subject: Re: php4 + php5 > > Mark wrote: > > > > Using a single Apache 1.3.x install, is there a way to install > > > both mod_php4 + mod_php5 together? I can't just upgrade to php5: > > > not every webboard and such accepts php5 yet. On some dirs (or per > > > vhost) I like the Apache server to use php5, though. > > > No. At least, not within the current ports system. Quite apart from > > anything else, the php4 and php5 ports conflict -- they fight over > > installing files to certain locations. I'm also not certain that > > loading both mod_php4 and mod_php5 into the same instance of Apache > > is viable. > > Thanks. I figured as much. So I just upgraded to PHP5 already. :) Only > thing is, I can't get GD to compile properly (which I really need). > Compile keeps failing on the libxcb port. Seems it wants to install all > sorts of X11 stuff (which I don't use). Can I not just build gd.so with > all the X11 baggage? > > Thanks, > > - Mark > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" >