I have already install gd-1.8.3(already patch) at /usr/lib generation libgd.a,
1.compile php use --with-gd=/usr/lib --with-jpeg-dir=/usr/lib error display
"Unable to find libgd.(a|so) anywhere under /usr/lib
"
but libgd.a at /usr/lib
2.compile php use --with-gd --with-jpeg-dir
php make ok,but make apache,error display
"modules/php4/libphp4.a(gd.o):In function '_php_image_create_from'"
/soft/php/ext/gd/gd.c:525:undefined reference to 'gdNewDynamicCtx' "
it's why.
pleast help me
thanks