Apache::DBI connection lost contact error

2013-05-29 Thread Xinhuan Zheng
Hi, I have apache 2.2.23 statically compiled with mod_perl2 (prefork). perl binary is 5.10.1. In startup.plhttp://startup.pl/ file there is call Apache::DBI-connect_on_init. code use Apache::DBI; Apache::DBI-connect_on_init( $DB_DRIVER, $DB_USER, $DB_PASSWORD ); use DBI; /code I need to call

Re: Apache::DBI connection lost contact error

2013-05-29 Thread Jim Schueler
A few questions: Precisely when do you get this error? When startup.pl exits or before? Can you send a copy of your startup.pl file? You get exactly the same error on startup and shutdown? If PerlRequire startup.pl is commented out, do you still get errors? Do you get errors when

Re: Apache::DBI connection lost contact error

2013-05-29 Thread Perrin Harkins
Hi, Apache::DBI is supposed to skip caching if you connect during startup. You should just need to disconnect your database handle after you finish with it. It sounds like you're opening it and then leaving it open. - Perrin On Wed, May 29, 2013 at 3:24 PM, Xinhuan Zheng

Re: Fwd: Re: Bug#666822: Apache 2.4 upload date scheduled for May 30; mod_perl needs work

2013-05-29 Thread Dominic Hargreaves
On Thu, May 23, 2013 at 04:57:45PM +0200, Cosimo Streppone wrote: FYI, Original Message Subject: Re: Bug#666822: Apache 2.4 upload date scheduled for May 30; mod_perl needs work Date: Thu, 23 May 2013 15:22:36 +0100 From: Dominic Hargreaves d...@earth.li To:

Errors building mod_perl on 64 bit perl Solaris

2013-05-29 Thread Kartik Vashishta
Hi, I am getting the following errors on 2.0.7: Manifying ../blib/man3/Apache2::Reload.3 modperl_perl.c: In function âmodperl_hash_seed_setâ: modperl_perl.c:272:9: error: âPL_rehash_seedâ undeclared (first use in this function) modperl_perl.c:272:9: note: each undeclared identifier is reported

Re: Errors building mod_perl on 64 bit perl Solaris

2013-05-29 Thread John D Groenveld
In message CAJFC5W0p-skKsgOhit8zf=QvawoXqc=wp8i51_bbe2jxejx...@mail.gmail.com , Kartik Vashishta writes: and on 2.0.8, I am getting the following error: symbol PL_check: relocations based on the ABS44 coding model can not be used in building a shared object mod_perl 2.0.8 builds for me with