Topic: Installation MySQL 5.5 sous CentOS 5.6

Bonsoir Remi,
je viens de passer deux bonnes heures à essayer d'installer MySQL 5.5 sur un dédié en CentOS 5.6, le message d'erreur qui m'est renvoyé est le suivant :

http://rpms.famillecollet.com/fedora/5/ … repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
http://remi-mirror.dedipower.com/fedora … repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
http://remirpm.mirror.gymkl.ch/fedora/5 … repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: remi. Please verify its path and try again

Est-ce que ça te parle ?
Merci.

Sylvain.

Re: Installation MySQL 5.5 sous CentOS 5.6

Il semble que tu as configuré le dépôt pour "fedora" au lieu de celui pour "enterprise linux",

Voir : Configuration

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: Installation MySQL 5.5 sous CentOS 5.6

Bonjour,
effectivement le nom des repos était commenté et ça prenait des mirrors inadaptés.

En revanche l'installation me sort le conflit suivant :


--> [root@30318hd38049 ~]# yum --enablerepo=remi,remi-test install mysql mysql-server
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * atomic: www7.atomicorp.com
 * base: mirrors.ircam.fr
 * epel: mirrors.ircam.fr
 * remi: rpms.famillecollet.com
 * remi-test: rpms.famillecollet.com
 * updates: mirrors.ircam.fr
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package mysql.i386 0:5.1.57-1.el5.art set to be updated
--> Processing Dependency: mysql-libs = 5.1.57-1.el5.art for package: mysql
---> Package mysql.x86_64 0:5.5.12-1.el5.remi set to be updated
--> Processing Dependency: mysql-libs = 5.5.12-1.el5.remi for package: mysql
---> Package mysql-server.i386 0:5.1.57-1.el5.art set to be updated
---> Package mysql-server.x86_64 0:5.5.12-1.el5.remi set to be updated
--> Running transaction check
---> Package mysql-libs.i386 0:5.1.57-1.el5.art set to be updated
---> Package mysql-libs.x86_64 0:5.1.57-1.el5.art set to be updated
---> Package mysql-libs.x86_64 0:5.5.12-1.el5.remi set to be updated
---> Package php-mysql.x86_64 0:5.3.6-3.el5.remi set to be updated
--> Processing Dependency: php-pdo = 5.3.6-3.el5.remi for package: php-mysql
--> Running transaction check
---> Package php-pdo.x86_64 0:5.3.6-3.el5.remi set to be updated
--> Processing Dependency: php-common = 5.3.6-3.el5.remi for package: php-pdo
--> Running transaction check
--> Processing Dependency: php-common = 5.3.6-3.el5.art for package: php-xml
--> Processing Dependency: php-common = 5.3.6-3.el5.art for package: php-mbstring
--> Processing Dependency: php-common = 5.3.6-3.el5.art for package: php-gd
--> Processing Dependency: php-common = 5.3.6-3.el5.art for package: php-cli
--> Processing Dependency: php-common = 5.3.6-3.el5.art for package: php-imap
--> Processing Dependency: php-common = 5.3.6-3.el5.art for package: php
---> Package php-common.x86_64 0:5.3.6-3.el5.remi set to be updated
--> Running transaction check
---> Package php.x86_64 0:5.3.6-3.el5.remi set to be updated
---> Package php-cli.x86_64 0:5.3.6-3.el5.remi set to be updated
---> Package php-gd.x86_64 0:5.3.6-3.el5.remi set to be updated
---> Package php-imap.x86_64 0:5.3.6-3.el5.remi set to be updated
---> Package php-mbstring.x86_64 0:5.3.6-3.el5.remi set to be updated
---> Package php-xml.x86_64 0:5.3.6-3.el5.remi set to be updated
--> Processing Conflict: mysql-server conflicts MySQL-server
--> Processing Conflict: mysql conflicts MySQL
--> Finished Dependency Resolution
mysql-5.5.12-1.el5.remi.x86_64 from remi has depsolving problems
  --> mysql conflicts with mysql
mysql-server-5.5.12-1.el5.remi.x86_64 from remi has depsolving problems
  --> mysql-server conflicts with mysql-server
Error: mysql conflicts with mysql
Error: mysql-server conflicts with mysql-server
 You could try using --skip-broken to work around the problem
 You could try running: package-cleanup --problems
                        package-cleanup --dupes
                        rpm -Va --nofiles --nodigest
The program package-cleanup is found in the yum-utils package.

Merci.

Re: Installation MySQL 5.5 sous CentOS 5.6

...
 * atomic: www7.atomicorp.com
...
--> Processing Conflict: mysql-server conflicts MySQL-server
--> Processing Conflict: mysql conflicts MySQL

Tu ne peux pas utiliser les dépôts "remi" et "atomic" (faut choisir son camp).

Et il faut virer les paquets venant de chez MySQL.

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: Installation MySQL 5.5 sous CentOS 5.6

J'ai fais quelques essais avant de trouver tes dépôts,
je vais nettoyer tout ça ! wink

Merci !