Re: [PHP] config error

2006-12-18 Thread Jochem Maas
Simon Forster wrote: > > On 18 Dec 2006, at 14:00, Jochem Maas wrote: > >>> Thanks for the suggestions. Stripped back the configure options, made a >>> couple of other tweaks and got it to compile. >> >> you mean you got it to configure, right? > > Oops. Sloppy. You're right of course. Got it to

Re: [PHP] config error

2006-12-18 Thread Simon Forster
On 18 Dec 2006, at 14:00, Jochem Maas wrote: Thanks for the suggestions. Stripped back the configure options, made a couple of other tweaks and got it to compile. you mean you got it to configure, right? Oops. Sloppy. You're right of course. Got it to configure. Then it failed on make.

Re: [PHP] config error

2006-12-18 Thread Jochem Maas
Simon Forster wrote: > > On 18 Dec 2006, at 11:05, Jochem Maas wrote: > >> do you need mysql and mysqli? have you tried the configure line wirth >> the following?: >> >> --with-mysql --with-mysqli >> >> what version of mysql do you have intalled? mysqli may not compile >> because >> your mysql se

Re: [PHP] config error

2006-12-18 Thread Simon Forster
On 18 Dec 2006, at 11:05, Jochem Maas wrote: do you need mysql and mysqli? have you tried the configure line wirth the following?: --with-mysql --with-mysqli what version of mysql do you have intalled? mysqli may not compile because your mysql server is too old. Thanks for the suggesti

Re: [PHP] config error

2006-12-18 Thread Jochem Maas
Simon Forster wrote: > Hi > > I'm trying to get PHP to build and keep on getting an error: > > configure: error: mysql configure failed. Please check config.log for > more information. > > FWIW, I'm trying to install on Mac OS Server 10.3.9 with the following > options: > > ./configure --prefix

[PHP] config error

2006-12-18 Thread Simon Forster
Hi I'm trying to get PHP to build and keep on getting an error: configure: error: mysql configure failed. Please check config.log for more information. FWIW, I'm trying to install on Mac OS Server 10.3.9 with the following options: ./configure --prefix=/usr/local/php5 --with-apxs --with-