php: errors on compile

m running redhat 7.2, and apache 2.0.35 with mod_ssl and open_ssl

when i configure, compile and install apache, everything works fine...

when i configure php, using,

./configure --with-mysql --with-apxs2=/www/bin/apxs
it configures fine... when i go to 'make' it, i get,

stub.lo: file not recognized: file truncated
collect2: 1d returned 1 exit status
make[1]: *** [libphp4.la] error 1
make[1]: leaving directory '/junk/php-4.2.2'
make: *** [all-recursive error 1

and then it stops... anyone have any idea whats causing this and how i can sucessfully get it installed?

 

 

 

 

Top