[PHP-INSTALL] php4 to php5

2008-01-22 Thread Richard Pyne
I am being pushed to update our prodction server from php 4.4.2 to php 5.2.5 because of an alert from ScanAlert claiming that there are vulnerabilities in any php version prior to 5.2.5. My concern is that we have several quite old php apps running on the machine and I hav neither the time nor

[PHP-INSTALL] More configure issues on fedora 8

2008-01-22 Thread Chip Burke
I would agree, but MySQL and all the dev packages are installed. -Original Message- From: Adam Carnine [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 22, 2008 11:48 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-INSTALL] More configure issues on fedora 8 Same problem as with z-lib only t

[PHP-INSTALL] More configure issues on fedora 8

2008-01-22 Thread Chip Burke
Bombs out at checking for MySQL support... yes checking for specified location of the MySQL UNIX socket... no checking for MySQL UNIX socket location... no checking for mysql_close in -lmysqlclient... no checking for mysql_error in -lmysqlclient... no configure: error: mysql configure failed. Ple

RE: [PHP-INSTALL] Compile PHP 5.2.5 Under Fedora 8

2008-01-22 Thread Chip Burke
That did it. Thank you! Chip Burke Innova Partners 130 E. Chestnut St. Suite 100 Columbus, OH 43215 Voice: 614-360-1725 Fax: 614-232-8980 E-mail: [EMAIL PROTECTED] -Original Message- From: Adam Carnine [m

Re: [PHP-INSTALL] Compile PHP 5.2.5 Under Fedora 8

2008-01-22 Thread Andre Hübner
check if libxml2-devel is also installed - Original Message - From: "Chip Burke" <[EMAIL PROTECTED]> To: Sent: Tuesday, January 22, 2008 4:19 PM Subject: [PHP-INSTALL] Compile PHP 5.2.5 Under Fedora 8 I am unable to get the configure script to complete on my Fedora 8 x86_64 install.

Re: [PHP-INSTALL] Compile PHP 5.2.5 Under Fedora 8

2008-01-22 Thread Adam Carnine
Chip, It says that z-lib is the problem try updating that to see if this fixes your issues. -Adam Chip Burke wrote: > I am unable to get the configure script to complete on my Fedora 8 x86_64 > install. The configure command I am using is > > ./configure --program-prefix= --prefix=/usr --exec-pr

[PHP-INSTALL] Compile PHP 5.2.5 Under Fedora 8

2008-01-22 Thread Chip Burke
I am unable to get the configure script to complete on my Fedora 8 x86_64 install. The configure command I am using is ./configure --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr

[PHP-INSTALL] successful compiled, but errors at use

2008-01-22 Thread Andre Hübner
Hi List, my Situation is as follows. I use on suse 10.1 apache2 and php5 as modul and php5 as cgi using mod_fcgid For some tests i also want to have a php4 as second cgi I compiled with this configure-line: ./configure --prefix=/usr/ --datadir=/usr/share/php/ --bindir=/usr/bin/ --libdir=/usr/s