I have several raq4s under my supervision and i have to reinstall php 4.0.4pl1 with gd for jpeg support. i tried different ways, but no success. when i just compile 4.0.4pl1 with extra functions, it's ok. only with gd and jpeg. some of the errors during compilation where with gdImageColorResolve and the size of the symbol table or with a function with gif first declared. i have compiled it with jpeg-6b/ gd-1.8.4/ libpng-1.0.12/ zlib-1.1.3 and even with gd-2.0.1 (beta). no success. i even tried to use the gd with gif support (rhyme.com.au/gd/, rpms.arvin.dk/gd-with-gif/source/) to solve those last errors, no luck. does anyone have a solution??? below is one of the configure statements i used.
'./configure' '--prefix=/usr' '--with-apxs=/usr/sbin/apxs' '--with-gd=/usr/local' '--with-gettext' '--enable-safe-mode' '--with-config-file-path=/etc/httpd' '--with-exec-dir=/usr/bin' '--enable-magic-quotes' '--with-regex=system' '--with-ttf=/usr/lib/libttf.so' '--enable-track-vars' '--enable-xml' '--disable-debug' '--with-interbase=shared' '--with-pgsql=shared' '--with-ldap' '--with-imap' '--enable-trans-sid' '--with-mysql' '--enable-gpc_globals' '--enable-ftp' '--with-zlib' '--with-jpeg-dir=/usr/local'
ps:
after this, i wasn't that happy anymore with cobalt linux >:oP...