Forum Moderators: phranque
libmysqlclient.so.10 is needed by (installed) libdbi-dbd-mysql-0.6.5-5
libmysqlclient.so.10 is needed by (installed) mod_auth_mysql-20030510-1.ent
libmysqlclient.so.10 is needed by (installed) perl-DBD-MySQL-2.1021-3
libmysqlclient.so.10 is needed by (installed) php-mysql-4.3.2-8.ent
I've looked all over the server and those RPMs are not on the server. The dependant programs are installed...but the RPMs are not there. I went to rpmfind.net to look for them... but most are listed under Redhat 9. Also, I've found a few instances that say "Beta Taroon" - I'm not sure...but I'm thinking RedHat ES is "Taroon" - does anyone know if this is so? Also, is it safe going with an RPM that is listed as "Beta"? I'm pretty new to installing RPMs
install RPM (RedHat Package Manager) from Command line
you have a few options
-i will instll
-e will erase
-u remove an instaleed pack and install new one
-q querry selected package
-v verify package
for ex:
#rpm -ivh myRPM.34.123.rpm
will install while using i v and h
h: with h the install becomes more verbose and hash marks display progress
good luck
Henry
[edit] get yourself a good RH book; tons of knowledge in there! [/edit]
Ya, I couldn't find a way to make it automatically grab dependant packages and could find the "exact" packages on rpmfind.net for RH ES.
I ended up going with a couple of the packages that had the same build # but were listed under RH 9 and not for Enterprise (ent). I'm setting up one of our domains on the server now to see if php and perl still work with the new version of MySQL I installed. Hopefully that works
try install that one if it does not work just del it
also out of curiosity
in a terminal command line
type mc for midnight commander
and then whereis libmysqlclient.so.10
and "enter"
Note: whereis is in one word
BTW my previous post applies to install the RPM
but while doing it check if it is there and not installed yet?