iceberg_s 发表于 2004-10-22 14:18:52

请教安装mod_perl问题

在redhat9.0下安装mod_perl-1.24_01.tar.gz

#perl Makefile.PL \
> EVERYTHING=1 \
> APACHE_SRC=../apache_1.3.12/src \
> USE_APACI=1 \
> PREP_HTTPD=1 \
> DO_HTTPD=1
...........
#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: *** Error 1
make: Leaving directory `/home/oracle/software/mod_perl-1.24_01/Leak'
make: *** Error 2
请问是什么原因?
页: [1]
查看完整版本: 请教安装mod_perl问题