CentOS5.3编译mod_ruby-1.3.0出错解决办法

2009年10月13日 10:28 上午  |  分类:技术大类

在Centos 5.3编译mod_ruby-1.3.0会出错

./configure.rb –with-apr-includes=/usr/include/apr-1
checking for a BSD compatible install… /usr/bin/install -c
checking whether we are using gcc… yes
checking Ruby version… 1.8.5
checking for static Apache module support… no
checking for dynamic Apache module support… yes
creating Makefile
creating libruby.module
creating doc/Makefile
全文阅读 »

Centos5.2安装GNOME环境

2009年08月16日 10:41 下午  |  分类:技术大类

最近使用Centos5.2安装XEN虚拟机时不小心卸载了GNOME ,导致管理xen有点麻烦!在网上搜索了一下资料供大家安装桌面环境的时候使用:
1、在网络环境下,可以直接使用yum groupinstall “GNOME Desktop Environment”安装
2、本地安装方式(使用光盘安装模式):
a)将光盘加载到本地 mount /dev/cdrom /mnt/cdrom
b)在/etc/yum.repos.d/目录下,有两个文件
CentOS-Base.repo和CentOS-Media.repo
其中CentOS-Base.repo记录着网络上的yum源的地址和路径信息等
CentOS-Media.repo记录着可以从本地作为yum源的介质和路径。
修改CentOS-Media.repo
全文阅读 »