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/mysql_config

The last gave me a lot of errors.


Thanks, Jacob

Reply via email to