其他www方式一切正常,但是www注册时候验证码无法显示,下面是php的configure命令
cd ../php-5.0.4
./configure --prefix=$BBSHOME/php --with-apxs2=/$BBSHOME/bin/apxs --disable-debug \
--enable-pic --disable-rpath --enable-inline-optimization \
--with-dom --with-gd --with-freetype2-dir=/usr/lib \
--with-png-dir --with-iconv --with-jpeg-dir --with-zlib \
--enable-track-vars
通过info.php文件看出GD库应该工作正常
gd
GD Support enabled
GD Version bundled (2.0.28 compatible)
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
此外系统还安装了libjpeg-devel和libpng-devel这两个库,不知道是不是需要在configure php的时候加入这两个库的支持。请大虾们多多指点,谢谢!
--
FROM 155.69.5.*