求百科 apache+php+mysql  在cenos32位安装完后搭建dedeCMS网站后台验证码不显示

环境:apache2.2.22 php 5.2.17 mysql 5.1.37  编译安装完后所
apache的安装:
#./configure --prefix=/usr/local/apache --with-included-apr --enable-so --enable-deflate=shared --enable-expires=shared --enable-headers=shared --enable-rewrite=shared --enable-static-support
#make
#make install
php的安装:
#./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache/bin/apxs --with-config-file-path=/etc --with-config-file-scan-dir=/etc/php.d --with-openssl --with-zlib --enable-bcmath --with-bz2 --with-curl --enable-ftp --with-gd --enable-gd-native-ttf --with-gettext --with-mhash --enable-mbstring --with-mcrypt --enable-soap --enable-zip --with-iconv=/usr/local/libiconv --with-mysql=/usr/local/mysql --without-pear
#make && make install
mysql的安装:
#./configure --prefix=/usr/local/mysql/ --localstatedir=/usr/local/mysql/data --without-debug --with-unix-socket-path=/tmp/mysql.sock --with-client-ldflags=-all-static --with-mysqld-ldflags=-all-static --enable-assembler --with-extra-charsets=gbk,gb2312,utf8 --with-pthread
#make && make install


最后在apache的配置中将php整合 安装织梦程序 dedeCMS就出现后台验证码不显示求各位大侠不吝赐教,折腾小弟好长时间了。 如果发帖板块位置错误请版主勿怪!
本人qq:97028067  希望各位大侠提出宝贵的建议给小弟在此先谢过了,百度 google 了也不行呢。