'Bug Database wrote:'
> 
> ID: 10331
> Updated by: wez
> Reported By: [EMAIL PROTECTED]
> Old-Status: Open
> Status: Feedback
> Bug Type: GD related
> PHP Version: 4.0.4pl1
> Assigned To: 
> Comments:
> 
> Could you reverse your patch, and then:
> rm config.cache
> ./configure
>  --prefix=/develop/sl7/proto/opt/php4
>  --with-apxs --enable-discard-path
>  --with-config-file-path=/etc --enable-safe-mode
>  --with-exec-dir=/opt/php/bin
>  --with-openssl=/opt/ssl --enable-calendar
>  --enable-ftp --with-ldap --with-mysql
>  --with-oci8=/opt/oracle --enable-sockets
>  --with-regex=system --enable-sysvsem
>  --enable-sysvshm --with-zlib=/usr/local
>  --with-xpm-dir=/usr/X11R6
>  --with-jpeg-dir=/usr
>  --enable-track-vars
>  --with-png-dir=/usr
>  --with-gd=/usr/local 
> 
> Let me know if it works; if it does not, I would like to see your config.log to find 
>out what is going on.

Works for some parts, but not all:
checking whether to include GD support... yes (static)
checking for gdImageString16 in -lgd... no
checking for gdImagePaletteCopy in -lgd... no
checking for gdImageColorClosestHWB in -lgd... no
checking for compress in -lz... no
checking for png_info_init in -lpng... yes
checking for gdImageColorResolve in -lgd... yes
checking for gdImageCreateFromPng in -lgd... yes
checking for gdImageCreateFromGif in -lgd... no
checking for gdImageWBMP in -lgd... yes
checking for gdImageCreateFromJpeg in -lgd... yes
checking for gdImageCreateFromXpm in -lgd... yes

To whom should I send the config.log? It is uncompressed about 120K,
compress about 11K - so probably not suitable for a mailing list?

Regards,
jens.

BTW: Any hints how to trace that problem:

# /etc/init.d/apachectl-1.3.19 start
Syntax error on line 233 of /opt/www/conf/httpd.conf:
API module structure `php4_module' in file /opt/www/libexec/libphp4.so is garbled - 
perhaps this is not an Apache module DSO?
/etc/init.d/apachectl start: httpd could not be started

# ldd libphp4.so
        libdl.so.2 => /lib/libdl.so.2 (0x4014c000)
        libz.so.1 => /usr/lib/libz.so.1 (0x4014f000)
        libm.so.6 => /lib/libm.so.6 (0x4015e000)
        libldapssl41.so => /usr/lib/libldapssl41.so (0x4017a000)
        libpng.so.2 => /usr/lib/libpng.so.2 (0x4024e000)
        libgd.so => /usr/local/lib/libgd.so (0x4027a000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x402ad000)
        libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0x40382000)
        libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x40390000)
        libcrypto.so.0 => /opt/ssl/lib/libcrypto.so.0 (0x403b2000)
        libssl.so.0 => /opt/ssl/lib/libssl.so.0 (0x40476000)
        libresolv.so.2 => /lib/libresolv.so.2 (0x404a3000)
        libcrypt.so.1 => /lib/libcrypt.so.1 (0x404b1000)
        libnsl.so.1 => /lib/libnsl.so.1 (0x404de000)
        libclntsh.so.8.0 => /opt/oracle/lib/libclntsh.so.8.0 (0x404f3000)
        libc.so.6 => /usr/lib/libc.so.6 (0x40a68000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x2aaaa000)
        libplc3.so => /usr/lib/libplc3.so (0x40b51000)
        libplds3.so => /usr/lib/libplds3.so (0x40b55000)
        libnspr3.so => /usr/lib/libnspr3.so (0x40b59000)
        libwtc8.so => /opt/oracle/lib/libwtc8.so (0x40b80000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x40b82000)
--
+---[ Jens Elkner ]-------------------------[ USG IFF FhG Magdeburg ]
| Certified Master Unix Systems Administrator [EMAIL PROTECTED] |
| Sandtorstr. 22                             http://www2.iff.fhg.de |
| 39106 Magdeburg   GERMANY           http://www.ims-gmbh.server.de |
+-------------------------------------------------------------------+

-- 
PHP Development 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]

Reply via email to