I am not sure if this is significant I will know shortly, but you guys should be asleep.
cd apache-1.3.22 ./configure \ --enable-module=most \ --enable-shared=max \ --activate-module=src/modules/perl/libperl.a make I originally tried ./configure \ "--prefix=/usr/local/apache" \ "--activate-module=src/modules/perl/libperl.a" \ "--enable-module=most" \ "--enable-shared=max" \ "--with-layout=GNU" and it all looked to be built as DSO, so I changed it by removing the --enable-shared=max That was obviously wrong. and apparently if this works... order counts????. I believe the "PREP_HTTPD=1" might be useful bu not necessary. Let you know a little later. also, what is this? cpan> i /libapreq/ Distribution D/DO/DOUGM/libapreq-0.31.tar.gz Distribution J/JI/JIMW/libapreq-0.33.tar.gz Module Apache::libapreq (D/DO/DOUGM/libapreq-0.31.tar.gz) 3 items found ????????????????????? 0.33 gets installed if you "install Bundle::Apache" but it fetches 0,31 if you "install Apache::libapreq" The source for 0.31 is circa 1999... 0,33 has a similar layout but with a modern configuration and some bug fixes. 0.33 certainly looks like the right package. On Wednesday, October 24, 2001, at 09:58 AM, John Siracusa wrote: > On Tuesday, October 23, 2001, at 08:00 PM, Hardi Bales-Stutes wrote: >> At 6:59 PM -0400 10/23/01, John Siracusa wrote: >>> Like I said (well, tried to say), I did indeed try to install >>> libapreq after >>> building as per Ray's instructions. No dice on server startup. >> >> Well just to make sure I wasn't smoking any weird substances when I >> said that I had no problem running Apache::Cookie (and Apache::Request >> for that matter) on my set-up I went to my laptop which has a fresh >> install of OS 10.1 (never been touched by 10.0.x) and also did not >> have libapreq installed. I did an install there using CPAN shell >> (which is as vanilla as it gets). and everything went fine (it's >> always bothered me that they don't have any tests configured for >> libapreq but I guess that's why its version 0.33 and not 1.xx). >> >> The httpd comes up just fine and a couple of little test scripts using >> both modules seem to run just fine for me. > > Okay, so can you post the exact steps, from totally blank HD to working > mod_perl apache server with Apache::Request and Apache::Cookie loaded > and functioning correctly? > > Failing that, can you tar up the relevant binaries and source files and > post them somewhere? :) > > -John > > --------------------------------------------------------------------------- reply directly to: Jim Cooper mailto:[EMAIL PROTECTED] iMedia, Ltd. Tokyo http://www.ai-media.co.jp ---------------------------------------------------------------------------
