Error: Missing Dependency: libmysqlclient.so.10 is needed by

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
gamecp

Error: Missing Dependency: libmysqlclient.so.10 is needed by

Unread post by gamecp »

I am trying to 'yum update mysql' on fc3 - psa 7.5

I get:

Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package mysql.i386 0:4.0.23a-1.rhfc3.art set to be updated
--> Running transaction check
--> Processing Dependency: libmysqlclient.so.10 for package: perl-DBD-MySQL
--> Finished Dependency Resolution
Error: Missing Dependency: libmysqlclient.so.10 is needed by package perl-DBD-MySQL


Im using:

[atomic]
name=Atomic Rocket Turtle - $releasever - Atomic PSA-Compatible RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/art/3/
baseurl=http://archive.atomicrocketturtle.com/atomic/art/3/
baseurl=http://www.atomicrocketturtle.com/atomic/art/3/


Any suggestions?
gamecp

Unread post by gamecp »

Ok I finally got past that (did the same thing that didnt work last night, go figure)

Back to..

warning: rpmts_HdrFromFdno: V3 DSA signature: NOKEY, key ID 5ebd2744
public key not available for //var/cache/yum/atomic/packages/mysql-4.0.23a-1.rhfc3.art.i386.rpm


Saw you said the keys dont match, any way to make it not care?
gamecp

Unread post by gamecp »

Dependencies Resolved
Transaction Listing:
Install: mysql.i386 0:4.0.23a-1.rhfc3.art

Performing the following to resolve dependencies:
Install: mysql.i386 0:3.23.58-14
Install: perl-DBD-MySQL.i386 0:2.9003-5
Resolving deps with mysql 3!! woa! ;)

Of course that causes:
Is this ok [y/N]: y
Downloading Packages:
Running Transaction Test
Finished Transaction Test
Transaction Check Error: file /usr/bin/comp_err conflicts between attempted installs of mysql-3.23.58-14 and mysql-4.0.23a-1.rhfc3.art
file /usr/bin/isamchk conflicts between attempted installs of mysql-3.23.58-14 and mysql-4.0.23a-1.rhfc3.art
gamecp

Unread post by gamecp »

Ok sorry for the thread and just talking to myself..

I forced the rpm install and it put 4.0 on there, seems to work just fine.
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

bizzare it didnt treat that as an upgrade, but rather as an install. Ill have to fool around with that later, you're using yum 2.1 I take it?
gamecp

Unread post by gamecp »

2.1.11

I could never get perl-DBD-MySQL to install so I...

rpm -Uvh --force --nodeps *


On..

perl-DBD-MySQL-2.9003-5.src.rpm
mysql-server-4.0.23a-1.rhfc3.art.i386.rpm
mysql-4.0.23a-1.rhfc3.art.i386.rpm

It works just fine, I think this server has some psa sql related issues (was missing a table, atleast I think it was this server)..

I've been configuring 4 psa servers from 7.1 to 7.5.2 trying to get them all php 4.3.10 and mysql 4 for my replication, finally got all 4 running now I am installing 15!!! I want to do FC3 but I think we will play it safe with FC2 and psa 7.5.2 - it installed perfectly on my fubard psa 7.5.1 fc2 install, no errors.

Scott, do you want a mirror for your collections, if so how much disk space and bandwidth do you use?
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

That perl one is a src.rpm, so basically you just installed some tar files to /usr/src/redhat/SOURCES. Id say its likely that youve kind of contributed to some long term RPM breakage by doing that --nodeps. (Note for anyone reading this thread, unless you know excactly what you are overriding, and "because it wont install" doesnt count, dont use it!)


Im in good shape with mirrors right now but the basic stats are
50G-ish of storage space, and it does around 900-1200G in transfers a month per mirror.
Post Reply