|  | 
 
 楼主|
发表于 2004-10-22 15:48:21
|
显示全部楼层 
| 在redhat9.0下安装mod_perl-1.24_01.tar.gz 
 删掉apache_1.3.12文件和mod_perl-1.24_01文件后,重新安装又出现下面情况.
 先解压apache_1.3.12.tar.gz和mod_perl-1.24_01.tar.gz
 然后
 [root@wu mod_perl-1.24_01]#perl Makefile.PL \
 > EVERYTHING=1 \
 > APACHE_SRC=../apache_1.3.12/src \
 > USE_APACI=1 \
 > PREP_HTTPD=1 \
 > DO_HTTPD=1
 ...........
 [root@wu mod_perl-1.24_01]#make
 ..........
 /tmp/ccZrbGAA.s: Assembler messages:
 /tmp/ccZrbGAA.s:87: Warning: Unrecognized .section attribute: want a,w,x
 /tmp/ccZrbGAA.s:87: Warning: Unrecognized .section attribute: want a,w,x
 /tmp/ccZrbGAA.s:87: Error: Rest of line ignored. First ignored character is `,'.
 /tmp/ccZrbGAA.s:789: Warning: Unrecognized .section attribute: want a,w,x
 /tmp/ccZrbGAA.s:789: Warning: Unrecognized .section attribute: want a,w,x
 /tmp/ccZrbGAA.s:789: Error: Rest of line ignored. First ignored character is `,'.
 /tmp/ccZrbGAA.s:23244: Warning: Unrecognized .section attribute: want a,w,x
 /tmp/ccZrbGAA.s:23244: Warning: Unrecognized .section attribute: want a,w,x
 /tmp/ccZrbGAA.s:23244: Error: Rest of line ignored. First ignored character is `,'.
 make[1]: *** [Leak.o] Error 1
 make[1]: Leaving directory `/home/oracle/software/mod_perl-1.24_01/Leak'
 make: *** [subdirs] Error 2
 请问是什么原因?
 | 
 |