From owner-freebsd-questions Sat Sep 1 9: 9:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from k0r3.reflektor.cz (k0r3.reflektor.cz [212.24.129.54]) by hub.freebsd.org (Postfix) with SMTP id 594F537B405 for ; Sat, 1 Sep 2001 09:09:55 -0700 (PDT) Received: (qmail 11196 invoked by uid 204); 1 Sep 2001 16:09:54 -0000 Received: from neuhauser@mail.cz by k0r3.reflektor.cz with qmail-scanner-0.96 (. Clean. Processed in 0.177979 secs); 01 Sep 2001 16:09:54 -0000 Received: from unknown (HELO zvahlav.mail.cz) (212.24.143.100) by k0r3.reflektor.cz with SMTP; 1 Sep 2001 16:09:53 -0000 Message-Id: <5.1.0.14.2.20010901181641.01e33d58@mail.cz> X-Sender: cynic@mail.cz X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sat, 01 Sep 2001 18:19:43 +0200 To: Steve Warwick , From: Roman Neuhauser Subject: Re: Configure PHP on FreeBSD In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 09:27 9/1/2001, Steve Warwick wrote the following: -------------------------------------------------------------- >Hey all, > >(new FreeBSD User) > >I have played with installing / deinstalling PHP 4.0.6 / Apache 1.3.19_1 and >other items using packages. I'd like to do a custom configure and install of >PHP (I have all the libraries). What do I add / change /edit to get a custom >configuration for PHP? If you install from the port, then $ make install CONFIGURE_ARGS+="--with-this --enable-that" should work. If you install from the source, just do the usual $ ./configure --with-this --enable-that $ make && make test $ make install If you get the PHP source from CVS, you'll need to $ ./buildconf as ./configure is generated in this step __________________________________________________ Roman Neuhauser neuhauser@mail.cz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message