Jeff Pang wrote:
> perl Makefile.PL \ 
>   APACHE_SRC=../apache_1.3.36/src \    
>   NO_HTTPD=1 \ 
>   USE_APACI=1 \ 
>   PREP_HTTPD=1 \ 
>   EVERYTHING=1 
That loooks fine, but use 1.3.37 (mod_rewrite security fix)

> ./configure --prefix=/home/apache1.3 --disable-module=all \ 
> --enable-module=alias --enable-module=log_config \ 
> --enable-module=dir --enable-module=mime --enable-module=cgi \ 
> --activate-module=src/modules/perl/libperl.a 
Also looks good.

> modules/perl/libperl.a(Server.o)(.text+0x22df): In function 
> `XS_Apache__Server_gid':: undefined reference to `Perl_Gthr_key_ptr'
> modules/perl/libperl.a(Server.o)(.text+0x24f6): In function 
> `XS_Apache__Server_is_virtual':: undefined reference to `Perl_Gthr_key_ptr
> odules/perl/libperl.a(Server.o)(.text+0x2bdd): In function 
> `boot_Apache(...)(long double, void,...)(long double) static':: undefined 
> reference to `Perl_Gthr_key_ptr'
 *** Are you sure you picked up the correct perl and not a system installed 
one? ***

I'll bet you got some whacky one:
$ grep -r Perl_Gthr_key_ptr perl5.005_04 perl-5.6.2 perl-5.8.8
perl-5.6.2/perlapi.h:#define PL_thr_key         (*Perl_Gthr_key_ptr(NULL))
perl-5.8.8/perlapi.h:#define PL_thr_key         (*Perl_Gthr_key_ptr(NULL))

perl -V




-- 
------------------------------------------------------------------------
Philip M. Gollucci ([EMAIL PROTECTED]) 323.219.4708
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/A79997FA F357 0FDD 2301 6296 690F  6A47 D55A 7172 A799 97F

"In all that I've done wrong I know I must have done something right to
deserve a hug every morning and butterfly kisses at night."
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /
 / /|_/ / // /\ \/ /_/ / /__
/_/  /_/\_, /___/\___\_\___/
       <___/

Reply via email to