Re: Apache2::Request undefined symbol

2008-07-07 Thread Heiko Jansen
Am Montag, den 07.07.2008, 08:31 +1000 schrieb Paul Cameron: > I installed the library package 'libapreq2' on an Ubuntu 7.10 distro, > and tried dereferencing the 'Apache2::Request' module in a mod_perl > script, but it crashed with '/usr/sbin/apache2: symbol lookup error: > > /usr/lib/perl5/au

RE: Apache2::Request undefined symbol

2008-07-07 Thread Paul Cameron
en the server started, it didn't load mod_apreq2.so. Thanks for your help, anyway. -Original Message- From: Heiko Jansen [mailto:[EMAIL PROTECTED] Sent: Monday, 7 July 2008 5:15 PM To: modperl@perl.apache.org Subject: Re: Apache2::Request undefined symbol Am Montag, den 07.07.2008, 08

RE: Apache2::Request undefined symbol

2008-07-07 Thread Mark Hedges
7;t load mod_apreq2.so. > > Thanks for your help, anyway. > > -Original Message- > From: Heiko Jansen [mailto:[EMAIL PROTECTED] > Sent: Monday, 7 July 2008 5:15 PM > To: modperl@perl.apache.org > Subject: Re: Apache2::Request undefined symbol > > > > Am M

Re: Apache2::Request undefined symbol

2008-07-09 Thread Colin Wetherbee
Mark Hedges wrote: That's a normal thing. All installed modules put their config into mods-available. Then you use `a2enmod` to manage those symlinks and turn them on or off in mods-enabled. +1 I believe all Debian-based distributions have done this with Apache 2 for a few years now. It s

RE: Apache2::Request undefined symbol

2008-07-09 Thread Paul Cameron
n; modperl@perl.apache.org Subject: Re: Apache2::Request undefined symbol Mark Hedges wrote: > That's a normal thing. All installed modules put their config into > mods-available. Then you use `a2enmod` to manage those symlinks and > turn them on or off in mods-enabled. +1 I believe all De