解决方法:[root]$cd /usr/lib64/python2.6/lib-dynload[root]$ln -s /lib64/libexpat.so.1.5.2 libexpat.so.0[root]$  vim /etc/profileexport LD_LIBRARY_PATH=/usr/lib64/python2.6/lib-dynload:.:/lib64:$LD_LIBRARY    _PATH RHEL6.5 Input Method出错信息1.Exception Value…
]$ sudo yum install libnotify*Loaded plugins: fastestmirror, refresh-packagekit, securitySetting up Install ProcessRepository base is listed more than once in the configurationRepository updates is listed more than once in the configurationRepository…
当使用docker cp 将容器内数据拷贝至主机时,或是使用docker export 命令归档容器文件时,出现下述异常: Error response from daemon: error processing tar file: docker-tar: relocation error: /lib/x86_64-linux-gnu/libnss_files.so.2: symbol __libc_readline_unlocked, version GLIBC_PRIVATE not def…
在建立一个错误的软连接到ld-linux-x86-64.so.2时,悲剧就这么发生了.此时大部分命令都不能使用,SSH当然也不能登录了.这个时候一定不要退出终端. 有人说那就把软连接复原吧,可是ln也同样无法使用...这时候我们就可以使用可爱的sln命令就可以了,哈哈. lsn /usr/lib64/.so.…
[root@frontend01 yum.repos.d]# cd /etc/yum.repos.d;wget http://rpms.adiscon.com/v8-stable/rsyslog.repo --2016-09-26 10:25:40-- http://rpms.adiscon.com/v8-stable/rsyslog.repo Resolving rpms.adiscon.com... 45.55.202.239 Connecting to rpms.adiscon.com|4…
是因为yum动态库使用了新安装libcurl库导致的.使用ldd查看动态库依赖关系: ldd /usr/lib64/python2.7/site-packages/pycurl.so 删除动态库配置中的新的curl路径即可 [root@localhost curl-7.65.3]# vim /etc/ld.so.conf 删除curl的路径 /usr/local/curl/lib/ [root@localhost lib64]# ldconfig  //立即生效 验证yum命令是否可以正常执行…
升级python2.6到2.7后,执行ansible后一直显示警告,如标题所示. 因为安装ansible,使用的是yum的方式,而yum使用的是python2.6,所以ansible安装环境为python2.7 解决方式: 卸载安装的ansible,使用pip(python2.7)重新安装ansible即可…
https://www.jb51.net/article/142787.htm gn gn  问题如何解决?????…
解决办法: 在radhat 或者centos系统中运行一下命令即可:yum install libXext.x86_64yum install libXrender.x86_64yum install libXtst.x86_64…
如果是64位系统报错信息如下: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by 原因是没有GLIBCXX_3.4.15版本,或是更高的版本.输入命令查询一下结果: [root@localhost ~]# strings /usr/lib/libstdc++.so.6 | grep GLIBCXXGLIBCXX_3.4GLIBCXX_3.4.1GLIBCXX_3.4.2GLIBCXX_3.4.3G…