RedHatLinuxAS4下整合安装mysql-5
37、apache-2
13、php-5
0与zendoptions并支持GD库以下所有操作请注意是在root账号权限下执行
一、准备工作:首先查看系统中是否已经安装了GD环境:[root@localhost~]#rpm-qa|grepzlib[root@localhost~]#rpm-qa|greplibpng[root@localhost~]#rpm-qa|grepfreetype[root@localhost~]#rpm-qa|grepjpeg[root@localhost~]#rpm-qa|grepgd如果没有安装的话,可以按照下面的步骤手动安装:1
1安装zlib[root@localhost~]#tarzxvfzlib-1
gz[root@localhost~]#cdzlib-1
2[root@localhost~]#
/configure[root@localhost~]#make[root@localhost~]#makeinstall1
2安装libpng[root@localhost~]#tarzxvflibpng-1
tar[root@localhost~]#cdlibpng-1
7[root@localhost~]#cdscripts/[root@localhost~]#mvmakefile
/makefile[root@localhost~]#cd
[root@localhost~]#make[root@localhost~]#makeinstall注意,这里的makefile不是用
/configure生成,而是直接从scripts/里复制一个
3安装freetype[root@localhost~]#tarzxvffre