From owner-freebsd-questions@FreeBSD.ORG Fri Oct 27 07:17:51 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B66516A415 for ; Fri, 27 Oct 2006 07:17:51 +0000 (UTC) (envelope-from wodfer@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 144FA43D5F for ; Fri, 27 Oct 2006 07:17:49 +0000 (GMT) (envelope-from wodfer@gmail.com) Received: by nf-out-0910.google.com with SMTP id p77so1190269nfc for ; Fri, 27 Oct 2006 00:17:48 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=X83gSJijWDkBfDjFCu8VTVrMPoAQgDmHhPhQGrHAlOlbGmRGnBcxn9YaXFDdpXCZQuzpiJJBPUqfOn0KSCECSKIQU1xkbbP0oXFqwrwwXUHVGT13m4OTmXp5sVgGP8zCiUcjt0jn32/opEe13vhEikJJ3BfM1OEvkOirEQsORBs= Received: by 10.49.75.2 with SMTP id c2mr369812nfl; Fri, 27 Oct 2006 00:17:48 -0700 (PDT) Received: by 10.49.14.14 with HTTP; Fri, 27 Oct 2006 00:17:48 -0700 (PDT) Message-ID: <23ed14b80610270017j419514ffy24c5be1f12cda893@mail.gmail.com> Date: Fri, 27 Oct 2006 09:17:48 +0200 From: "=?ISO-8859-1?Q?Andreas_Wider=F8e_Andersen?=" To: freebsd-questions@freebsd.org In-Reply-To: <200610261523.52692.josh@tcbug.org> MIME-Version: 1.0 References: <23ed14b80610261304j6ad8df81id279199e7c3ed3ec@mail.gmail.com> <200610261523.52692.josh@tcbug.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: PHP compile arguements 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, 27 Oct 2006 07:17:51 -0000 Thanks! That worked. Just one more question, I need to debug PHP5/Zend Optimizer because i crashes (core dumps) Apache when started. I have enabled logging in php.ini= , but where is the logfile? Cheers, Andreas On 10/26/06, Josh Paetzel wrote: > > On Thursday 26 October 2006 15:04, Andreas Wider=F8e Andersen wrote: > > Hi, > > I need to recompile PHP on my FreeBSD 6.1 STABLE system with two > > compile arguements and I don't know how to do this. > > > > What would the correct compile arguements be when using PORTINSTALL > > for: > > > > WITH apache and WITHOUT versioning? > > > > Thanks! > > Andreas > > If you use the lang/php5 port and do a make config it will pop up a > dialog box which will allow you to select the apache option. To take > out versioning you'll have to edit the port's Makefile and > remove --enable-versioning from the CONFIGURE_ARGS > > -- > Thanks, > > Josh Paetzel >