"mysqli" is not getting enabled with php 5.0.3 after configure

liunx

Guest
Hello,

After compiling php 5.0.3 ... "mysqli" is not shown in the phpinfo..

i have configured using ...
./configure' '--with-apxs=/usr/local/apache/bin/apxs' '--with-mysql=/usr/local/lib' '--with-mysqli=shared,/usr/bin/mysql_config' '--with-mysql-sock=/tmp/mysql.sock' '..........etc

any advise how to enable mysqli ... with php 5.0.3


Thanks
shibuJust a question (not yet having configured or used mysqli yet), what is the "shared," bit in configure option for?The configure option ...shared,... creates the extension as shared module that has to be enabled in php.ini.
 
Back
Top