I'm trying to install PHP 4 on RedHat 7.2
after doing ./configure --with ....
i do make but it produce an error :
/tmp/ccohFUJI.s:10936: warning Unrecognized .section attribute :want a,w,x
/tmp/ccohFUJI.s:10936: warning Unrecognized .section attribute :want a,w,x
/tmp/ccohFUJI.s:10936: Error : rest of line ignored. First ignored character is ','
make[1]: [zend_language_parser.lo] Erreur 1
make[1] : Quitte le repertoire /usr/src/php-4.1.1/Zend
makke: [all-recursive]erreur 1
What libraries are needed to install PHP 4 on Redhat 7.2 ?
Can someone please help me ?