Re: [PHP-INSTALL] PHP v5.2.5 installation

2007-12-05 Thread Keith Roberts
On Wed, 5 Dec 2007, Jesse Santana wrote: To: Keith Roberts <[EMAIL PROTECTED]> From: Jesse Santana <[EMAIL PROTECTED]> Subject: Re: [PHP-INSTALL] PHP v5.2.5 installation Keith, Thank you for the '--with-readline' suggestion, I've just finished testing this and it works great! I'm working on

Re: [PHP-INSTALL] Centos 5, PHP, Postgresql, and FrontBase

2007-12-05 Thread Rick Ellis
In article <[EMAIL PROTECTED]>, Rick Ellis <[EMAIL PROTECTED]> wrote: >I've been trying to build a php on Centos 5 that supports >FrontBase and Postgresql. So far I haven't had much luck with >getting something that doesn't crash Apache. I suspect I am >missing something and suggestions as to wha

Re: [PHP-INSTALL] PHP v5.2.5 installation

2007-12-05 Thread Jesse Santana
Keith, Thank you for the '--with-readline' suggestion, I've just finished testing this and it works great! I'm working on moving this over to production now. Jesse Jesse Santana Project Lead - Enterprise Services Group Information Technology Services California State University, Long Beach 1

[PHP-INSTALL] PHP 5.2.5 make failure gdImagePngCtxEx undeclared

2007-12-05 Thread Bart McPherson
I'm trying to make PHP 5.2.5 on AIX 5.3 and having a problem during make. I get the following when running make. /bin/sh /usr/local/php-5.2.5/libtool --silent --preserve-dup-deps --mode=compile /usr/local/php-5.2.5/meta_ccld -I/opt/freeware/include -Iext/gd/ -I/usr/local/php-5.2.5/ext/gd/ -D

Re: [PHP-INSTALL] PHP v5.2.5 installation

2007-12-05 Thread Keith Roberts
Pleased to hear you have it sorted now Jesse. In theory, theory and practice are the same; in practice they are not. On Wed, 5 Dec 2007, Jesse Santana wrote: To: Keith Roberts <[EMAIL PROTECTED]> From: Jesse Santana <[EMAIL PROTECTED]> Subject: Re: [PHP-INSTALL] PHP v5.2.5 installation Keith,

Re: [PHP-INSTALL] PHP v5.2.5 installation

2007-12-05 Thread Jesse Santana
Keith, Thank you for the feedback. I do tar up my PHP directory before performing an upgrade and I keep these tar files around indefinitely so I can always reference them if needed. I install PHP in the same directory each time because we are running PHP as a CLI and I don't have access to a

[PHP-INSTALL] Re: AIX 5.3 configure error undefined symbol .mysql_close and .mysql_error

2007-12-05 Thread Bart McPherson
For future AIX users trying to compile PHP with MySQL. The 64-bit version of MySQL does not currently work. The 32-bit version will allow configure to complete successfully. ""Bart McPherson"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'm trying to build PHP 5.2.5 on AIX 5.3

Re: [PHP-INSTALL] PHP v5.2.5 installation

2007-12-05 Thread Keith Roberts
On Tue, 4 Dec 2007, Jesse Santana wrote: To: php-install@lists.php.net From: Jesse Santana <[EMAIL PROTECTED]> Subject: [PHP-INSTALL] PHP v5.2.5 installation I am running a Solaris 10 (SPARC) system that has Apache 2.2.6 and PHP v5.2.2 installed. PHP is running as a CLI and not as an Apache mo