Howdy,
Just been trying to upgrade php 4.2.3 with 4.3.0 on Red Hat 8.0 from source (not RPM)...
Currently installed:
Apache 1.3.27 (with SSL)
MySQL 3.23.54a
PHP 4.3.0
Im using the following config..
CFLAGS='-O2 -I/usr/local/src/openssl-0.9.6g -DEAPI' \
./configure \
--with-apxs=/usr/local/apache/bin/apxs \
--with-mysql=/usr/local/mysql \
--enable-track-vars \
--with-xml
Configure runs fine... but when i use make i get the following error:
ext/ctype/ctype.lo : file not recognised : file truncated
collect2: ld returned 1 exit status
make: *** [libphp4.la] Error 1
Any ideas?
Do i need to somehow remove all the previous PHP files?
Thanks in advance...