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 trying to install

php-mysql-4.2.2-8.0.8

This is when it is asking for libmysqlclient.so.10.

So please help me ....


Jim Thome wrote:


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 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 application server. Each application server is running same website in a load balancing. I am trying to install php-mysql package to get mysql
support in php. I am getting following error that libmysqlclient.so.10 library


not found.

My question is do i need to install mysql to get this library ??. I really do not want to install mysql on application servers and i am already using database server. Any suggestions will greatly be
appreciated.

Reply via email to