apache - php mysqli: configuring issues -
i running apache 2.4 server php 5.5.1, , connected django via mod_wsgi (in case matters). running on oracle linux. in set-up, trying use mysqli , method mysqli_connect
. however, facing issues mysqli set-up. have used following website: mysqli setup. however, after running ./configure --with-mysqli=/usr/bin/mysqlconfig
, ./configure --with-mysqli
, still not see mysqli section in phpinfo() test site. have run make , make install after both , has worked fine.
furthermore, when try following command ./configure --with-mysql=/usr/bin/mysql_config --with-mysqli=mysqlnd
, following error: configure: error: cannot find mysql header files under /usr/bin/mysql_config. note mysql client library not bundled anymore!
on top of this, have uncommented extension=php_mysqli.dll
line.
right now, have idea of need do, ahold of mysql client library , allow access php. however, unsure of how this, , many of questions + answers have found have not worked.
any appreciated. thanks.
Comments
Post a Comment