首先下载tar包地址http://www.python.org/ftp/python下载好之后解压tarxjvf在安装python时下载好tar包在./configure时报错提示configure:error:noacceptableCcompilerfoundin$PATH查资料得知是缺少gcc组件安装gcc组件即可再次进行./configure不再报错make&&makeinstall..
分类:
编程语言 时间:
2014-09-17 15:35:03
阅读次数:
190
LNMP搭建wordpress[root@lvs2wordpress]#uname-aLinuxlvs22.6.32-358.el6.x86_64#1SMPFriFeb2200:31:26UTC2013x86_64x86_64x86_64GNU/Linux[root@lvs2wordpress]#serviceiptablesstop#cat/etc/sysconfig/selinuxSELINUX=disabled安装gcc编译器及相关工具和依赖库:[root@rj2014..
分类:
其他好文 时间:
2014-09-17 15:28:13
阅读次数:
408
查看python的版本[root@localhost ~] python -V Python 2.4.31.先安装GCCyum -y install gcc如果安装gcc 出错,yum distro-syncyum clean all 2.下载Python-2.7.2[root@localhost ...
分类:
编程语言 时间:
2014-09-14 00:03:06
阅读次数:
262
主要是运行trinity的时候报错,提示gcc版本太低,又没有root权限,所以就查找了下没有root权限安装gcc,以及依赖的软件从svn checkout svn://gcc.gnu.org/svn/gcc/trunk拿了GCC的最新代码,打算编译了学东西习学习C++ 11的东西,结果在conf...
分类:
其他好文 时间:
2014-09-05 21:06:22
阅读次数:
207
实验01:YUM配置实验目标通过yum配置安装gcc实验步骤1、挂载光盘2、安装RHEL5.9的图形环境[root@localhostmedia]#ls/misc/cdClusterRELEASE-NOTES-U9-as.htmlRELEASE-NOTES-es.htmlClusterStorageRELEASE-NOTES-U9-bn.htmlRELEASE-NOTES-fr.htmlEULARELEASE-NOTES-U9-de.htmlRE..
分类:
其他好文 时间:
2014-08-30 02:27:29
阅读次数:
214
实验二:源码包的安装实验目标:源码包的安装1.安装gcc(yum–yinstallgcc*)[root@localhost~]#yum-yinstallgcc*Loadedplugins:product-id,security,subscription-managerThissystemisnotregisteredtoRedHatSubscriptionManagement.Youcanusesubscription-managertoregister.S..
分类:
其他好文 时间:
2014-08-30 02:27:19
阅读次数:
307
1,安装gcc,apache, apxsyum install gcc httpd httpd-devel2,apxs -g -n helloword3,apxs -c mod_helloworld.c4,apxs -i mod_helloworld.la生成了mod_helloworld.so文件...
分类:
其他好文 时间:
2014-08-29 19:59:58
阅读次数:
173
实验03:源码包安装实验目标掌握gcc的安装熟练源码包的安装实验步骤安装gcc[root@localhostyum.repos.d]#yum-yinstallgcc*Loadedplugins:product-id,security,subscription-managerThissystemisnotregisteredtoRedHatSubscriptionManagement.Youcanusesubscription-managertore..
分类:
系统相关 时间:
2014-08-28 09:50:49
阅读次数:
400
rhel5.4 x64安装apache http server2.2.27,并创建自动启服务1、使用yum安装gcc和make,如何使用yum,请参阅使用光盘创建yum源2、上传apache http server,文件名:httpd-2.2.27.tar3、安装httpserver# mkdir ...
分类:
其他好文 时间:
2014-08-28 09:32:39
阅读次数:
212
在安装时,一定要使用Centos6.4光盘为yum源,否则可能使用了版本有问题的openssl1、首先要先安装GCC GCC-C++ Openssl等依赖模块: yum -y install make gcc gcc-c++ kernel-devel m4 ncurses-devel openssl...
分类:
数据库 时间:
2014-08-27 18:10:28
阅读次数:
338