kevinkorb Posted October 24, 2006 Share Posted October 24, 2006 I compiled php 5.1.6, apache 1.3x, mysql 5.xx all from source and everything works well except mysqli doesn't seem to be installed.Here is my configure ..'./configure' '--with-apxs=/www/bin/apxs' '--with-mysql=/usr/local/mysql' '--with-zlib-dir=/usr/include' '--with-jpeg-dir=/usr/local/lib' '--with-gd' '--with-curl' '--with-mysqli=shared,/usr/local/mysql/bin/mysql_config' '--enable-ftp' '--enable-soap' '--enable-trans-sid' '--enable-mcrypt' '--enable-mbstring'I am running CentOS 4 and I can't seem to find anything in the php.ini to enable (is that just windows?)Any help would be great.Thanks. Link to comment https://forums.phpfreaks.com/topic/24889-cant-get-mysqli-to-load/ Share on other sites More sharing options...
the_oliver Posted January 1, 2007 Share Posted January 1, 2007 Have you tried intilation through yum? eg: yum install 'php-mysql', or 'yum install mysql-server'?Engoy Link to comment https://forums.phpfreaks.com/topic/24889-cant-get-mysqli-to-load/#findComment-150897 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.