Have you tried to put use Apache2::RequestReq; along with the other use statements? I ran into the same problem, except that I wanted Apache2::ServerUtil->server, and that was fixed by including Apache2::ServerRec as well as Apache2::ServerUtil. I'm not entirely sure why this is, but it's probably related to the fact that Apache2::[Server,Request]Util extendthe functionality of the ServerRec/RequestRec classes.
Hopefully this'll fix it. Arne :wq >