Segfault in mod_perl 1 during global destruction due to Apache::Table refcount issues

2011-03-24 Thread demerphq
We recently ran into the problem documented here: http://www.mail-archive.com/modperl@perl.apache.org/msg00947.html http://tech.groups.yahoo.com/group/modperl/messages/55410?threaded=1&m=e&var=1&tidx=1 We ended up finding the offending global storage that was holding on the Apache::Table

Trouble Installing Apache2::Request on Centos 5.5

2011-03-24 Thread Robert D Oden
I have been struggling with getting Apache2::Request (libapreq2-2.13) to run on Centos 5.5. Apache was installed during OS install. Apache2::Request was downloaded, built, tested, and installed successfully. perl Makefile.PL --with-apache2-apxs=/usr/sbin/apxs All dependencies satisfied. httpd_

Re: Trouble Installing Apache2::Request on Centos 5.5

2011-03-24 Thread André Warnier
Robert D Oden wrote: ... httpd: Syntax error on line 203 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_apreq2.so into server: libapreq2.so.3: cannot open shared object file: No such file or directory The above should give you the key, no ? Do you really have *both* these

RE: Trouble Installing Apache2::Request on Centos 5.5

2011-03-24 Thread Morten Bjørnsvik
Hi Robert Our automatic installer have the following paramerters for the libapreq2.13 line: $PERL_BIN=/opt/perl/bin/perl $APXS_BIN=/opt/apache/bin/apxs $APACHE_DIR=/opt/apache : Apache2::Request2.13libapreq2-2.13.tar.gz downloaded_201012171512 "$PERL_BIN Makefile.PL \ --with-apach

Re: Trouble Installing Apache2::Request on Centos 5.5

2011-03-24 Thread Alexander Goller
Hi, find out why libapreq2.so.3 is not existing. It usually links to the library file with the full version number (and maybe you should check if the linker knows about the lib), maybe you just forgot to run ldconfig? cheers, alex On 03/24/2011 03:25 PM, Robert D Oden wrote: I have been stru

Re: Trouble Installing Apache2::Request on Centos 5.5

2011-03-24 Thread Fred Moyer
On Thu, Mar 24, 2011 at 7:25 AM, Robert D Oden wrote: > I have been struggling with getting Apache2::Request (libapreq2-2.13) to run > on Centos 5.5. > > Apache was installed during OS install. It sounds like you installed Apache and mod_perl via rpm or yum. Try installing libapreq2 via yum also