I installed PHP ( don't remember what version) on my RedHat 7.2 and everything was fine. Because I want to add oracle support, so I downloaded php 4.1.2 source code and tried to install. However, no matter what configure I use, I got the following error message everytime.
Making all in Zend
make[1]: Entering directory /usr/local/src/php-4.1.2/Zend'
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main -DLINUX=22 -DNO_DBM_REWRITEMAP -DUSE_HSREGEX -DUSE_EXPAT -I../TSRM -g -O2 -prefer-pic -c zend_language_parser.c
/tmp/ccbYXtqP.s: Assembler messages:
/tmp/ccbYXtqP.s:1214: Warning: Unrecognized .section attribute: want a,w,x
/tmp/ccbYXtqP.s:1214: Warning: Unrecognized .section attribute: want a,w,x
/tmp/ccbYXtqP.s:1214: Error: Rest of line ignored. First ignored character is ','.
:
:
:
make[1]: *** [zend_language_parser.lo] Error 1
make[1]: Leaving directory/usr/local/src/php-4.1.2/Zend'
make: *** [all-recursive] Error 1
Any idea?