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?)

Any insight into that question? Will "a" even work?

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


Danke!

Reply via email to