Posts Tagged ‘centos’

CentOS 5.3上海交大yum源

速度还不错。

[base]
name=CentOS-5 – Base
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever5&arch=$basearch&repo=os
#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
baseurl=http://ftp.sjtu.edu.cn/centos/5.3/os/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos5

#released updates
[update]
name=CentOS-5 – Updates
#mirrorlist=http://mirrorlist.centos.org/?release=4&arch=$basearch&repo=updates
baseurl=http://ftp.sjtu.edu.cn/centos/5.3/updates/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos5

#packages used/produced in the build but not released
[addons]
name=CentOS-5 – Addons
#mirrorlist=http://mirrorlist.centos.org/?release=4&arch=$basearch&repo=addons

baseurl=http://ftp.sjtu.edu.cn/centos/5.3/addons/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos5

#additional packages that may be useful
[extras]
name=CentOS-5 – Extras
#mirrorlist=http://mirrorlist.centos.org/?release=4&arch=$basearch&repo=extras

baseurl=http://ftp.sjtu.edu.cn/centos/5.3/extras/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos5

#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-5 – Plus
#mirrorlist=http://mirrorlist.centos.org/?release=4&arch=$basearch&repo=centosplus
baseurl=http://ftp.sjtu.edu.cn/centos/5.3/centosplus/$basearch/
gpgcheck=1
enabled=0
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos5

#contrib – packages by Centos Users
[contrib]
name=CentOS-5 – Contrib
#mirrorlist=http://mirrorlist.centos.org/?release=4&arch=$basearch&repo=contrib
baseurl=http://ftp.sjtu.edu.cn/centos/5.3/contrib/$basearch/
gpgcheck=1
enabled=0
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos5

Tags: , ,

找不到libstdc++.so.5的解决方法

今天在一个CentOS5.1-x86-64的虚拟机系统上安装MySQL,执行安装数据库的脚本时提示:
error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

CentOS5.1里面默认安装的C++函数库是libstdc++.so.6,版本较新,反而用不了。

google之,解决办法是安装含有旧函数库的compat-libstdc++*。尝试yum安装,结果找不到相应的包。

于是去网上down了一个compat-libstdc++-7.3*.rpm,装完之后发现还是不含有libstdc++.so.5。

mount上安装盘的iso镜像,发现里面有个compat-libstdc++-33-3.2.3-61.x86_64.rpm,安装以后总算是解决了问题。

Tags: , , ,

CentServer: CentOS的小兄弟

今天在网上发现了一个CentOS的简化发行版:CentServer(首页做的挺有趣,模仿系统的安装界面设计),它只有400M左右,目前只能安装在64位的硬件上。centserver

它的主要特性如下:

  • 针对服务器专门优化
  • 没有X window 图形化界面
  • 内含最小的系统组件
  • 支持PEX 网络
  • 安装盘只有1张CD
  • 10分钟内就可以搞定安装

大家应该听说过维度统计吧?这个发行版就是他们发布的。

维度实验室:

http://bbs.vdoing.com/forumdisplay.php?fid=17

CentServer Google Groups:

http://groups.google.com/group/centserver

Tags: , ,