HP 4411s Install Red Hat Enterprise Linux 5.8)pick up from http://blog.chinaunix.net/uid-423637-id-3387338.htmlcd /etc/yum.repos.d/cp rhel-debuginfo.r...
分类:
系统相关 时间:
2015-03-29 14:53:50
阅读次数:
339
一、初始环境部署两台centos6.3均最小欢安装,初始化系统环境主机配置master:192.168.0.25024backup:192.168.0.24924vip:192.168.0.6624测试端:192.168.0.25224在两台主上均以下操作,配置本地yum源cd/etc/yum.repos.d/mvCentOS-Base.repoCentOS-Debuginfo.repoCentOS-Vaul..
分类:
Web程序 时间:
2015-03-12 15:21:20
阅读次数:
517
在CentOS6.5上用gdb调试时提示Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.132.el6.i686先修改/etc/yum.repos.d/CentOS-Debuginfo.repo里面的debuginfo...
分类:
数据库 时间:
2015-03-12 14:54:49
阅读次数:
866
问题描述:程序执行过程中显示诸如以下信息等多种情况:1.Missingseparatedebuginfos,use:debuginfo-installcompat-libstdc++-33-3.2.3-69.el6.x86_64glibc-2.12-1.149.el6_6.5.x86_64libgcc-4.4.7-11.el6.x86_64libstdc++-4.4.7-11.el6.x86_64
2.[stack]Aborted(coredumped)
3..
分类:
其他好文 时间:
2015-03-09 19:31:27
阅读次数:
230
mkdir-p/mnt/lpsisomount/tmp/RedHat-EL5-Security-PatchXXXXX.iso/mnt/lpsiso-oloopcd/mnt/lpsiso现在配置源点配置文件:cd/etc/yum.repos.dcp-prhel-debuginfo.repomy.repo//以rhel-debuginfo.repo为模版创建源点的配置文件my.repo的内容为:[root@bogonyum.repos.d]#lessmy...
分类:
其他好文 时间:
2015-01-17 23:39:00
阅读次数:
274
1.由于yum不能使用,无法安装gcc,需要配置yum源2.删除原来的/etc/yum.conf文件和/etc/yum.repo.d目录rm-rf/etc/yum.confrm-rf/etc/yum.repos.d/rhel-debuginfo.repo3.重新配置yum.confvi/etc/yum.conf[main]cachedir=/var/cache/yumkeepcache=1debuglevel=2logfile=/var/log/yu..
分类:
其他好文 时间:
2015-01-16 17:04:08
阅读次数:
430
下载:codeblocks-debuginfo-13.12-1.el6.x86_64.tar.xz解压: (1)xz -dcodeblocks-debuginfo-13.12-1.el6.x86_64.tar.xz (2)tar -xvfcodeblocks-debuginfo-13.12-1......
分类:
其他好文 时间:
2014-12-26 12:42:16
阅读次数:
129
#!/bin/bashread-p"请确认插入系统光盘,然后按Enter继续"mkdir-p/mnt/centos6.5mount/dev/cdrom/mnt/centos6.5cat>/etc/yum.repos.d/centos-debuginfo.repo<<EOF[Cluster]name=ClusterDirectorybaseurl=file:///mnt/centos6.5/Clusterenabled=1gpgcheck=0[ClusterSt..
分类:
其他好文 时间:
2014-11-28 06:35:03
阅读次数:
162
(1)错误提示:[root@gflinux4~]#yum-yinstallkernel-debuginfo-common-2.6.18-238.el5TherewasaproblemimportingoneofthePythonmodulesrequiredtorunyum.Theerrorleadingtothisproblemwas:NomodulenamedyumPleaseinstallapackagewhichprovidesthismodule,orverifythatthemodu..
分类:
其他好文 时间:
2014-11-10 15:47:54
阅读次数:
240
yum:通常来安装软件。默认获取rpm包是从国外CentOs官源下载!所以安装速度比较慢!我们要更换成国内的官源!rpm-ivh软件安装命令第一步:切换到yum的目录下:[root@liangenyu~]#cd/etc/yum.repos.d/第二步:[root@liangenyuyum.repos.d]#lsCentOS-Base.repoCentOS-Debuginfo.re..
分类:
系统相关 时间:
2014-11-04 06:53:33
阅读次数:
227