|
在redhat9.0下安装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
请问是什么原因? |
|