LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   PNG support in PHP (https://www.linuxquestions.org/questions/linux-software-2/png-support-in-php-342193/)

benrose111488 07-11-2005 12:56 PM

PNG support in PHP
 
hey everyone

I compiled my PHP with the following commands:

./configure --prefix=$HOME/php --with-config-file-path=$HOME/etc/php5 --enable-force-cgi-redirect --with-xml --with-libxml-dir\=$HOME/php --enable-soap --with-xsl=$HOME/php --with-openssl=/usr --with-mhash=$HOME/php --with-mcrypt=$HOME/php --with-zlib-d\ir=$HOME/php --with-jpeg-dir=/usr --with-png-dir=$HOME/php --with-gd --enable-gd-native-ttf --enable-ftp --enable-sockets --en\able-wddx --with-iconv=$HOME/php --enable-sqlite-utf8 --enable-calendar --with-curl=$HOME/php --enable-mbstring --enable-mbreg\ex --with-mysql=/usr --with-mysqli --with-imap=$HOME/imap-2004e --with-imap-ssl
make
make install

however, even with the newest version of libPNG compiled in, I'm still unable to correctly read from PNG24 files. Is this possible in any way?

Please let me know ASAP. Thanks.

benrose111488 07-11-2005 01:12 PM

My PHP info can be found at:
http://www.scavengerxhunt.com/php.php


All times are GMT -5. The time now is 07:40 AM.