Bonjour,

J'ai un soucis d'installation de Maria-db sous Redhat 5 (Red Hat Enterprise Linux Server release 5.8 (Tikanga)) :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[root@localhost ~]# sudo yum install MariaDB-server MariaDB-client
Loaded plugins: product-id, security, subscription-manager
Updating Red Hat repositories.
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package MariaDB-client.i386 0:5.5.37-1 set to be updated
--> Processing Dependency: MariaDB-common for package: MariaDB-client
---> Package MariaDB-server.i386 0:5.5.37-1 set to be updated
--> Processing Dependency: perl(DBI) for package: MariaDB-server
--> Running transaction check
---> Package MariaDB-common.i386 0:5.5.37-1 set to be updated
---> Package MariaDB-server.i386 0:5.5.37-1 set to be updated
--> Processing Dependency: perl(DBI) for package: MariaDB-server
--> Finished Dependency Resolution
MariaDB-server-5.5.37-1.i386 from mariadb has depsolving problems
  --> Missing Dependency: perl(DBI) is needed by package MariaDB-server-5.5.37-1.i386 (mariadb)
Error: Missing Dependency: perl(DBI) is needed by package MariaDB-server-5.5.37-1.i386 (mariadb)
 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.
Perl(DBI) semble être bien installé :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
[root@localhost ~]# perl -MCPAN -e shell
 
There seems to be running another CPAN process (pid 1347).  Contacting...
Other job not responding. Shall I overwrite the lockfile '/root/.cpan/.lock'? (Y/n) [y] y
 
cpan shell -- CPAN exploration and modules installation (v2.05)
Enter 'h' for help.
 
                                                                                                                                                                                                     cpan[1]> install DBI
Reading '/root/.cpan/Metadata'
  Database was generated on Fri, 16 May 2014 02:41:02 GMT
DBI is up to date (1.631).
MERCI D'AVANCE