码迷,mamicode.com
首页 >  
搜索关键字:lib64    ( 576个结果
尝试在centos5下运行phantomjs2
在redhat5上运行plantomjs 2,出现如下错误 bin/phantomjs: /lib64/libz.so.1: no version information available (required by bin/phantomjs)bin/phantomjs: /usr/lib64/l
分类:Web程序   时间:2016-03-20 16:01:24    阅读次数:581
设置环境变量
1:在shell下可以直接敲下面的命令 export PKG_CONFIG="usr/lib64" 如果路径有多个,中间则用冒号分割 export PKG_CONFIG="usr/lib64":"/usr/bin/" 注意此环境变量只对当前的shell有效。 2:也可以修改/etc/profile文
分类:其他好文   时间:2016-03-18 19:42:13    阅读次数:148
memcached 源代码安装
1首先要安装libeventtar-xzvf libevent-2.0.21-stable.tar.gzcd libevent-2.0.21-stable./configuremakemake install下面必须要做,否则启动报错ln-s /usr/lib/libevent-2.0.so.5/usr/lib64/libevent-2.0.so.52memcached安装cdmemcached-1.4.25./configure &&make&..
分类:系统相关   时间:2016-03-14 16:57:06    阅读次数:234
软件包管理—rpm
基础了解软件包,顾名思义就是由多个软件组成的软件包。软件包的组成主要有四大部分:1、二进制程序。主要存在与系统的/bin,/sbin,/usr/bin,/usr/sbin,/usr/local/bin,/usr/local/sbin.2、库文件。存在于/lib,/lib64,/usr/lib,/usr/lib64,/usr/local/lib,/usr/local/lib643、配..
分类:其他好文   时间:2016-03-14 02:02:12    阅读次数:195
linux 文件系统及基础命令 (亢龙有悔.)
linux文件系统及基础命令命令详解及范例:1.pwd:此命令为显示工作目录[root@lwmsysconfig]#pwd/etc/sysconfig2.echo:此命令为回显示命令[root@lwmsysconfig]#echo$PATH/usr/lib64/qt3.3/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root3.cd:此命令为..
分类:系统相关   时间:2016-03-06 17:46:33    阅读次数:309
CentOS 救援模式 (rescue installed system)修复损坏系统
前段时间遇到开发人员更新glibc版本,把/usr/lib64/libc-2.12.so&libc.so.6->libc-2.12.so这个软连接更改之后导致报错:ls:errorwhileloadingsharedlibraries:libc.so.6:cannotopensharedobjectfile:Nosuchfileordirectory无法远程登录,终端也无法登录,也无法单用户登..
分类:其他好文   时间:2016-02-26 19:04:33    阅读次数:1187
php make报错undefined reference to symbol
/usr/bin/ld:ext/phar/.libs/util.o:undefinedreferencetosymbol‘EVP_DigestInit@@libcrypto.so.10‘/usr/bin/ld:note:‘EVP_DigestInit@@libcrypto.so.10‘isdefinedinDSO/lib64/libcrypto.so.10sotryaddingittothelinkercommandline/lib64/libcrypto.so.10:couldnotreadsymbols:..
分类:Web程序   时间:2016-02-26 12:30:54    阅读次数:237
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/module.so'
CentOS6.4 64位运行php时出现错误: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/module.so' - /usr/lib64/php/modules/module.s
分类:Web程序   时间:2016-02-24 15:39:51    阅读次数:141
haproxy ssl 配置方式
haproxy代理ssl有两种方式1、haproxy本身提供ssl证书,后面的web服务器走正常的http2、haproxy本身只提供代理,后面的web服务器https第一种方式需要编译haproxy支持ssl,编译参数:makeTARGET=linux26USE_OPENSSL=1ADDLIB=-lzlddhaproxy|grepssllibssl.so.10=>/usr/lib64/li..
分类:其他好文   时间:2016-02-11 06:46:45    阅读次数:289
centos 6.4下安装oracle 11hg rac 参数
cat/etc/security/limits.conf<<EOFgridsoftnproc2047gridhardnproc16384gridsoftnofile1024gridhardnofile65536oraclesoftnproc2047oraclehardnproc16384oraclesoftnofile1024oraclehardnofile65536EOFecho"sessionrequired/lib64/security/pam_limits.so">>/etc/..
分类:数据库   时间:2016-02-02 15:20:00    阅读次数:285
576条   上一页 1 ... 40 41 42 43 44 ... 58 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!