You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Garrison Hoffman <ga...@codefix.net> on 2005/07/20 07:59:10 UTC

[mp2] libapreq2 error

When trying to use Apache2::Cookie I get:

/usr/sbin/apache2: symbol lookup error: 
/usr/lib/perl5/site_perl/5.8.6/i686-linux/auto/APR/Request/Apache2/Apache2.so: 
undefined symbol: apreq_handle_apache2

Is this a problem with libapreq2-2.05-dev or with my mod_perl configuration?

-gh
-- 
__________________________________________________________________
  Garrison Hoffman         Codefix Consulting       1.718.210.3445
  garrison@codefix.net     http://codefix.net/      1.866.456.0584

Re: [mp2] libapreq2 error

Posted by Fred Moyer <fr...@redhotpenguin.com>.
Garrison Hoffman wrote:
> When trying to use Apache2::Cookie I get:
> 
> /usr/sbin/apache2: symbol lookup error:
> /usr/lib/perl5/site_perl/5.8.6/i686-linux/auto/APR/Request/Apache2/Apache2.so:
> undefined symbol: apreq_handle_apache2
> 
> Is this a problem with libapreq2-2.05-dev or with my mod_perl
> configuration?

You probably have a libapreq1 installation hanging around.  Please check
to see you are loading libapreq2 like this in your httpd.conf:

LoadModule apreq_module       modules/mod_apreq2.so