Boris Zentner <[EMAIL PROTECTED]> writes: > Hi, > > whenever I try to use a script that use libapreq2 without mod_perl > libapreq segfaults.
> Here is a small example. > > lisa:~ borisz$ perl -MApache2::Request -e1 That's expected, since APR::Request::Apache2 depends on mod_perl Have the script use APR::Request::CGI instead. -- Joe Schaefer
