From owner-freebsd-questions@FreeBSD.ORG Sat Jan 3 18:46:51 2004 Return-Path: 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 3163F16A4CE for ; Sat, 3 Jan 2004 18:46:51 -0800 (PST) Received: from agoron.net (mail.agoron.net [206.181.233.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0060C43D58 for ; Sat, 3 Jan 2004 18:46:50 -0800 (PST) (envelope-from marius@agoron.net) Received: (qmail 20677 invoked by uid 85); 4 Jan 2004 02:46:56 -0000 Received: from marius@agoron.net by mail.agoron.net by uid 89 with qmail-scanner-1.16 (clamscan: 0.54. spamassassin: 2.55. Clear:. Processed in 0.305432 secs); 04 Jan 2004 02:46:56 -0000 Received: from unknown (HELO MK) (206.181.233.90) by agoron.net with SMTP; 4 Jan 2004 02:46:56 -0000 From: "Marius Kirschner" To: "'FreeBSD Questions'" Date: Sat, 3 Jan 2004 21:46:48 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Thread-Index: AcPSbP8yBP2XIHDhQLGsdiQA7c28FA== X-Qmail-Scanner-Message-ID: <107318441652620671@mail.agoron.net> Message-Id: <20040104024650.0060C43D58@mx1.FreeBSD.org> Subject: Re-make mod_php X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jan 2004 02:46:51 -0000 I have the need to re-configire mod_php4 using the ports and add another package (--with-imagick) that is not part of the default options. Where do I put the imagick source (should be in /usr/src/php/ext), and which file do I need to modify to include the "--with-imagick"? Obviously there must be a way to do it, but after searching through the freebsd.org site I haven't been able to find it. Thanks, ---Marius