Subject: | not a bug? not in your doc? |
Date: | Fri, 07 Nov 2008 11:25:53 -0600 |
To: | <bug-Apache-DB [...] rt.cpan.org> |
From: | "Paul Paskvan" <Paul.Paskvan [...] csu.mnscu.edu> |
Other reports are in google search. But didn't find a resolution? My environment is: Apache/2.2.9 (Win32) DAV/2 mod_ssl/2.2.9 OpenSSL/0.9.8h mod_autoindex_color PHP/5.2.6 mod_perl/2.0.4-dev Perl/v5.10.0.
On invokation with debug started up, I get error.log:
[Thu Nov 06 10:33:53 2008] [notice] Child 4088: Child process is running
[Thu Nov 06 10:33:53 2008] [notice] Child 4088: Acquired the start mutex.
[Thu Nov 06 10:33:53 2008] [notice] Child 4088: Starting 250 worker threads.
[Thu Nov 06 10:33:53 2008] [notice] Child 4088: Starting thread to listen on port 80.
[Thu Nov 06 10:33:53 2008] [notice] Child 4088: Starting thread to listen on port 443.
Loading DB routines from perl5db.pl version 1.3
Editor support available.
Enter h or `h h' for help, or `perldoc perldebug' for more help.
main::((eval 11):3):
The system cannot find the path specified.
[Thu Nov 06 10:34:04 2008] [error] [client 127.0.0.1] failed to resolve handler `ModPerl::Registry': Unable to get Terminal Size. The Win32 GetConsoleScreenBufferInfo call didn't work. The COLUMNS and LINES environment variables didn't work. The resize program didn't work. at C:/xampp/Perl/lib/Term/ReadKey.pm line 362.\nCompilation failed in require at C:/xampp/Perl/lib/Term/ReadLine/Perl.pm line 64.\n
IO::Handle::DESTROY(C:/xampp/Perl/lib/IO/Handle.pm:330):
330: sub DESTROY {} IO::Handle::DESTROY(C:/xampp/Perl/lib/IO/Handle.pm:330):
330: sub DESTROY {}
No one reported a circumvent is:
<Perl>
$ENV{COLUMNS}=80;
$ENV{LINES}=24;
use APR::Pool ();
use Apache::DB ();
Apache::DB->init;
</Perl>