Re: [users@httpd] configure PHP on Linux

2005-07-07 Thread Joseph Lee
Thank you, Ivan, for your quick response. I went to http://dev.mysql.com/downloads/mysql/5.0.html, but I could not find -devel file. So I downloaded mysql-5.0.7-beta.tar.gz, and did configure, make, and make install. Then I tried # ./configure --with-mysql=~/mysql/mysql-5.0.7-beta --with-apxs2=/

Re: [users@httpd] configure PHP on Linux

2005-07-07 Thread Ivan Barrera A.
Joseph Lee wrote: > I think the problem I had was because I installed > MySQL-server-5.0.7-0.i386.rpm and > MySQL-client-5.0.7-0.i386.rpm, > which are binary installations. > > I'll do source installation > MySQL-5.0.7-0.glibc23.src.rpm now to see if it solves > the problem. > Just install the

Re: [users@httpd] configure PHP on Linux

2005-07-07 Thread Joseph Lee
I think the problem I had was because I installed MySQL-server-5.0.7-0.i386.rpm and MySQL-client-5.0.7-0.i386.rpm, which are binary installations. I'll do source installation MySQL-5.0.7-0.glibc23.src.rpm now to see if it solves the problem. Thanks, Joe --- Joseph Lee <[EMAIL PROTECTED]> wrote:

Re: [users@httpd] configure PHP on Linux

2005-07-07 Thread Joseph Lee
I installed libxml2-2.6.19, and the problem about libxml when I configured php is gone. Thanks for your help. However, when I did # ./configure --with-mysql --with-apxs2=/usr/local/apache2/bin/apxs --with-libxml-dir=~/xml/libxml2-2.6.19 .. checking for MySQL support... yes checking for specifi

Re: [users@httpd] configure PHP on Linux

2005-07-06 Thread Ivan Barrera A.
Aman Raheja wrote: > I have noticed this with some other software on redhat/fedora linux. > try using the exact version and see if that works. You might otherwise > want to look into the script itself and do some tweaking for it to > accept what you are providing. > on the other note you are on the

Re: [users@httpd] configure PHP on Linux

2005-07-06 Thread Aman Raheja
I have noticed this with some other software on redhat/fedora linux. try using the exact version and see if that works. You might otherwise want to look into the script itself and do some tweaking for it to accept what you are providing. on the other note you are on the wrong mailing list - this

[users@httpd] configure PHP on Linux

2005-07-06 Thread Joseph Lee
Hi, I have installed Apache and MySQL on my Linux machine. Now I am trying to install PHP5. I did # configure --with-mysql --with-apxs2=usr/local/apache2/bin/apxs --with-libxml-dir=/usr/src/redhat/RPMS/i386 but it complained about configuring extensions checking whether to enable LIBXML suppor