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 configurati

[PHP-INSTALL] configure problems with GD

2008-03-28 Thread Mike Price
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 to the current installation (Apache2.0.x,PHP 5.0.16) I started with PHP and succeeded (having installed and built from source Zlib, LibXML, libpng, jpeg-v

[PHP-INSTALL] Configure problems with php-4.3.10

2006-01-20 Thread chris
Hi,   I am trying to reconfigure php with oci8 support (oracle instant client).  I’ve been trying to follow the directions on this link:   http://www.oracle.com/technology/pub/notes/technote_php_instant.html   But I think I am having some troubles re-configuring php because of a glib

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

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

2005-11-10 Thread kristina clair
Hi, I'm trying to configure --with-sablot --with-xslt-sablot I have sablotron version 1.0.2 installed: []# sablot-config --version 1.0.2 But when I try to configure php 4.4.1, it complains: checking whether to enable xslt support... yes checking for XSLT Sablotron backend... yes checking for lib

[PHP-INSTALL] Configure problems on dual MySQL machine

2004-12-02 Thread Stuart A. Malone
I'm hoping to gradually transition my FreeBSD 4.7 web server from MySQL 3.23 and PHP 4.3 to MySQL 4.1.7 and PHP 5.0.2. I've successfully installed MySQL 4.1.7 into a separate directory and given it a distinct port and Unix socket, and it seems to be running happily alongside its older counterp

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

[PHP-INSTALL] ./configure problems

2003-09-09 Thread Sebastian Musial
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 root and when I try to run the configure: $ ./configure --with-mysql --with-apxs I'm getting following error: $ : bad interpreter: No such file or directory Anyone knows w