iceberg_s 发表于 2004-10-22 13:24:43

请教 mod_perl安装问题

我在redhat9.0 上安装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
Will configure via APACI
mkdir ../apache_1.3.12/src/modules/perl: 文件已存在 at Makefile.PL line 546
# make
make: *** No rule to make target `lib/Apache/MyConfig.pm', needed by `pm_to_blib
'.Stop.
请问是什么原因?

iceberg_s 发表于 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
然后
#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安装问题