[EMAIL PROTECTED] wrote:
On Tue, 14 Feb 2006, JupiterHost.Net wrote:

; Howdy list,
;
; http://us2.php.net/manual/en/ref.mysqli.php under "Installation" is says:
;  "If you would like to install the mysql extension along with the mysqli
; extension you have to use the same client library to avoid any conflicts."

This is what I do, MySQL is installed in /opt/mysql here

        --with-mysql=/opt/mysql
        --with-mysqli=/opt/mysql/bin/mysql_config

Thanks :)

So the two ways:

 a) -with-mysql
 b) --with-mysql=DIR

both use:

 --with-mysqli=DIR/bin/mysql_config

But "b" is the making it "use the same client library to avoid any conflicts", correct? (IE "b" is the way it should be done, right?)

Reply via email to