PSA7.5.4 + FC3 YUM upgrade mysql problem

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
d6d
Forum User
Forum User
Posts: 9
Joined: Fri Nov 04, 2005 10:00 pm

PSA7.5.4 + FC3 YUM upgrade mysql problem

Unread post by d6d »

I used 3 for $releasever


[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=1
retries=20

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

[atomic-app-vault]
name=Atomic Rocket Turtle - $releasever - Atomic PSA App Vault RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/app-vault/

[psa-7.5]
name=Atomic Rocket Turtle - $releasever - SW-Soft PSA 7.5 RPMS
baseurl=http://3es.atomicrocketturtle.com/atomi ... eleasever/
baseurl=http://www.atomicrocketturtle.com/atomi ... eleasever/

[base]
name=Atomic Rocket Turtle - $releasever - Base OS RPMS mirror
baseurl=http://3es.atomicrocketturtle.com/3rd-p ... eleasever/

[updates]
name=Atomic Rocket Turtle - $releasever - OS Update RPMS mirror
baseurl=http://3es.atomicrocketturtle.com/3rd-p ... eleasever/
"/etc/yum.conf" 34L, 1073C


my yum.conf file content and when I run yum -update mysql
i got this error

[root@ltct-0696 ltct-0696]# yum update mysql
Repository base already added, not adding again
Setting up Update Process
Setting up Repos
psa-7.5 100% |=========================| 951 B 00:00
base 100% |=========================| 951 B 00:00
atomic 100% |=========================| 951 B 00:00
updates-released 100% |=========================| 951 B 00:00
atomic-app-vault 100% |=========================| 951 B 00:00
updates 100% |=========================| 951 B 00:00
Reading repository metadata in from local files
psa-7.5 : ################################################## 100/100
base : ################################################## 1652/1652
atomic : ################################################## 165/165
updates-re: ################################################## 958/958
atomic-app: ################################################## 6/6
updates : ################################################## 684/684
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package mysql.i386 0:4.1.14-1.rhfc3.art set to be updated
--> Running transaction check
--> Processing Dependency: libmysqlclient.so.10 for package: perl-DBD-MySQL
--> Processing Dependency: libmysqlclient.so.10 for package: mysql-server
--> Processing Dependency: libmysqlclient.so.10 for package: sitebuilder-core
--> Processing Dependency: mysql = 3.23.58 for package: mysql-server
--> Processing Dependency: libmysqlclient.so.10 for package: php-mysql
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package php-mysql.i386 0:4.4.0-3.rhfc3.art set to be updated
---> Package mysql-server.i386 0:4.1.14-1.rhfc3.art set to be updated
---> Package mysql-compat.i386 0:4.1.14-1.rhfc3.art set to be updated
--> Running transaction check
--> Processing Dependency: php = 4.4.0-3.rhfc3.art for package: php-mysql
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package php.i386 0:4.4.0-3.rhfc3.art set to be updated
--> Running transaction check
--> Processing Dependency: php-gd for package: Sitebuilder
--> Processing Dependency: php = 4.3.11-2.7 for package: php-imap
--> Processing Dependency: php-mbstring = 4.4.0-3.rhfc3.art for package: php
--> Processing Dependency: php = 4.3.11-2.7 for package: php-pgsql
--> Processing Dependency: php = 4.3.11-2.7 for package: php-domxml
--> Processing Dependency: php = 4.3.11-2.7 for package: php-pear
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package php-imap.i386 0:4.4.0-3.rhfc3.art set to be updated
---> Package php-pgsql.i386 0:4.4.0-3.rhfc3.art set to be updated
---> Package php-domxml.i386 0:4.4.0-3.rhfc3.art set to be updated
---> Package php-pear.i386 0:4.4.0-3.rhfc3.art set to be updated
---> Package php-mbstring.i386 0:4.4.0-3.rhfc3.art set to be updated
--> Running transaction check
--> Processing Dependency: php-gd for package: Sitebuilder
--> Finished Dependency Resolution
Error: Missing Dependency: php-gd is needed by package Sitebuilder


and same thing when i upgrading php.
I am new to linux.. Can anybody help me out. Thanks!


I have PHP Version 4.3.11 and mysql 3.23.58 installed with this new box
Stucco
Forum User
Forum User
Posts: 84
Joined: Fri May 06, 2005 7:29 pm

Unread post by Stucco »

A few things, first, notice you don't have an updates-released channel, but still have in your stuff
updates-released 100% |=========================| 951 B 00:00
Do this to get rid of the two extra channels.

cd /etc/yum.repos.d
vi each file and set enabled=0. ones enabled by default are fedora.repo and fedora-updates.repo

If you still have to dependency not fulfilled, something else is wrong, because it's right here in the 3rd-party folder

http://3es.atomicrocketturtle.com/3rd-p ... 3.i386.rpm
drweird13
New Forum User
New Forum User
Posts: 4
Joined: Tue Nov 15, 2005 4:22 pm

Unread post by drweird13 »

Exact thing happens to me, even after I disable the repo's in yum.repo.d

I have same OS, version of mysql/php, same yum.conf file.
Stucco
Forum User
Forum User
Posts: 84
Joined: Fri May 06, 2005 7:29 pm

Unread post by Stucco »

Sorry, I'm out of ideas. Maybe try installing php-gd through yum first? See if it can find it.
drweird13
New Forum User
New Forum User
Posts: 4
Joined: Tue Nov 15, 2005 4:22 pm

Unread post by drweird13 »

yum install php-gd

Code: Select all

Repository base already added, not adding again
Setting up Install Process
Setting up Repos
psa-7.5                   100% |=========================|  951 B    00:00
base                      100% |=========================|  951 B    00:00
atomic                    100% |=========================|  951 B    00:00
atomic-app-vault          100% |=========================|  951 B    00:00
updates                   100% |=========================|  951 B    00:00
Reading repository metadata in from local files
psa-7.5   : ################################################## 100/100
base      : ################################################## 1652/1652
atomic    : ################################################## 165/165
atomic-app: ################################################## 4/4
updates   : ################################################## 684/684
Parsing package install arguments
Nothing to do
yum info php-gd

Code: Select all

Repository base already added, not adding again
Setting up Repos
psa-7.5                   100% |=========================|  951 B    00:00
base                      100% |=========================|  951 B    00:00
atomic                    100% |=========================|  951 B    00:00
atomic-app-vault          100% |=========================|  951 B    00:00
updates                   100% |=========================|  951 B    00:00
Reading repository metadata in from local files
psa-7.5   : ################################################## 100/100
base      : ################################################## 1652/1652
atomic    : ################################################## 165/165
atomic-app: ################################################## 4/4
updates   : ################################################## 684/684
Installed Packages
Name   : php-gd
Arch   : i386
Version: 4.3.11
Release: 2.8
Size   : 285 k
Repo   : installed
Summary: A module for PHP applications for using the gd graphics library

Description:
 The php-mbstring package contains a dynamic shared object that will add
support for using the gd graphics library to PHP.


Available Packages
Name   : php-gd
Arch   : i386
Version: 4.3.10
Release: 3.2
Size   : 94 k
Repo   : updates
Summary: A module for PHP applications for using the gd graphics library
Description:
 The php-mbstring package contains a dynamic shared object that will add
support for using the gd graphics library to PHP.
rpm -qa | grep gd

Code: Select all

sysklogd-1.4.1-26_FC3
php-gd-4.3.11-2.8
gdbm-1.8.0-24
gd-2.0.28-1.30.1

I don't get it.
Downgrade to 4.3.10, so it will recongize it?
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 »

gd is internal to my php rpms, so you dont need to install php-gd. Just ignore sitebuilder's requirements, the functionality is in there.
drweird13
New Forum User
New Forum User
Posts: 4
Joined: Tue Nov 15, 2005 4:22 pm

Unread post by drweird13 »

How do you tell yum to ignore php-gd requirements.

Thanks.
drweird13
New Forum User
New Forum User
Posts: 4
Joined: Tue Nov 15, 2005 4:22 pm

Unread post by drweird13 »

I just went to mysql.com downloaded the mysql rpm, installed it with no problems so far. Still checking to make sure everything went ok.
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 »

Its sitebuilder thats got the dependency, try removing it first and see what happens.
Post Reply