我们试图在Redhat linux上安装openstack devstack。当我执行下面的命令时

      [stack@xyz123 devstack]$ ./stack.sh

在安装过程中,我们遇到了以下错误。
   Removing mariadb-libs.x86_64. 1:5.5.47.1.el7_2 - u due to obsoletes from installed mysql-community-libs-5.7.12-1.el7/x86_64
   Restarting dependency Resolution with new changes
   Running transaction check
   Package mariadb-libs.x86_64. 1:5.5.47.1.el7_2 will be installed
   Processing Dependency : mariadb-libs = 1.5.5.47-1.el7_2 for package: 1: mariadb-devel-5.5.47-1
  Finished dependency resolution
  Error : Package : 1: maria-db-devel-5.5.47-1/el7_2
             Requires: mariadb-libs(x86-64)= 1:5.5.47-1.el7_2
            Available: 1:mariadb-libs-5.5.35-3.el7.x86_64
                    mariadb-libs(x86-64) =1:5.5.35-3.el7
   You could try using --skip-broken to work around the problem
   You could try running: rpm -VA --nofiles --nodigest

注意:MySQL已经安装在我的机器上了。我不能删除MySQL,因为它正被其他一些用户使用。

最佳答案

由于devstack是一个开发工具,所以最好将其安装在VM或进行开发的单独计算机中。

关于linux - 在openstack-devstack安装过程中遇到错误?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/39361032/

10-12 21:38