Ok, everywhere I look for an answer for this problem, someone pastes the error and the thread ALWAYS end. My body is tingling with rage and frustration.
Here is my configuration:
./configure --prefix=/usr --with-apxs2=/usr/local/apache2/bin/apxs --with-gd=/usr --with-jpeg=/usr/lib --enable-safe-mode --with-zlib --enable-magic-quotes --with-regex=system --with-ttf --enable-xml --enable-ftp --disable-debug --with-libdir=/usr/lib --with-pdflib-dir=/usr/lib/ --with-mysql=/usr/local/mysql --includedir=/usr/include
It configures fine, even though there are a couple errors, which are reflected when I Make:
ext/gd/gd.lo(.text+0x1681): In function zif_imagecolormatch':
/root/php-4.4.0/ext/gd/gd.c:832: undefined reference togdImageColorMatch'
ext/gd/gd.lo(.text+0x33a5): In function zif_imagerotate':
/root/php-4.4.0/ext/gd/gd.c:1145: undefined reference togdImageRotate'
ext/gd/gd.lo(.text+0x6871): In function zif_imageline':
/root/php-4.4.0/ext/gd/gd.c:2227: undefined reference togdImageAALine'
ext/gd/gd.lo(.text+0x7a50): In function zif_imageellipse':
/root/php-4.4.0/ext/gd/gd.c:2366: undefined reference togdImageEllipse'
ext/gd/gd.lo(.text+0xaf74): In function zif_imageantialias':
/root/php-4.4.0/ext/gd/gd.c:3909: undefined reference togdImageAntialias'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1
Does anyone know how to solve this?