Re: Tool to create multiple requests

2012-03-04 Thread Perrin Harkins
Thanks for the explanation. > A large system with upwards of 250 databases (on a relatively small > number of database machines) as part of the system, these are used by up > to a half a dozen web machines which can be forced up to a limit of 50 > children per machine... We regularly broke the con

undefined symbol: MUTABLE_CV for mod_perl-2.0.6 / svn rev 1296804

2012-03-04 Thread Thomas Busch
Hi, it seems that mod_perl-2.0.6 / svn rev 1296804 doesn't work with CentOS 5 / 32 bit latest RPM packages. I guess it's the same for RedHat EL 5. On CentOS 5 the latest RPM packages for httpd and perl are: httpd-2.2.3-53.el5.centos.3 httpd-devel-2.2.3-53.el5.centos.3 perl-5.8.8-32.el5_6.3 mod

Bugs + fixes for build/make_rpm_spec

2012-03-04 Thread Thomas Busch
Hi, build/make_rpm_spec doesn't build a valid mod_perl.spec file (%define _release doesn't get set properly) if .svn/entries doesn't contain a line with "revision=". What I propose is to replace my $release = $dev_build ? svn_release() : 1; by my $release = $dev_build ? svn_release() || 0