如何整合Apache1.3.24与mod_perl1.27
CKEN 2002-06-07 03:12:46 我在Sco unixware7.1.1上已经装好了Apache1.3.24与Perl5.005_03
在安装mod_perl1.27时perl Makefile.PL已经通过
在make时报错如下:
<=== modules/perl
<=== modules
/bin/cc -c -I./os/unix -I./include -DUW=700 -DUSE_HSREGEX -DUSE_EXPAc
/bin/cc -c -I./os/unix -I./include -DUW=700 -DUSE_HSREGEX -DUSE_EXPAc
/bin/cc -DUW=700 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_\
-o httpd buildmark.o modules.o modules/perl/libperl.a modules/sv
UX:cc: WARNING: Avoid specifying -lc; cc will ensure that libc is linked in
the proper order. Linking libc in the wrong order may cause incorrect
execution behavior. If you do specify -lc, make sure that no dynamic
libraries are specified after it.
Undefined first referenced
symbol in file
my_bcopy modules/perl/libperl.a(Apache.o)
UX:ld: ERROR: httpd: fatal error: Symbol referencing errors. No output written d
*** Error code 1 (bu21)
UX:make: ERROR: fatal error.
*** Error code 1 (bu21)
UX:make: ERROR: fatal error.
有那位高手知道如何解决这个问题?