Hi, I'm trying to install php4.3.3 with mysql, apache2.0.7 and gd2.0.15. I ran the following configuration:
./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql --with-gd=/usr/local --with-png-dir=/usr/local --with-zlib-dir=/usr/local which worked fine. When I tried to make it gave me the following error: ext/zlib/zlib.lo: file not recognized: File truncated collect2: ld returned 1 exit status make: *** [libphp4.la] Error 1 I reconfigured without the gd graphics, but when I tried to make I still received an error: ext/ctype/ctype.lo: file not recognized: File truncated collect2: ld returned 1 exit status make: *** [libphp4.la] Error 1 Any recommendations? Cheers, Kurt