This is what I do, MySQL is installed in /opt/mysql here--with-mysql=/opt/mysql --with-mysqli=/opt/mysql/bin/mysql_configThanks :) So the two ways: a) -with-mysql b) --with-mysql=DIR both use: --with-mysqli=DIR/bin/mysql_configBut "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!