Hi,
recently I needed to upgrade from an rpm install of php4.2.2 on RH9.0.
I want to access an mssql database mfrom the linux box via php and it seems that the drivers are only available on 4.3.3 - for whic h I couldn't find an rpm,.
I am moving to SOAP etc for all of my apps so I decided to use the various XML modules.
I need to upgrade to Apache2.0.48 (from 2.0.40) which is done.
I then did the ./configure[opts] as
<php install>
./configure --enable-debug --with-bz2 --enable-calendar --with-dom --with-dom-xslt --enable-exif --enable-ftp --with-gd --with-ldap --with-mssql --with-mysql --with-pgsql --with-pear=/usr/share/pear --with-fdftk=/usr/local/fdf --with-apxs2=/usr/local/apache2/bin/apxs --with-zlib
make
</php install>
This produces :-
<output>
ext/zlib/zlib.lo: file not recognized: File truncated
collect2: ld returned 1 exit status
make: *** [libphp4.la] Error 1
</output>
I've seen this issue posted a number of times but have not seen an answer.
I'm about to update the zlib libraries, if possible
Thanks for any help you can offer,
Barry