我的系统是 Red Hat Enterprise Linux 5,安装时,把开发全先了。 不支持GD库。 详细的说一下,

我的LAMP全是源码包安的。apache安装目录:/usr/local/apache2mysql安装:/usr/local/mysqlphp安装目录:/usr/local... 我的LAMP全是源码包安的。
apache 安装目录:/usr/local/apache2
mysql安装:/usr/local/mysql
php安装目录:/usr/local/php5
展开
 我来答
hyrlinwenfeng
2011-04-14 · TA获得超过116个赞
知道答主
回答量:63
采纳率:0%
帮助的人:62.2万
展开全部
应该是gd没装上吧

安装gd
tar zxvf gd-2.0.33.tar.gz
cd gd-2.0.33
CPPFLAGS="-I/usr/local/freetype2/include -I/usr/local/jpeg8/include -I/usr/local/libpng2/include -I/usr/local/fontconfig/include" ./configure --prefix=/usr/local/gd2/ --with-zlib=/usr/local/zlib/ --with-png=/usr/local/libpng2/ --with-jpeg=/usr/local/jpeg8/ --with-freetype=/usr/local/freetype2/ --with-fontconfig=/usr/include/fontconfig
如果装系统已经默认安装了fontconfig,那么改为:
CPPFLAGS="-I/usr/local/freetype2/include -I/usr/local/jpeg8/include -I/usr/local/libpng2/include -I/usr/local/fontconfig/include" ./configure --prefix=/usr/local/gd2/ --with-zlib=/usr/local/zlib/ --with-png=/usr/local/libpng2/ --with-jpeg=/usr/local/jpeg8/ --with-freetype=/usr/local/freetype2/ --with-fontconfig=shared
保证gd里面的东西都安装了吧
Jeff2229
2011-04-13 · TA获得超过1128个赞
知道小有建树答主
回答量:1413
采纳率:100%
帮助的人:664万
展开全部
话说红帽的Enterprise系统有官方支持。你可以拨打咨询电话或发送邮件咨询。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
zhangdifan
2011-04-14 · TA获得超过269个赞
知道小有建树答主
回答量:224
采纳率:0%
帮助的人:219万
展开全部
php编译之前记得先去弄个GD库装上
https://bitbucket.org/pierrejoye/gd-libgd/overview
自己hg clone然后编译
PHP编译参数给你看看我的:
./configure --bindir=/usr/php/5.3/bin --datadir=/usr/php/5.3/share --exec-prefix=/usr/php/5.3 --includedir=/usr/php/5.3/include --libdir=/usr/php/5.3/lib --libexecdir=/usr/php/5.3/modules --mandir=/usr/php/5.3/man --oldincludedir=/usr/php/5.3/share --prefix=/usr/php/5.3 --sbindir=/usr/php/5.3/sbin --sysconfdir=/etc/php/5.3 --with-config-file-path=/etc/php/5.3 --with-config-file-scan-dir=/etc/php/5.3/conf.d --with-exec-dir=/usr/php/5.3/bin --disable-debug --with-cdb --disable-dmalloc --disable-libgcc --enable-shared --enable-fpm --enable-cli --enable-bcmath --enable-calendar --enable-ctype --enable-dom --enable-exif --enable-flatfile --enable-filter --enable-gd-jis-conv --enable-gd-native-ttf --enable-hash --enable-inifile --enable-ipv6 --enable-json --enable-magic-quotes --enable-mbregex --enable-mbstring --enable-mod-charset --enable-pcntl --enable-posix --enable-zend-multibyte --enable-libxml --enable-sqlite-utf8 --enable-session --enable-shmop --enable-short-tags --enable-simplexml --enable-zip --enable-soap --enable-sockets --enable-sysvmsg --enable-sysvsem --enable-sysvshm --with-sqlite=shared --with-zlib --with-libevent --with-pear --with-mysql --with-mysql-sock --with-gd --enable-gd-native-ttf --with-jpeg-dir=/usr --with-png-dir=/usr --with-curl=/usr
PHP的依赖很多的……你用RHEL,惨了,特别是没有repo的时候
我还是建议用openSUSE
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
seamaneric
2011-04-14 · 超过14用户采纳过TA的回答
知道答主
回答量:43
采纳率:0%
帮助的人:36.2万
展开全部
php可以用光盘再安装一次,两个版本应该不会有什么冲突。
gd库也用光盘装就好,自己找源码编译很多依赖管理的包不好找。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(2)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式