我的系统是 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 展开
apache 安装目录:/usr/local/apache2
mysql安装:/usr/local/mysql
php安装目录:/usr/local/php5 展开
4个回答
展开全部
应该是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里面的东西都安装了吧
安装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里面的东西都安装了吧
展开全部
话说红帽的Enterprise系统有官方支持。你可以拨打咨询电话或发送邮件咨询。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
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
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
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
php可以用光盘再安装一次,两个版本应该不会有什么冲突。
gd库也用光盘装就好,自己找源码编译很多依赖管理的包不好找。
gd库也用光盘装就好,自己找源码编译很多依赖管理的包不好找。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询