ID:               16275
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Feedback
+Status:           Open
 Bug Type:         GD related
 Operating System: SuSe 7.1PPC
 PHP Version:      4.1.2
 New Comment:

Sorry, pasted the wrong .configure line.

the one i should have pasted did have --with-gd=shared
that is the only difference.
I recompiled with --with-gd=/usr to see if GD would compile 
correctly into php itself.

I have not yet activated the libphp4.so that has GD 
compiled into it, to check if it worked, (and will comment 
out the appropriate lines in php.ini)


Previous Comments:
------------------------------------------------------------------------

[2002-03-26 03:14:18] [EMAIL PROTECTED]

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?


------------------------------------------------------------------------

[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

Reply via email to