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/auto/APR/Request/Apache2/Apache2.so: undefined symbol: > apreq_handle_apache2'. > > I ran 'nm' on libapreq2.so.3 and it returned > "nm: /usr/lib/libapreq2.so.3: no symbols". > > Can anyone help with this?
Did you put LoadModule apreq_module modules/mod_apreq2.so in your httpd.conf? Heiko