Re: [PHP-INSTALL] make [sapi/cli/php] Error 1

2009-01-17 Thread John B. Moore
I finally got php-5.2.0 to build without errors Maybe there needs to be a note somewhere about the php versions and the matching mysql version it will build against..??? Any other thoughts or ideas appreciated.. John.. John B. Moore wrote: I did finally find a reference to this error

Re: [PHP-INSTALL] make [sapi/cli/php] Error 1

2009-01-17 Thread John B. Moore
ion of php matches MySql 5.0.67 I downloaded 5.2.6 and got the same error in the make.. Please.. I hope someone can point me in the right direction here.. Thanks.. John.. On Fri, 16 Jan 2009, John B. Moore wrote: To: php-install@lists.php.net From: John B. Moore Subject: [PHP-INSTALL] make

Re: [PHP-INSTALL] make [sapi/cli/php] Error 1

2009-01-17 Thread John B. Moore
Keith Roberts wrote: Hi John. I'm on Fedora 8 ATM. In the process of upgrading to F10. Do you have the mysql development libraries installed? I have MySQL-devel-5.0.67-0.i386.rpm installed.. John...

[PHP-INSTALL] make [sapi/cli/php] Error 1

2009-01-16 Thread John B. Moore
Searched the lists for this but could not find anything that seem to help. I'm hoping someone here can point me in the right direction.. CentOS 4.7 Apache 2.0.59 PHP 5.2.8 Configure line used: ./configure --with-apxs2=/usr/local/apache/bin/apxs --with-mysql --prefix=/usr/local/apache/php --w

[PHP-INSTALL] Getting "Email Abuse" responses everytime I post to this list

2009-01-11 Thread John B. Moore
I'm getting the below email every time I post to the php list Is this from someone that is subscribed to this list or is it in some way related to this list (I subscribe to a lot of lists an never seen this before) Do I ignore (and filter out) or am I doing something I should not... Any feed

Re: [PHP-INSTALL] MySql running on other server

2009-01-10 Thread John B. Moore
lists-php wrote: you don't have to install mysql, but you have to build it to the point that the headers and libraries that php needs are available. i think that installing the mysql-devel rpm for centos may be enough. Ok.. installed the mysql-devel rpm (could not find a centos specific rpm)

Re: [PHP-INSTALL] MySql running on other server

2009-01-10 Thread John B. Moore
Daniel Brown wrote: You'll need to add MySQL support to your PHP installation with --with-mysql, but you won't need to run a MySQL server on the same machine. Thanks... I obviously misunderstood what I was reading.. It saw a lot of examples where --with-mysql=[pathhere] ...was indicate