>From my understanding you just have to install the MySQL client rpm only, not the MySQL server rpm.
Mark. "Jim Thome" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > 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.