Re: APR::Request gets Symbol Not Found

2009-11-21 Thread Bill Karwin
Joe Schaefer-6 wrote: > > Did you remember to load mod_apreq2 into httpd? > Typically requires a LoadModule apreq_module modules/mod_apreq2.so > That did it! Thanks very much. I now can start Apache with mod_perl and mod_apreq2, and I believe server-info confirms it: Apache/2.2.14 (Unix) D

Re: APR::Request gets Symbol Not Found

2009-11-21 Thread Joe Schaefer
Did you remember to load mod_apreq2 into httpd? Typically requires a LoadModule apreq_module modules/mod_apreq2.so - Original Message > From: Bill Karwin > To: modperl@perl.apache.org > Sent: Sat, November 21, 2009 1:27:31 PM > Subject: Re: APR::Request gets Symb

Re: APR::Request gets Symbol Not Found

2009-11-21 Thread Bill Karwin
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

Re: APR::Request gets Symbol Not Found

2009-11-18 Thread Perrin Harkins
On Wed, Nov 18, 2009 at 9:55 PM, Bill Karwin wrote: > However when I try to test that I can load the module: > > $ perl -MAPR::Request -e true > 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/pe

APR::Request gets Symbol Not Found

2009-11-18 Thread Bill Karwin
I'm on Mac OS X 10.5 (Leopard). I have Apache 2.2.14 and mod_perl2 version 2.0.4.0 installed and working. They are installed via macports. Then I installed libapreq2, and it also seemed to install without error. Version 2.12.0, also via macports. However when I try to test that I can load the