View Single Post
  #1   (View Single Post)  
Old 5th November 2008
disappearedng disappearedng is offline
Shell Scout
 
Join Date: May 2008
Posts: 128
Default PHP with mysqli?

Hi everyone,
I am getting the following error from php -v
Code:
[disappearedng@192 /usr/home/disappearedng]$ php -v
PHP Warning:  PHP Startup: Unable to load dynamic library 
'/usr/local/lib/php/20060613-debug/php_mysqli.so' - Cannot open 
"/usr/local/lib/php/20060613-debug/php_mysqli.so" in Unknown on line 0
And in php.ini under /usr/local/etc/, I have uncommented the extension of mysqli in extension=php_mysqli.so.

I have installed the php-mysqli port.

I tried to load my web page which gives me

Fatal error: Class 'mysqli' not found in

Any idea why php is not loading mysqli?
Reply With Quote