On Fri, 2007-05-11 at 05:42 +0100, RS singh wrote:
Dear linux Users
I use RH EL 3, Every thing is working fine but
MySql is giving problem while installing.
The Error shown is libmysql.so.10 file required The file is already present on the system.
In that case you can try adding the directory ( where libmysql.so.10 resides ) in /etc/ld.so.conf and run ldconfig .Quite possible that the library path happens to be a non-standard .
The environ variable LD_LIBRARY_PATH is another option. In any case, let us know how u fixed this.
-Jude.