Looking for magic in Apache->request

2001-03-30 Thread Ken Williams
Hi, Consider the following code under mod_perl (current CVS 1.25): # Get the original request object my $r = Apache->request; $r->send_http_header('text/html'); # Subclass Apache and install new $r my $r2 = bless {'_r' => $r}, 'OtherPackage'; @OtherPackage::ISA = ('Apache');

CVS build fails on Darwin

2001-03-30 Thread Ken Williams
Hi, The current CVS tree does not build on Darwin with Apache 1.3.19. The errors during 'make' are: <=== modules/perl <=== modules cc -c -I./os/unix -I./include -DDARWIN -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED -g -pipe -pipe -fno-common -DHAS_TELLDIR_PROT