Re: Database handle destroyed.....

2004-05-08 Thread Stas Bekman
Mark A. Downing wrote: On Fri, 7 May 2004, Stas Bekman wrote: Ah, now I understand. Thanks. Which version Mark is using? I'm running 1.99_12. _13 didn't work for me. I too struggled with Apache::DBI. If there is something I can do to help, please let me know. What didn't work? You can see the

Re: Database handle destroyed.....

2004-05-07 Thread Frank Wiles
On Thu, 06 May 2004 19:00:46 -0700 Stas Bekman [EMAIL PROTECTED] wrote: Hulya Gurer wrote: Sorry Stas, here it's. We are already using Apache::DBI-connect_on_init() and there are not many accesses to the database at this point that concern more than one connection. As I

Re: Database handle destroyed.....

2004-05-07 Thread Mark A. Downing
On Fri, 7 May 2004, Frank Wiles wrote: Well the source leads me to believe they already know it doesn't work with mp2. To quote it TODO - Should check for mod_perl 2 and do the right thing there. I made some changes to make Apache-DBI work with mod_perl2 a few months ago. It works

Re: Database handle destroyed.....

2004-05-07 Thread Frank Wiles
On Fri, 7 May 2004 09:31:44 -0700 (PDT) Mark A. Downing [EMAIL PROTECTED] wrote: On Fri, 7 May 2004, Frank Wiles wrote: Well the source leads me to believe they already know it doesn't work with mp2. To quote it TODO - Should check for mod_perl 2 and do the right thing there. I

Re: Database handle destroyed.....

2004-05-07 Thread Hulya Gurer
Actually everything works with Perl 5.8.0 mod_perl 1.99.08 gcc 2.95.3 configuration, this error showed up after we upgraded one of our server to perl 5.8.3, mod_1.99.13, gcc.295.3 H. At 07:33 AM 5/7/2004, Frank Wiles wrote: On Thu, 06 May 2004 19:00:46 -0700 Stas Bekman [EMAIL PROTECTED] wrote:

Re: Database handle destroyed.....

2004-05-07 Thread Frank Wiles
On Fri, 07 May 2004 09:49:13 -0700 Hulya Gurer [EMAIL PROTECTED] wrote: Actually everything works with Perl 5.8.0 mod_perl 1.99.08 gcc 2.95.3 configuration, this error showed up after we upgraded one of our server to perl 5.8.3, mod_1.99.13, gcc.295.3 H. At 07:33 AM 5/7/2004, Frank

Re: Database handle destroyed.....

2004-05-07 Thread Stas Bekman
Hulya Gurer wrote: Mark, thanks for the code. I am not sure why but it didn't work for us. It could be the versions of everything we are on now. Unfortunately I can not lower the version of mod_perl-1.99.13 to .08 , Hulya, why do you need to downgrade to .08? Have you actually tried to patch

Re: Database handle destroyed.....

2004-05-07 Thread Stas Bekman
Hulya Gurer wrote: Since everything was working on old versions I wanted to lower the mod_perl to 08, but I can't anyway, so I am not lowering the mod_perl, but Mark's patch didn't work, we tried it and still get the same thing. Ah, now I understand. Thanks. Which version Mark is using? At

Database handle destroyed.....

2004-05-06 Thread Hulya Gurer
Hello, I have a new Solaris server that runs on Solaris 8 and has been upgraded to Perl 5.8.3, Apache 2.49, mod_perl 1.99.13, and DB2 running as Database. When I start the apache server with startup.pl I get, Database handle destroyed without explicit disconnect at /usr/local/lib/perl5

Re: Database handle destroyed.....

2004-05-06 Thread Stas Bekman
Hulya Gurer wrote: Hello, I have a new Solaris server that runs on Solaris 8 and has been upgraded to Perl 5.8.3, Apache 2.49, mod_perl 1.99.13, and DB2 running as Database. When I start the apache server with startup.pl I get, Database handle destroyed without explicit disconnect at /usr

Re: Database handle destroyed.....

2004-05-06 Thread Stas Bekman
Hulya Gurer wrote: Sorry Stas, here it's. We are already using Apache::DBI-connect_on_init() and there are not many accesses to the database at this point that concern more than one connection. As I suggested: Apache::DBI doc doesn't claim to be ported to 2.0, it only suggests that it may work