home

Tags

分享自己所爱的源码下载基地

July 28th, 2007

http://www.melonez.org/community/index.php?showforum=50
http://stupefiedwarez.be/hello/index.php?showforum=24
http://www.r3mteam.org/modules.php?name=News&topic_id=12
http://rlz.grinderz.ws/archives/scriptz/index.shtml
http://itzallgood.info/phpbb/index.php?f=14
http://soft-forum.ru/forum/
http://www.worldwidewarez.net/forum/index.php
http://www.t-warez.com
http://gerz.ru/scripts/
http://scripter.biz/sitemap/
http://forum.iranjava.net/
http://webgraf.ru/
http://www.hotscripts.com/

CentOS 4.4 源码编译安装apache+php+mysql 转自 GameArena

February 15th, 2007

安装系统所需的包
[root@localhost ~]# vi install.sh

yum install gcc
yum install cpp
yum install gcc-c++
yum install ncurses
yum install ncurses-devel
yum install gd-devel php-gd
yum install zlib-devel
yum install freetype-devel freetype-demos freetype-utils
yum install libpng-devel libpng10 libpng10-devel
yum install libjpeg-devel
yum install ImageMagick
yum install flex
yum install ImageMagick-devel

[more…]