british.assassin
18th June 2006, 22:58
Hi
I have been trying to upgrade my CentOS 4.3 system to PHP5 and MySQL 5. I have managed PHP5, but keep on getting an error with MySQL5.
This is how I went about it.
1. I created a file called CentOS-Testing.repo in /etc/yum.repos.d/ and in it, put the following information
[c4-testing]
name=CentOS-4 Testing
baseurl=http://dev.centos.org/centos/$releasever/testing/$basearch/
enabled=1
gpgcheck=1
gpgkey=http://dev.centos.org/centos/RPM-GPG-KEY-CentOS-testing
2. Entered yum update mysql mysql-devel mysql-server
After this, I get the following error:
Downloading Packages:
warning: rpmts_HdrFromFdno: V3 DSA signature: NOKEY, key ID 7203f491
Public key for mysql-5.0.18-2.1.c4.x86_64.rpm is not installed
Retrieving GPG key from http://dev.centos.org/centos/RPM-GPG-KEY-CentOS-testingaa
GPG key retrieval failed: [Errno 4] IOError: HTTP Error 404: Not Found
I have searched the mirror and have found no sign of a file called RPM-GPG-KEY-CentOS-testingaa
but I have found a file called RPM-GPG-KEY-CentOS-testing. I assume that this is the file it needs to find. My question is, how do i make it look for this file instead of the incorrect one?
TIA
british.assassin
I have been trying to upgrade my CentOS 4.3 system to PHP5 and MySQL 5. I have managed PHP5, but keep on getting an error with MySQL5.
This is how I went about it.
1. I created a file called CentOS-Testing.repo in /etc/yum.repos.d/ and in it, put the following information
[c4-testing]
name=CentOS-4 Testing
baseurl=http://dev.centos.org/centos/$releasever/testing/$basearch/
enabled=1
gpgcheck=1
gpgkey=http://dev.centos.org/centos/RPM-GPG-KEY-CentOS-testing
2. Entered yum update mysql mysql-devel mysql-server
After this, I get the following error:
Downloading Packages:
warning: rpmts_HdrFromFdno: V3 DSA signature: NOKEY, key ID 7203f491
Public key for mysql-5.0.18-2.1.c4.x86_64.rpm is not installed
Retrieving GPG key from http://dev.centos.org/centos/RPM-GPG-KEY-CentOS-testingaa
GPG key retrieval failed: [Errno 4] IOError: HTTP Error 404: Not Found
I have searched the mirror and have found no sign of a file called RPM-GPG-KEY-CentOS-testingaa
but I have found a file called RPM-GPG-KEY-CentOS-testing. I assume that this is the file it needs to find. My question is, how do i make it look for this file instead of the incorrect one?
TIA
british.assassin