in reply to Apache::Request, myth or reality?

You must have mod_perl installed to use Apache::Request. It is an extension of mod_perl. Also, you're not following the documentation for the new() method correctly. You're supposed to call it with a request_rec object from mod_perl: my $apr = Apache::Request->new($r);

Replies are listed 'Best First'.
Re: Re: Apache::Request, myth or reality?
by ryddler (Monk) on Sep 19, 2001 at 01:57 UTC
    I do have mod_perl installed. I'm thinking my problem has to do with libapreq not installing properly because there doesn't seem to be a Request.dll in the site/lib/auto/Apache/Request folder.

    ryddler
      I've never tried using libapreq on NT. You should probably look at the mod_perl mailing list. You can find some discussion about libapreq on NT here. There are pre-built binaries available as well.
        I just had the same problem on Unix... (yeah, I know I'm replying to something 2 years later...) But, the key is: place the cgi in a mod_perl specified dir as per your web configuration! Bill