How do I install Php5 with both --with-mysql and --with-mysqli?

MySQL is 4.1.3-beta and installed as official MySQL RPM.

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

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to