Hi,
I install php like the following.
./buildconf
./configure --prefix=/usr/local/php --with-apxs=/usr/local/apache/bin/apxs --with-mysql
make
during make i get the following errors:
stub.lo: file not recognized: File truncated
collect2: ld returned 1 exit status
make[1]: [libphp4.la] Error 1
make[1]: Leaving directory `/home/anthonyi/php-4.2.2'
make: [all-recursive] Error 1
I have deleted everything to do with php and tried again but i get the same error message. I am using a standard redhat 7.3 distribution and installing php 4.2.2
does anyone have any idea what is going wrong?
Yours sincerely,
Anthony Irwin