ID: 16275 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback -Bug Type: *Compile Issues +Bug Type: GD related Operating System: SuSe 7.1PPC PHP Version: 4.1.2 New Comment:
With that configure line you're definately NOT compiling any shared extension of GD. Are you sure this is the correct line? And what if you remove the 'extension=gd.so' from your php.ini? Previous Comments: ------------------------------------------------------------------------ [2002-03-25 21:53:52] [EMAIL PROTECTED] Additionally: should the need arise, the actual box that i am attempting this on, is available (root access granted, nothing sensitive on the box, development and testing only) via ssh if required. normally blocked by a firewall, i will allow the ssh access if you need it. ------------------------------------------------------------------------ [2002-03-25 20:55:21] [EMAIL PROTECTED] Downloaded fresh packages and compiled in this order: zlib,libpng,libjpeg6b,gd1.8.4,php4.1.2 php with the following ./configure line: ./configure --libdir=/usr/local/lib/php4 --with-mysql --with-gd=/usr --enable-gd-native-ttf --with-jpeg-dir=/usr --with-png-dir=/usr --with-xpm-dir=/usr/X11R6 --with-ttf --enable-trans-sid --enable-calendar --enable-ftp --with-zlib --enable-discard-path --enable-inline-optimization --enable-track-vars --enable-magic-quotes --enable-safe-mode --enable-sockets --enable-sysvsem --enable-sysvshm --enable-memory-limit --with-config-file-path=/etc/httpd --with-apxs=/usr/sbin/apxs --with-exec-dir=/usr/lib/apache/bin --with-tiff-dir=/usr no configure or compile warnings in any spot. but when trying to load gd.so in via php.ini, i get: PHP Warning: Unable to load dynamic library '/usr/lib/php4/gd.so' - undefined symbol: gdImageCreateFromJpegCtx in Unknown on line 0 in my apache error log, and no gd support. i have not found any understandable (to me) help in the previous bug reports, nothing relating to gdImageCreateFromJpegCtx and nothing i understood from searching for undefined symbol. Thank you lindsay adams ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=16275&edit=1