Re: php installation with mysql support.

2003-12-16 Thread ads mysql
I tried with option "./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql" as suggested that php might find mysql libraries on it's own. It has not given any error. Let me check whether I can connect to mysql using php. Thanks for support. Duncan Hill <[EMAIL PROTECTED]> wrote

Re: php installation with mysql support.

2003-12-16 Thread Duncan Hill
On Tuesday 16 December 2003 13:43, ads mysql wrote: > php-4.3.4]# ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with- > mysql=/var/lib/mysql > > It gives error "configure: error: Cannot find MySQL header files under > /var/lib/mysql" > what should I put in "--with-mysql=/var/lib/mysq

php installation with mysql support.

2003-12-16 Thread ads mysql
Hi, I am trying to install and configure php with mysql support. I have installed mysql and it works perfectly on the server. On the same server I tried to install php with following configuration : [EMAIL PROTECTED] php-4.3.4]# ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with- mysql