Re: Installing customized mod_php4 port

2003-01-29 Thread Andreas Pauley
On Tue, 28 Jan 2003, Stijn Hoop wrote: On Tue, Jan 28, 2003 at 03:00:41AM -0800, Adam Weinberger wrote: Just run 'make' from the mod_php4 directory. You set all those options interactively. Or for the noninteractive version: # make PHP4_OPTIONS='\option1\ \option2\ ...' BATCH=yes

Installing customized mod_php4 port

2003-01-28 Thread Andreas Pauley
Hi, I would like to know what the preferred way is for installing the mod_php4 port (4.2.3) with your own customized options enabled. This is on FreeBSD 4.7, in conjunction with apache+mod_ssl-1.3.27+2.8.12. I see the Makefile's CONFIGURE_ARGS specifically states --without-gd and

Re: Installing customized mod_php4 port

2003-01-28 Thread Adam Weinberger
of Installing customized mod_php4 port from Andreas Pauley - -- Adam Weinberger vectors.cx[EMAIL PROTECTED] FreeBSD.org [EMAIL PROTECTED] Bayer Berkeley[EMAIL PROTECTED] #vim:set ts=8: 8-char tabs prevent tooth decay. -BEGIN PGP SIGNATURE- Version: GnuPG

Re: Installing customized mod_php4 port

2003-01-28 Thread Stijn Hoop
On Tue, Jan 28, 2003 at 03:00:41AM -0800, Adam Weinberger wrote: Just run 'make' from the mod_php4 directory. You set all those options interactively. Or for the noninteractive version: # make PHP4_OPTIONS='\option1\ \option2\ ...' BATCH=yes install The quotes backslashes are necessary