Re: [mp2] symbol lookup error on Debian (testing)

2006-04-28 Thread Mark A. Hershberger
Cees Hek [EMAIL PROTECTED] writes: In debian there is a file in /etc/apache2/mods-available called apreq.load. Just link that to your /etc/apache2/mods-enabled directory and restart apache2 ln -s /etc/apache2/mods-available/apreq.load /etc/apache2/mods-enabled/apreq.load Or, the “debian

[mp2] symbol lookup error on Debian (testing)

2006-04-27 Thread Garrison Hoffman
Can anyone guide me in the right direction? I'm trying to run a recent mod_perl2 setup on Debian but I've run in to: /usr/sbin/apache2: symbol lookup error: /usr/lib/perl5/auto/APR/Request/Apache2/Apache2.so: undefined symbol: apreq_handle_apache2 I am using the following packages from Debian

Re: [mp2] symbol lookup error on Debian (testing)

2006-04-27 Thread Cees Hek
On 4/27/06, Garrison Hoffman [EMAIL PROTECTED] wrote: Can anyone guide me in the right direction? I'm trying to run a recent mod_perl2 setup on Debian but I've run in to: /usr/sbin/apache2: symbol lookup error: /usr/lib/perl5/auto/APR/Request/Apache2/Apache2.so: undefined symbol:

Re: [mp2] symbol lookup error on Debian (testing)

2006-04-27 Thread John Plumbley
When I had that problem I found the answer at http://search.cpan.org/~joesuf/libapreq2-2.07/FAQ.pod which says: Be sure your server config contains a line like: LoadModule apreq_module modules/mod_apreq2.so --John.