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