On 2/1/02 5:19 PM, Rick Frankel wrote:
> On Fri, Feb 01, 2002 at 03:23:19PM -0500, Joe Schaefer wrote:
>> Ian Ragsdale <[EMAIL PROTECTED]> writes:
>>>>> I hope a new release will be just around the corner, but if you want
>>>>> to test out some of the latest stuff, have a look at
>>>>>
>>>>> http://www.apache.org/~joes/
>>
>>
>> Would someone PLEASE volunteer to try to compile and test
>> apache+mod_perl & libapreq on OS/X using the experimental
>> code I posted there? Even if you can't get it working,
>> ANY feedback about what happened when you tried would be
>> VERY helpful.
>
> Compiling as i write this :^}. If anyone else would like to send me a
> small handler which demonstrates the problem, it would be appreciated.
I don't think you need a full-blown handler, at least initially. Just try
putting:
use Apache::Request;
use Apache::Cookie;
in your "startup.pl" file, PerlRequire that in httpd.conf, and then try to
start the server. AFAIK, no one has even gotten past that part yet... :)
-John