Hey all, I am trying to add some of the new alpha channel based features to existing charts that I have written and have the following questions: 1. After installing GD 2.0.1 on a redhat 7.0 system and PHP 4.0.6, I am unable to restart apache without a png_get_error_ptr fatal error. When I run: "nm -o /usr/lib/*.a |grep png_get_error_ptr" I get the following results: /usr/lib/libgd.a:gd_png.o: U png_get_error_ptr /usr/lib/libpng.a:pngerror.o:00000210 T png_get_error_ptr Here's my ./configure script as well: set -x export TMPDIR=/var/tmp export ORACLE_BASE=/home/oracle export ORACLE_HOME=$ORACLE_BASE/product/8i export NLS_LANG=AMERICAN_AMERICA.US7ASCII export LD_LIBRARY_PATH=$ORACLE_HOME/lib export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin: /usr/local/sbin:/usr/bin/X11:/sbin:/usr/sbin:/usr/local/bin: /usr/local/sbin:$ORACLE_HOME/bin:. cd php-4.0.6 ./configure --prefix=/usr --with-apxs=/usr/sbin/apxs --with-gd=/usr --with-ttf --enable-gd-imgstrttf --with-gettext --enable-safe-mode --with-config-file-path=/etc/httpd --with-exec-dir=/usr/bin --with-zlib --enable-magic-quotes --with-regex=system --with-ttf=/usr/lib/libttf.so --enable-track-vars --enable-xml --disable-debug --with-db3 --with-ldap --with-oracle=$ORACLE_HOME --with-oci8 --with-mysql 2>&1 Any ideas? Also, has anyone had any experience working with alpha channels in PHP? I've used them in Perl on different systems, but many of the functions seem to be missing from PHP. Thanks! * -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]