OS : freebsd 4.4
I have installed apache 2.0.36 using
./configure --enable-so
No errors here
I installed PHP-4.2.0 with ./configure --prefix=/usr/local/apache/php \
--with-apxs2=/usr/local/apache/bin/apxs \
--with-config-file-path=/usr/local/apache/php \
--with-mysql=/usr/local/mysql
This works fine but when I run make I get the following error after a while:
stub.lo:file not recognized :file truncated
stop in/temp/php-4.2.0
error code 1
stop in/temp/php-4.2.0
error code 1
stop in/temp/php-4.2.0
Any ideas?