Re: [PHP-INSTALL] Compile Php5: --with-mysql and --with-mysqli
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. How do I do that? Thanks, Jacob
[PHP-INSTALL] Compile Php5: --with-mysql and --with-mysqli
How do I install Php5 with both --with-mysql and --with-mysqli? This didn't work: ./configure --with-mysql=/usr/include/mysql --enable-embedded-mysqli ./configure --with-mysql=/usr/include/mysql --with-mysql=/usr/bin/mysql_config ./configure --with-mysql=/usr/include/mysql --with-mysqli=/usr/bin