在安装iRedMail时,我碰到了一些旧的软件包由Remi回购安装或更新的问题。 我现在禁用了epel和remi repos,运行yum update all ,当我尝试安装iRedMail时,仍然出现这个错误。 Error: Package: php-pecl-apc-3.1.9-2.el6.x86_64 (base) Requires: php(zend-abi) = 20090626 Installed: php-common-5.4.30-1.el6.remi.x86_64 (@remi) php(zend-abi) = 20100525-x86-64 Available: php-common-5.3.3-26.el6.x86_64 (base) php(zend-abi) = 20090626 Available: php-common-5.3.3-27.el6_5.x86_64 (updates) php(zend-abi) = 20090626 Error: Package: php-ldap-5.3.3-27.el6_5.x86_64 (updates) Requires: php-common(x86-64) = 5.3.3-27.el6_5 Installed: php-common-5.4.30-1.el6.remi.x86_64 (@remi) php-common(x86-64) = 5.4.30-1.el6.remi Available: php-common-5.3.3-26.el6.x86_64 (base) php-common(x86-64) = 5.3.3-26.el6 Available: php-common-5.3.3-27.el6_5.x86_64 (updates) […]
我可以使用一些帮助获得安装在EC2服务器上的SOX 。 我的EC2服务器完全是“香草”,正在使用亚马逊Linux AMI(3.4.37-40.44.amzn1.x86_64)。 我能find的大部分SOX安装说明都使用了apt-get,而这在Amazon Linux EC2服务器上是不可用的。 由于我找不到任何安装SOX的“yum”指令,我决定尝试自己编译源代码。 以下是我采取的步骤: 1)我已经安装了Git,所以我可以跳过这一步。 2)我克隆sox仓库使用: sudo git clone git://sox.git.sourceforge.net/gitroot/sox/sox 进入sox目录,我可以看到这些文件: 3)接下来,我在EC2服务器上安装了开发工具: sudo yum groupinstall "Development Tools" 4)我阅读INSTALL文件中的说明,其中说: 要使用您的平台的默认configuration来编译和安装SoX(可执行文件,库,手册页),请运行以下命令: ./configure make -s make install 按照这些说明,我input: sudo ./configure 并得到了错误: (Bash:./install:没有这样的文件或目录) 任何帮助将非常感激。 ===更新==== 为了回应迈克尔·汉普顿的评论,我曾试过“yum安装sox”。 对不起,我忘了提及它。 但它不起作用。 结果如下:
今天早些时候,我从OpenLogic提供的图像中新build了一个Azure中的CentOS。 当我尝试用yum update来更新系统时,我得到: Loaded plugins: security http://olcentgbl.trafficmanager.net/centos/6/os/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 6 – "Couldn't resolve host 'olcentgbl.trafficmanager.net'" Trying other mirror. http://olcentgbl.trafficmanager.net/centos/6/extras/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 6 – "Couldn't resolve host 'olcentgbl.trafficmanager.net'" Trying other mirror. ..还有两个… Setting up Update Process No Packages marked for Update 主机名已更改或暂时不可用? 关心Niklas
我一直在轻松appache上遇到以下错误 ! 服务器的系统包pipe理器'YUM'失败。 ! !! This is the command that failed: yum -y install gettext automake19 libstdc++.x86_64 libpng-devel readline-devel openssl libpng-dev zlib-devel autoconf261 libidn-devel gmake libidn libXpm openssl-devel automake coreutils patch libltdl3-devel libltdl libopenssl0.9.7-static-devel readline-dev libtool-ltdl-devel libXpm-devel sed libXpm-dev lsof krb5-dev flex glibc-dev expat-dev krb5-devel libstdc++-devel.x64_64 xorg-x11-devel libtool-ltdl libssl-dev pam-devel libopenssl0-devel zlib1-devel expat-devel libopenssl0-dev glibc-devel […]
我试图(有点绝望地)把没有RedHat合约的RHEL 4服务器转换成CentOS 4,准备将其升级到CentOS 5,因为“shellshock”。 我正在按照这里find的说明: http : //community.spiceworks.com/how_to/show/1496-convert-a-rhel4-linux-server-to-a-centos-4-server适当的版本变化(4.9 )和架构(i386)。 CentOS在这里有4.9的历史文件: http : //vault.centos.org/4.9/os/i386/CentOS/RPMS/ 我得到了尽可能在说明中: yum install yum-plugin-protectbase.noarch yum-plugin-priorities.noarch yum-plugin-fastestmirror.noarch失败: not using ftp, http[s], or file for repos, skipping – 4 is not a valid release or hasnt been released yet Cannot find a valid baseurl for repo: update Error: Cannot find a valid baseurl for […]
当我尝试运行任何PHP脚本与我的用户在shell中,我得到以下警告: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/ssh2.so' – /usr/lib64/php/modules/ssh2.so: cannot open shared object file: No such file or directory in Unknown on line 0 ssh2.so似乎被安装。 如果我使用root用户,我不会得到这个错误。 从我看到的所有内容,即使是用户,无论此警告如何,脚本都能成功执行。 我的php.ini文件显示如下: extension=ssh2.so 我在RHEL6上运行nginx(不支持)。 我已经读过服务器故障的其他问题,一直没能find一个解决scheme,在这里解决我的问题。 这里有一些数据: root $ php -m | grep ssh2 (Nothing returned) myuser $ php -m | grep ssh2 PHP Warning: PHP […]
首先我知道这是一个完整的混乱,但由于一些开发人员遗留代码(硬编码值),我不得不在64位机器上安装32位的rpm。 cat /etc/redhat-release CentOS release 6.5 (Final) 问题是,当我试图安装任何软件包同时拖动32以及64位RPM,我意识到这一事实 multilib_policy=all(by default) 所以它试图拉两个包,因为这是一个64位机甚至设置multilib_policy =最好不会帮助,所以我尝试排除它在yum.conf使用 exclude=*.x86_64 但仍然没有运气。任何帮助表示赞赏。 yum install gcc Setting up Install Process Resolving Dependencies –> Running transaction check —> Package gcc.x86_64 0:4.4.7-3.el6 will be updated —> Package gcc.i686 0:4.4.7-4.el6 will be an update
我有一个CentOS 6.6服务器,我尝试了一些从rpmforge和rpmforge和extras的软件包。 我做了一个yum更新与启用回购,并得到了很多东西更新。 现在我想倒退并replace所有.rf和.rfx包,并用standar reposreplace它们。 那可能吗? 谢谢!
我已经添加了“EPEL”回购: Loaded plugins: changelog, downloadonly, fastestmirror, presto Loading mirror speeds from cached hostfile * elrepo: repos.mia.lax-noc.com * epel: epel.gtdinternet.com * remi-safe: remi.xpg.com.br * rpmforge: mirror.rit.edu repo id repo name status base CentOS-6 – Base 6,518 elrepo ELRepo.org Community Enterprise Linux Repository – el6 333 epel Extra Packages for Enterprise Linux 6 – x86_64 11,743 extras […]
我试图在我的6.7上安装ejabberd。 当我GOOGLE了,我发现我需要启用EPEL,我仍然没有成功。 为了yum repolist出来 [root@static ~]# yum repolist Failed to set locale, defaulting to C Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.saglayici.com * epel: epel.mirror.srv.co.ge * extras: mirror.saglayici.com * updates: mirror.saglayici.com repo id repo name status base CentOS-6 – Base 6575 epel Extra Packages for Enterprise Linux 6 – x86_64 […]