Did you remember to load mod_apreq2 into httpd? Typically requires a LoadModule apreq_module modules/mod_apreq2.so
----- Original Message ---- > From: Bill Karwin <b...@karwin.com> > To: modperl@perl.apache.org > Sent: Sat, November 21, 2009 1:27:31 PM > Subject: Re: APR::Request gets Symbol Not Found > > > > > Perrin Harkins-3 wrote: > > > > You can't load some of the Apache:: modules from the command-line. > > They depend on the apache environment to run. Try loading it from > > your httpd.conf instead. > > > > Hi Perrin, thanks for your quick reply. I tried your suggestion but I got a > similar error as I got from the command line. > > I added this in httpd-vhosts.conf: > > PerlModule APR::Request > > I tried restarting Apache and this appeared in my Apache error_log: > > [Fri Nov 20 23:22:36 2009] [error] > Can't load > '/opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level/auto/APR/Request/Request.bundle' > > > for module APR::Request: > dlopen(/opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level/auto/APR/Request/Request.bundle, > 1): > Symbol not found: _apreq_hook_disable_uploads\n > Referenced from: > /opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level/auto/APR/Request/Request.bundle\n > > > Expected in: dynamic lookup\n at (eval 2) line 3\nCompilation failed in > require at (eval 2) line 3.\n > > Regards, > Bill Karwin > > -- > View this message in context: > http://old.nabble.com/APR%3A%3ARequest-gets-Symbol-Not-Found-tp26419579p26459073.html > Sent from the mod_perl - General mailing list archive at Nabble.com.