LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   apache 2.0 + PHP 5 + mysql AND mysqli? (https://www.linuxquestions.org/questions/linux-server-73/apache-2-0-php-5-mysql-and-mysqli-552239/)

nyttoc 05-08-2007 07:36 AM

apache 2.0 + PHP 5 + mysql AND mysqli?
 
hello, how am i able to compile mysql and mysqli (mysql 4.1) in PHP5 ?

bathory 05-08-2007 08:28 AM

Use something like:
Code:

./configure --with-mysql=/path/to/mysql  –with-mysqli=/path/to/mysql_config --other-options-here
Regards


All times are GMT -5. The time now is 10:31 PM.