----- Original Message -----
From: Erik Saline
To: [email protected]
Sent: Wednesday, December 28, 2005 1:08 PM
I installed Apache, PHP, and Mysql during the Fedora Core 4 installation.
PHP 5.0.4
MYSQL 4.1.14
I used php -i to show that mysql and mysqli were installed.
Configure Command => './configure' '--build=i386-redhat-linux'
'--with-mysql=shared,/usr' '--with-mysqli=shared,/usr/bin/mysql_config' '
Here is the code.
$result = new mysqli_connect('localhost', 'nobody', 'test', 'godisdead');
Here is the error.
PHP Fatal error: Class 'mysqli' not found in /var/www/cgi-bin/db_connect.php on
line 4,
What am I missing?
Erik