ID: 24079 User updated by: devel at interactiva-solutions dot com Reported By: devel at interactiva-solutions dot com -Status: Feedback +Status: Open Bug Type: *Graphics related -Operating System: Solaris 8 & 9 +Operating System: Solaris 9 PHP Version: 4.3.2 New Comment:
This is only solaris 9 related, not both 8 & 9 , sorry about mistyping. Previous Comments: ------------------------------------------------------------------------ [2003-06-08 05:25:58] [EMAIL PROTECTED] Can you please try with the bundled GD library (--with-gd (without any path)) and if that doesn't help, try using an older libpng (1.x series) as there might be some incompabilities with newer versions. ------------------------------------------------------------------------ [2003-06-08 05:20:25] devel at interactiva-solutions dot com I've tried this on both Solaris 8 & 9 and with different compilers and apache/php versions. Apache is installed following options(v 2.0.46), I have tried 2.x and 1.3.x apache versions with same result. ./configure --prefix=/opt/www-prod --enable-so --with-ssl=/usr/local/openssl --enable-ssl ... and some other options/modules are enabled too. Php 4.3.2 (And all others versions which I have tried) : ./configure --with-apxs2=/opt/www-prod/bin/apxs --with-mhash=/usr/local --with-png-dir=/usr/local --with-zlib-dir=/usr/local --with-jpeg-dir=/usr/local --with-ldap=/opt/openldap --with-gd=/usr/local --with-java=/usr/j2se --enable-sysvmsg --enable-sysvsem --enable-sysvshm --with-freetype-dir=/usr/local/ --with-openssl=/usr/local/openssl --with-mysql=/usr/local/mysql --with-apxs2filter=/opt/www-prod/bin/apxs --with-db4=/usr/local Here's lib-versions: PNG: libpng-1.2.4 Freetype: 2.0 Db4:db-4.1.25 GD:gd-2.0.15 JPEG: 6B Okay, everything compiles without errors and php_module installs into apache configuration. Everything works fine but if I try to use createfrompng() function then nothing works and there's following errors into apache error_log: Sun Jun 08 13:02:20 2003] [notice] child pid 9825 exit signal Bus error (10) [Sun Jun 08 13:02:20 2003] [notice] child pid 9814 exit signal Segmentation fault (11) [Sun Jun 08 13:02:20 2003] [notice] child pid 9829 exit signal Bus error (10) [Sun Jun 08 13:02:20 2003] [notice] child pid 9830 exit signal Bus error (10) [Sun Jun 08 13:02:20 2003] [notice] child pid 9828 exit signal Bus error (10) I tried to do same install in Linux RH8 and RH 9 and everything works fine but what could be wrong with Solaris? Same errors occurs with ALL versions of apache no matter if 2.x or 1.3.x and i have tried latest php and older versions too. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=24079&edit=1
