Re: [PHP-INSTALL] Where is libmysqlclient.so.10 required for

2003-09-08 Thread shiv shukla
Jim Thanks for reply. But i am newbiee so i have been installing rpms that comes with redhat 8.0 linux. So for following are installed on system. php-4.2.2-8.0.8 php-imap-4.2.2-8.0.8 php-idap-4.2.2-8.0.8 Now to provide mysql support so that this machine can connect to mysql database server i am

Re: [PHP-INSTALL] Where is libmysqlclient.so.10 required for installing php-mysql

2003-09-08 Thread Jim Thome
You don't need to install the library. You must be trying to point to your MySQL libraries in your configure line. Just drop the --with-mysql switch entirely and PHP will compile with its built in MySQL client. -- Jim >>> shiv shukla <[EMAIL PROTECTED]> 09/08/03 04:05PM >>> Hi All, We are usin

[PHP-INSTALL] Where is libmysqlclient.so.10 required for installing php-mysql

2003-09-08 Thread shiv shukla
Hi All, We are using a seperate machine as mysql database server. we have few other machines as application server which will use mysql database from database server using php. Environment Redhat 8.0, Php 4.2.2-8.0.8, apache 2.0 I do not have mysql server or mysql client installed on applicati