我正在尝试将MySQL包升级到5.5。 (亚马逊形象 – ami-cc5af9a5) 有5.1版本的mysql-libs无法卸载,因为postfix依赖于它。 但是我不能升级到5.5版本,除非我卸载这个5.1 lib版本的mysql。 # rpm -qa | grep -i mysql mysql-libs-5.1.61-4.el6.x86_64 # rpm -e mysql-libs-5.1.61-4.el6.x86_64 error: Failed dependencies: libmysqlclient.so.16()(64bit) is needed by (installed) postfix-2:2.6.6-2.2.el6_1.x86_64 libmysqlclient.so.16(libmysqlclient_16)(64bit) is needed by (installed) postfix-2:2.6.6-2.2.el6_1.x86_64 mysql-libs is needed by (installed) postfix-2:2.6.6-2.2.el6_1.x86_64 有人可以让我知道如何升级到MySQL 5.5而不影响其他包? 我已经下载了rpm,因为yum安装/升级不起作用,因为它内置了5.1版本。
这里的软件包有什么区别? mysql,mysql-server和mysql-devel 我正在安装一个SQL服务器来使用PHP,但是我发现这三个包,我不知道要使用哪个。
我有一个CentOS 6.3 x86_64服务器,我正在尝试安装lighttpd。 我使用以下方法在服务器上安装了EPEL回购: rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-7.noarch.rpm 然后我尝试使用以下命令安装lighttpd: yum install lighttpd lighttpd-fastcgi 该命令输出以下内容: Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * Webmin: download.webmin.com * base: ftp.usf.edu * epel: mirrors.rit.edu * extras: ftp.usf.edu * updates: ftp.usf.edu Setting up Install Process Resolving Dependencies –> Running transaction check —> Package lighttpd.x86_64 0:1.4.31-1.el5 will be installed –> […]
我想要做的是与本地存储库/目录的USB磁盘离线安装(或升级)的Linux服务器。 为什么! 简单的说,我正在维护大量的星号IP PBX-es,星号(和dahdi,…)是针对内核源码构build的,如果内核版本发生变化(与我习惯的build立),那么这是一场等待发生的灾难。 现在,我的想法是将安装在一台服务器(开发)上的所有rpm / srpm放在一起,并将所有其他服务器安装/升级到相同版本的rpm。 简单的方法是强制YUM下载所有已安装的rpm到某个目录,然后将它们复制到usb-flash_disk并在所有其他服务器上执行“yum install ./*.rpm”! 那么我有所有的系统在同一修订! 问题是:如何告诉YUM(仅)下载所有安装的rpm?
我相信我错过了一些常用的git插件,例如gitk ,我怀疑这是因为我安装了git sudo yum install git 作为该包列表的信息: : The git rpm installs the core tools with minimal dependencies. To : install all git packages, including tools for integrating with : other SCMs, install the git-all meta-package. 好的。 我想安装git-all meta-package。 然而,我天真的尝试这样做,用sudo yum install git-all告诉我没有包git-all 。 这是我的百胜repolist: repo id repo name status epel Extra Packages for Enterprise […]
CentOS编号如何工作? 主要版本是“在点之前”,例如5.x和6.x,就我所知而言,稍微有些变化。 问题: 如果我在6.1系统上进行yum update ,它会更新到6. current ? 是否有可能通过yum update从6.x安全地升级到6.y ? 是否有可能通过yum update从5.x安全地升级到6.x ? 这些部分是什么意思? 内核更新在左边部分? 还是在正确的部分? 会有一个原因和方法来保持操作系统“locking”在6.1? 这些可能是非常基本的问题,但我似乎无法find一个好的答案。
我正在使用新安装的CentOS 6.4(x86-64)和EPEL库。 $ yum install nodejs … $ node -v v0.10.5 到目前为止,这么好,但是当我尝试安装npm ,我会得到这个错误消息: $ yum install npm Loaded plugins: fastestmirror, refresh-packagekit, security Loading mirror speeds from cached hostfile * base: ftp.halifax.rwth-aachen.de * epel: mirror.fraunhofer.de * extras: centos.psw.net * updates: centos.psw.net Setting up Install Process Resolving Dependencies –> Running transaction check —> Package npm.noarch 0:1.2.17-5.el6 will […]
我已经运行在shell命令下按照ZeroMQ网站安装PHP-ZMQ: sudo pear channel-discover pear.zero.mq sudo pecl install pear.zero.mq/zmq-beta 以下是安装的痕迹: downloading zmq-1.0.6.tgz … Starting to download zmq-1.0.6.tgz (23,880 bytes) ……..done: 23,880 bytes 10 source files, building running: phpize Configuring for: PHP Api Version: 20090626 Zend Module Api No: 20090626 Zend Extension Api No: 220090626 building in /var/tmp/pear-build-rootwCcLwT/zmq-1.0.6 running: /var/tmp/zmq/configure checking for egrep… grep -E checking […]
我是systemd的新手,并试图将内部应用程序打包为rpm,以便安装在systemd主机(RHEL7)上。 rpm尝试将systemd.service-file: myapp.service放入: / etc / systemd / system 但是,这产生了一个错误,我不明白: file /etc/systemd from install of myapp-0:1-.i386 conflicts with file from package systemd-219-19.el7.x86_64 file /etc/systemd/system from install of myapp-0:1-.i386 conflicts with file from package systemd-219-19.el7.x86_64 并且安装中止。 .service-file中与安装相关的内容是: [Unit] Description=MyApp After=syslog.target network.target activemq.service Requires=activemq.service [Install] WantedBy=multi-user.target [Service] Type=simple … 任何想法可能是什么冲突? 或者如何解决问题? 编辑 :从gradle生成文件添加rpm东西: myappRpm { dependsOn build […]
这似乎是我的php-common-5.2.10-1.el5.centos的版本比被要求作为php-xml的依赖的新版本,当我尝试使用yum install php-xml php-xml yum install php-xml 。 要求的相关软件包是php-common = 5.1.6-34.el5_8 ,如rpm -qa |grep php 。 那么我将如何强制php-xml使用我已经拥有的更高版本? (这似乎是在相关的SF问题的问题的根源: php-xml安装抱怨的依赖php-common但已经安装(CentOS) ) 更新 输出: yum repolist rpm -qi php-common (按照@ewwhite的要求)如下: [root@dtsrvishvt2 ~]# yum repolist Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: centos.mirroring.pulsant.co.uk * extras: centos.mirroring.pulsant.co.uk * updates: centos.mirroring.pulsant.co.uk Reducing CentOS-5 Testing to included […]