EPEL提供的软件包大多基于其对应的Fedora软件包,不会与企业版Linux发行版本的软件发生冲突或替换其文件. epel安装对应的rpm包 centos5 32位epel源下载地址: www.lishiming.net/data/attachment/forum/epel-release-5-4_32.noarch.rpm64位下载地址:  www.lishiming.net/data/attachment/forum/epel-release-5-4_64.noarch.rpmcentos…
在php扩展memcached中执行./configure --with-php-config=/usr/local/php/bin/php-config 报错: error: memcached support requires libmemcached. Use --with-lib memcached-dir...... 然后去安装libmemcached,但是yum安装的方式还是报错, 然后就考虑源码编译安装:(下载目录:)https://launchpad.net/libmemcach…
需要安装rabbitmq-c,rabbitmq-c是一个用于C语言的,与AMQP server进行交互的client库.下载了v0.5.2版本(https://github.com/alanxz/rabbitmq-c/releases/download/v0.5.2/rabbitmq-c-0.5.2.tar.gztar xvf rabbitmq-c-0.5.2.tarcd rabbitmq-c-0.5.2autoreconf -i./configure --prefix=/data/fistso…
yum install glusterfs-server yum 一直报错 把/etc/yum.repos.d 备份 删除了所有文件,从测试机192..168.59.128上同步过来 一直报错 已加载插件:fastestmirrorbase | 3.6 kB 00:00:00 http://mirror.centos.org/%24contentdir/7/storage/x86_64/gluster-4.1/repodata/repomd.xml: [Errno 14] HTTP Error…
php_screw 是一个 php 源代码加密扩展.首先来看一下 php_screw 在liunx下是如何安装的 首先 去源完整下载 安装包,现在的最新版是 1.5,我们就用1.5 来做个实例 如果有最新版,可以在 http://sourceforge.net/projects/php-screw/files/php-screw/ 查看,下载地址也可以更新哦 开始下载 wget http://sourceforge.net/projects/php-screw/files/latest/down…
原文:https://blog.csdn.net/harbor1981/article/details/51135623 我们用yum安装软件时,经常发现我们的yum源里面没有该软件,需要自己去wget,然后configure,make,make install,太折腾了. 其实,CentOS还有一个源叫做 EPEL (Extra Packages for Enterprise),里面有1万多个软件,比163的源还强,强烈建议安装. 1.安装前,我们先看一下我们现有的源: 如图所示,当前源有81…
linux安装tomcat后启动报错: Cannot find ./catalina.shThe file is absent or does not have execute permissionThis file is needed to run this program 原因:无权限 解决方法: 1. chmod +x /usr/tomcat7/bin/*.sh (亲测可用) 2. chmod 755 /usr/tomcat7/bin/*.sh 3. chmod 777 /usr/tomc…
我们用yum安装软件时,经常发现我们的yum源里面没有该软件,需要自己去wget,然后configure,make,make install,太折腾了. 其实,CentOS 还有一个源叫做 EPEL (Extra Packages for Enterprise),里面有1万多个软件. 1.安装前,我们先看一下我们现有的源: 如图所示,当前源有11864个软件. 2.安装EPEL YUM源 打开 http://mirrors.kernel.org/fedora-epel/ 我的版本是CentOS7…
安装Oracle 11gR2,报错:[INS-06101] IP address of localhost could not be determined 出现这种错误是因为主机名和/etc/hosts 文件不一致. 1./etc/sysconfig/network[root@rac2 11.2.2]# cat /etc/sysconfig/networkNETWORKING=yesHOSTNAME=rac2 2./etc/hosts[root@rac2 11.2.2]# vi /etc/hos…
基本上如果安装vmtools时报错的错,首先记录一下报错信息 例如,本次遇见的就是 /tmp/modconfig-8mD7iy/vmhgfs-only/page.c:1625:23: 错误:提供给函数'wait_on_bit'的实参太多 TASK_UNINTERRUPTIBLE); 这个报错都是因具体情况而有所不同的,处理的方法基本上是一样的 先运行uname -a看看centos的内核版本 Linux localhost.localdomain 3.10.0-514.2.2.el7.x86_6…