Re: [PHP-INSTALL] configure problems with GD

2008-03-31 Thread Mike Price
Fortunately, after a lot of investigation I can report back on this. I have been through about 10 cycles of rebuilding the server from scratch to a standard build. (it's a rented dedicated server with an option to 're-install operating system') I can now successfully rebuild using 5.2.5. Having

Re: [PHP-INSTALL] configure problems with GD

2008-03-29 Thread Mike Price
> You need to compile PHP last against Apache and MySQL. There's no need to > compile MySQL - just use the pre-compiled statically linked binary. PHP is > the 'glue' to connect everything together last. So if you compile Apache > first, then install the MySQL binary, then compile PHP last agains

Re: [PHP-INSTALL] configure problems with GD

2008-03-28 Thread Keith Roberts
On Fri, 28 Mar 2008, Mike Price wrote: To: php-install@lists.php.net From: Mike Price <[EMAIL PROTECTED]> Subject: [PHP-INSTALL] configure problems with GD Hi I've been trying to upgrade a (Linux, Fedora 5) server to: Apache 2.2.8 PHP 5.2.5 MySQL 5.0.51a using similar configurations/options

Re: [PHP-INSTALL] configure problems with sablotron and php 4.4.1

2005-11-10 Thread Stuart Herbert
Hi, On Thu, 2005-11-10 at 12:19 -0800, kristina clair wrote: > Thanks for the tip. config.log says: > > configure:94212: gcc -o conftest -g -O2 -I/usr/include > -Wl,-rpath,/usr/kerberos/lib -L/usr/kerberos/lib > -Wl,-rpath,/usr/lib/mysql -L/usr/lib/mysql conftest.c -lcrypt > -lmysqlclient -lmc

Re: [PHP-INSTALL] configure problems with sablotron and php 4.4.1

2005-11-10 Thread kristina clair
On 11/10/05, Stuart Herbert <[EMAIL PROTECTED]> wrote: > Hi, > > On Thu, 2005-11-10 at 11:58 -0800, kristina clair wrote: > > I checked to make sure there wasn't another install of sablotron on > > the machine, but there is not. > > > > Does anyone have any advice? > > Check config.log. This is no

Re: [PHP-INSTALL] configure problems with sablotron and php 4.4.1

2005-11-10 Thread Stuart Herbert
Hi, On Thu, 2005-11-10 at 11:58 -0800, kristina clair wrote: > I checked to make sure there wasn't another install of sablotron on > the machine, but there is not. > > Does anyone have any advice? Check config.log. This is normally caused by a problem with one of the libraries that Sablotron is

Re: [PHP-INSTALL] ./configure problems

2003-09-11 Thread Sebastian Musial
Subject: Re: [PHP-INSTALL] ./configure problems > Sebastian Musial wrote: > > > It is something else, the file is there, any other ideas, thanks. > > > > [php-4.3.3]# ls > > acconfig.h*ltmain.sh* > README.

Re: [PHP-INSTALL] ./configure problems

2003-09-11 Thread Michael Mauch
Sebastian Musial wrote: > It is something else, the file is there, any other ideas, thanks. > > [php-4.3.3]# ls > acconfig.h*ltmain.sh* README.STREAMS* > acconfig.h.in* main/ README.SUBMITTING_PATCH* Why are all these files executa

Re: [PHP-INSTALL] ./configure problems

2003-09-10 Thread nilesh Dharaiya
strace: exec: No such file or directory > execve("./configure", ["./configure"], [/* 39 vars > */]) = 0 > [php-4.3.3]# > > > - Original Message - > From: James Hughbanks <[EMAIL PROTECTED]> > Date: Tuesday, September 9, 2003 9:08 pm > S

Re: [PHP-INSTALL] ./configure problems

2003-09-09 Thread Sebastian Musial
Date: Tuesday, September 9, 2003 9:08 pm Subject: Re: [PHP-INSTALL] ./configure problems > Check and see if you have a /bin/sh, if so, which you should, run > strace ./configure, this will trace through and show you where it > is > getting an error. > > --James > On

Re: [PHP-INSTALL] ./configure problems

2003-09-09 Thread James Hughbanks
Message - From: Yann Larrivee <[EMAIL PROTECTED]> Date: Tuesday, September 9, 2003 8:42 pm Subject: Re: [PHP-INSTALL] ./configure problems You'r probably not in the PHP folder. Exactly it mean that there is no configure file in this folder. Yann On Tue, 2003-09-09 at 21:29, Sebastian M

Re: [PHP-INSTALL] ./configure problems

2003-09-09 Thread Sebastian Musial
* README.SELF-CONTAINED-EXTENSIONS* - Original Message - From: Yann Larrivee <[EMAIL PROTECTED]> Date: Tuesday, September 9, 2003 8:42 pm Subject: Re: [PHP-INSTALL] ./configure problems > You'r probably not in the PHP folder. > > Exactly it mean that there is no co

Re: [PHP-INSTALL] ./configure problems

2003-09-09 Thread Yann Larrivee
You'r probably not in the PHP folder. Exactly it mean that there is no configure file in this folder. Yann On Tue, 2003-09-09 at 21:29, Sebastian Musial wrote: > Hi, all. > > I have downloaded the latest php version from the web. i'm running linux mandrake > 9.x version. I'm loged in as a roo