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 | [reply] |
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.
| [reply] |
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
| [reply] |