LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   configure php5 and mysql issue (https://www.linuxquestions.org/questions/programming-9/configure-php5-and-mysql-issue-354132/)

jiawj 08-17-2005 03:57 AM

configure php5 and mysql issue
 
hello everybody!

I wanna install php5 with mysql support by the option --with-mysql[-dir=]

Quote:

./configure --prefix=/home/php5 \
--with-apxs2=/home/apache2/bin/apxs \
--with-zlib-dir=/usr/lib \
--enable-trace-vars \
--enable-mbregex \
--enable-calendar \
--with-libxml-dir=/usr/include/libxml2/libxml \
--with-curl=/usr/include/curl \
--with-iconv=/usr/local/libiconv \
--with-mysql


but ...
I don't want to install mysql really,

so, whether or not have a method that let php5 with mysql support and without install mysql
:)

thx for any reply very much.

Mara 08-17-2005 03:34 PM

It needs a number of MySQL files to compile the support, so it doesn't work this way, I'm afraid.


All times are GMT -5. The time now is 09:20 AM.