【发布时间】:2016-02-25 10:34:57
【问题描述】:
我正在尝试在我的专用服务器上安装GitLab,但没有成功。
服务器信息:
- CENTOS 6.7 x86_64 标准
- WHM 11.52.1(构建 2)
我尝试了this 指南,但我不断收到以下错误:
Loaded plugins: fastestmirror, security
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: centos.mirror.ca.planethoster.net
* epel: mirrors.mit.edu
* extras: centos.mirror.iweb.ca
* updates: centos.mirrors.atwab.net
Resolving Dependencies
--> Running transaction check
---> Package postfix.x86_64 2:2.6.6-6.el6_7.1 will be installed
--> Processing Dependency: mysql-libs for package: 2:postfix-2.6.6-6.el6_7.1.x86_64
--> Finished Dependency Resolution
Error: Package: 2:postfix-2.6.6-6.el6_7.1.x86_64 (updates)
Requires: mysql-libs
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
当我运行以下命令时:
sudo yum install postfix
我收到以下错误:
Loaded plugins: fastestmirror, security
Setting up Install Process
Loading mirror speeds from cached hostfile
epel/metalink | 12 kB 00:00
* base: centos.mirror.iweb.ca
* epel: mirrors.mit.edu
* extras: centos.mirrors.atwab.net
* updates: centos.mirror.netelligent.ca
base | 3.7 kB 00:00
epel | 4.3 kB 00:00
epel/primary_db | 5.8 MB 00:00
extras | 3.4 kB 00:00
updates | 3.4 kB 00:00
updates/primary_db | 2.6 MB 00:00
virtualbox/signature | 198 B 00:00
virtualbox/signature | 951 B 00:00 ...
No package mysql-libs available.
Error: Nothing to do
当我运行以下命令时:
sudo yum install mysql-libs
【问题讨论】:
-
奇怪:documentation.cpanel.net/display/1150Docs/11.50+Release+Notes 包括升级到 cPanel 和 WHM 版本 11.50.0.11 或更高版本由于与 Exim RPM 冲突而强制删除以下 RPM:后缀。后缀未在documentation.cpanel.net/display/1150Docs/Third-Party+Software 中列出。
-
为什么你不能在尝试安装 postfix 之前运行
sudo yum install mysql-libs? -
@jeanMarcAssin 检查更新的问题
-
我认为您可能需要在安装 postfix 之前删除 exim。我不确定 EL 系统是否允许多个 MTA,但我知道它至少需要一个。
标签: gitlab centos6 postfix-mta