[PHP] Re: Compile Php5: --with-mysql and --with-mysqli

2004-07-14 Thread Red Wingate
[quote src=doc]
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.
[/quote]

Jacob Friis Larsen wrote:

 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



Re: [PHP] Re: Compile Php5: --with-mysql and --with-mysqli

2004-07-14 Thread Jacob Friis Larsen
[quote src=doc]
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.
[/quote]
I've read that too :)
What does it mean?
Could you correct my configure line?
./configure --with-mysql=/usr/include/mysql 
--with-mysqli=/usr/bin/mysql_config

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