From: <mba...@he...> - 2000-12-16 08:42:15
|
Forgive me if this is in a faq somewhere, I can't find it (by all means pls point me that direction if it exists) I am trying to install as indicated in the INSTALL doc: perl Makefile.PL APACHE_SRC=/where_you_have_the_source DO_HTTPD= 1 \ USE_APACI=1 PERL_MARK_WHERE=1 EVERYTHING=1 \ APACHE_PREFIX=/where_apache_will_be_installed make make test make install However, when I get to make, this happens: /usr/bin/perl `/usr/bin/perl -MConfig -e 'print $Config{privlibexp}'`/ExtUtils/xsubpp -typemap `/usr/bin/perl -MConfig -e 'print $Config{privlibexp}'`/ExtUtils/typemap Table.xs > Table.c cc -I. -I../../include -I../../include/regex -I../../include/.././os/unix -DLINUX=2 -DUSE_HSREGEX -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/5.6.0/ppc-linux/CORE -I. -I../.. -DUSE_PERL_SSI -DPERL_MARK_WHERE=1 -DMOD_PERL `/usr/bin/perl -MExtUtils::Embed -e ccopts` -DNO_PERL_RESTART -DMOD_PERL_VERSION=\"1.21\" -I./os/unix -I../../include -c -o mod_perl.o mod_perl.c mod_perl.c: In function `perl_handler': mod_perl.c:783: `PL_siggv' undeclared (first use in this function) mod_perl.c:783: (Each undeclared identifier is reported only once mod_perl.c:783: for each function it appears in.) make[3]: *** [mod_perl.o] Error 1 make[2]: *** [all] Error 1 make[1]: *** [subdirs] Error 1 make[1]: Leaving directory `/tmp/apache_1.3.6/src' make: *** [apache_httpd] Error 2 [root@shiner mod_perl-1.21]# mod perl 1.2.1 and apache 1.3.6 on YellowDog (ppc) linux, kernel 2.2.15. |