[PHP] Why doesn't PHP see my MySQL upgrade?

2004-02-17 Thread Donpro
Hi, Just installed a new RedHat 7.3 system. 1. I upgraded to PHP 4.3.4 2. I upgraded to MySQL 4.0.17 3. Restarted Apache; I even rebooted! When I run phpinfo() in my web browser, it shows: Client API version: 3.23.58 What's going on ??? Thanks, Don -- PHP General Mailing List

RE: [PHP] Why doesn't PHP see my MySQL upgrade?

2004-02-17 Thread Chris
libraries. If it's really important to you that those version numbers match, recompile PHP. I don't think you'll have any problems. Chris -Original Message- From: Donpro [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 8:26 AM To: php list Subject: [PHP] Why doesn't PHP see my

Re: [PHP] Why doesn't PHP see my MySQL upgrade?

2004-02-17 Thread David O'Brien
You are using built-in mysql support. It uses that version of the API you would have to compile with your own version of mysql to change that number -Dave At 11:26 AM 2/17/2004, Donpro wrote: Hi, Just installed a new RedHat 7.3 system. 1. I upgraded to PHP 4.3.4 2. I upgraded to MySQL 4.0.17 3.

Re: [PHP] Why doesn't PHP see my MySQL upgrade?

2004-02-17 Thread John W. Holmes
From: Donpro [EMAIL PROTECTED] 1. I upgraded to PHP 4.3.4 2. I upgraded to MySQL 4.0.17 3. Restarted Apache; I even rebooted! When I run phpinfo() in my web browser, it shows: Client API version: 3.23.58 What's going on ??? That's usual, as far as I can tell. That just means PHP is

RE: [PHP] Why doesn't PHP see my MySQL upgrade?

2004-02-17 Thread Donpro
: [PHP] Why doesn't PHP see my MySQL upgrade? From: Donpro [EMAIL PROTECTED] 1. I upgraded to PHP 4.3.4 2. I upgraded to MySQL 4.0.17 3. Restarted Apache; I even rebooted! When I run phpinfo() in my web browser, it shows: Client API version: 3.23.58 What's going

Re: [PHP] Why doesn't PHP see my MySQL upgrade?

2004-02-17 Thread Jason Wong
On Wednesday 18 February 2004 01:11, Donpro wrote: After uphrading to MySQL 4.0.17, I uninstalled all the old PHP-4.1.2 RPMs and recompiled PHP-4.3.4. Now I am getting compiling errors related to PHP. /usr/local/php-4.3.4/ett/mysql/php_mysql.c:1158 undefined reference to 'mysql_create_db'