Hello friends, I am using ubuntu 6.06 LTS and using php-4.4.4. My configuration and make, make install is file without gd library but when i configured with gd (ie ./configure --with-gd=../gdlib) its works fine and when i used make command after that it throws error as below
ext/gd/gd.o: In function `zif_imagecolormatch':/home/unni/softwares/php-4.4.4/ext/gd/gd.c:836: undefined reference to `gdImageColorMatch' ext/gd/gd.o: In function `zif_imagerotate':/home/unni/softwares/php-4.4.4/ext/gd/gd.c:1149: undefined reference to `gdImageRotate' ext/gd/gd.o: In function `zif_imageline':/home/unni/softwares/php-4.4.4/ext/gd/gd.c:2228: undefined reference to `gdImageAALine' ext/gd/gd.o: In function `zif_imageellipse':/home/unni/softwares/php-4.4.4/ext/gd/gd.c:2367: undefined reference to `gdImageEllipse' ext/gd/gd.o: In function `zif_imageantialias':/home/unni/softwares/php-4.4.4/ext/gd/gd.c:3904: undefined reference to `gdImageAntialias' collect2: ld returned 1 exit status make: *** [sapi/cgi/php] Error 1