i have big troubles installing gd...
I think i installed correctly the lib needed by gd.
Then i did a ./configure --with-gd=../gd-1.8.3 --with-jpeg=... in the php directory
and it says :
...
checking for libjpeg (needed by gd-1.8+)... yes
checking for jpeg_read_header in -ljpeg... (cached) yes
checking for libXpm (needed by gd-1.8+)... no
checking whether to include GD support... yes (static)
checking for gdImageString16 in -lgd... (cached) no
checking for gdImagePaletteCopy in -lgd... (cached) no
checking for gdImageColorClosestHWB in -lgd... (cached) no
checking for compress in -lz... (cached) no
checking for png_info_init in -lpng... (cached) no
checking for gdImageColorResolve in -lgd... (cached) no
checking for gdImageCreateFromPng in -lgd... (cached) no
checking for gdImageCreateFromGif in -lgd... (cached) no
checking for gdImageWBMP in -lgd... (cached) no
checking for gdImageCreateFromJpeg in -lgd... (cached) no
checking for gdImageCreateFromXpm in -lgd... (cached) no
...
then i did "make "and "make install " and copied the php.ini file
The result is that php4 and apache do work but the gd functions are not recognized...
version:
php4.0.4pl1
gd1.8.3
apache1.3.17
OS: netBSD
plz excuse my english 🙂
and plz help me !!!