Re: help with Apache::DB

2003-02-19 Thread giorgos
must be Apache::DB specific. still i am clueless as to what it could be... regards, giorgos On Tue, 2003-02-18 at 23:14, Stas Bekman wrote: giorgos zervas wrote: hi all, i am using Apache::DB to debug my mod_perl handlers and altough the debugger seems to be working fine it won't display

Re: help with Apache::DB

2003-02-19 Thread Perrin Harkins
On Tue, 2003-02-18 at 08:07, giorgos zervas wrote: i am using Apache::DB to debug my mod_perl handlers and altough the debugger seems to be working fine it won't display the source code next to the current line being debugged. That's because you are compiling that code before you activate

Re: help with Apache::DB

2003-02-19 Thread Stas Bekman
Perrin Harkins wrote: On Tue, 2003-02-18 at 08:07, giorgos zervas wrote: i am using Apache::DB to debug my mod_perl handlers and altough the debugger seems to be working fine it won't display the source code next to the current line being debugged. That's because you are compiling that code

help with Apache::DB

2003-02-18 Thread giorgos zervas
hi all, i am using Apache::DB to debug my mod_perl handlers and altough the debugger seems to be working fine it won't display the source code next to the current line being debugged. for example: DB10 r scalar context return from CODE(0x8d7101c): - undef Apache::DB::CODE(0x8d7101c)(/usr/local

help with Apache::DB

2003-02-18 Thread giorgos zervas
hi all, i am using Apache::DB to debug my mod_perl handlers and altough the debugger seems to be working fine it won't display the source code next to the current line being debugged. for example: DB10 r scalar context return from CODE(0x8d7101c): - undef Apache::DB::CODE(0x8d7101c)(/usr/local

Re: help with Apache::DB

2003-02-18 Thread Stas Bekman
giorgos zervas wrote: hi all, i am using Apache::DB to debug my mod_perl handlers and altough the debugger seems to be working fine it won't display the source code next to the current line being debugged. for example: DB10 r scalar context return from CODE(0x8d7101c): - undef Apache::DB

[patch] Apache::DB now works with 5.8.0+

2002-11-29 Thread Stas Bekman
To all those having problems with Apache::DB and perl 5.8.0+ (CC'ing all those who have complained recently). Try this patch: --- Apache-DB-0.06/DB.pm.old 1999-10-12 07:50:33.0 +0800 +++ Apache-DB-0.06/DB.pm 2002-11-29 18:03:47.0 +0800 @@ -14,6 +14,7 @@ $Apache::Registry

Apache::DB and perl 5.80

2002-11-28 Thread Rob Mueller
I've noticed a few comments around the web of problems with 5.8.0 and Apache::DB, but no responses that anyone is looking at it or has a solution. ~www/bin/httpd -X -Dperldb [notice] Apache::DB initialized in child 2076 [Thu Nov 28 03:24:44 2002] [error] No DB::DB routine defined at /usr/local

Re: Apache::DB and perl 5.80

2002-11-28 Thread Michael Maibaum
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday, Nov 28, 2002, at 00:25 US/Pacific, Rob Mueller wrote: I've noticed a few comments around the web of problems with 5.8.0 and Apache::DB, but no responses that anyone is looking at it or has a solution. I've had much the same problem

Re: Apache::DB and perl 5.80

2002-11-28 Thread John Siracusa
On 11/28/02 4:13 AM, Michael Maibaum wrote: On Thursday, Nov 28, 2002, at 00:25 US/Pacific, Rob Mueller wrote: I've noticed a few comments around the web of problems with 5.8.0 and Apache::DB, but no responses that anyone is looking at it or has a solution. I've had much the same problem

Apache::DB failing

2002-11-05 Thread Michael Maibaum
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I'm trying to get Apache::DB working, but currently, I am failing. I have used it previously with perl 5.6.1, but I have upgraded to 5.8 and I can't get it to work. Other mod_perl stuff works fine (I recompiled mod_perl and apache after

Re: Trouble with Apache::DB

2002-10-27 Thread Kip Cranford
this all worked on my other systems with 5.6.1) and put that on there. I compiled without debugging support (and just used almost all the defaults), recompiled mod_perl and Apache, and that seems to have done the trick. I still don't know what the problem is, whether it's with perl, Apache::DB, RH

Re: Trouble with Apache::DB

2002-10-25 Thread William McKee
On 24 Oct 2002 at 23:35, John Siracusa wrote: I got a similar error a while back when I tried it with the same versions of Perl, mod_perl, and apache (but on Mac OS X). I googled a while and all I could come up with were some posts from internals hackers about perl data structures getting

Trouble with Apache::DB

2002-10-24 Thread Kip Cranford
Apache::DB and running with httpd -X. I received this error: [error] No DB::DB routine defined at /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/Apache.pm line 4. Now, nothing has changed with my project (i.e. the Apache config is the same, the code is the same, etc), only the version

Re: Trouble with Apache::DB

2002-10-24 Thread John Siracusa
. However, today I attempted to debug something using Apache::DB and running with httpd -X. I received this error: [error] No DB::DB routine defined at /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/Apache.pm line 4. I got a similar error a while back when I tried it with the same

Re: Apache::DB

2002-05-18 Thread Gregory Matthews
At 01:30 AM 5/18/2002 +0800, you wrote: [please don't forget that to CC the list!] Gregory Matthews wrote: Stas: Thanks for your reply on my issue in the Mod_Perl list. Excuse my ignorance, but how do I do the following: before you try to build Apache::DB try to build test.c with the contents

Re: Apache::DB

2002-05-18 Thread Gregory Matthews
Stas: Thanks again! Gregory At 01:30 AM 5/18/2002 +0800, you wrote: [please don't forget that to CC the list!] Gregory Matthews wrote: Stas: Thanks for your reply on my issue in the Mod_Perl list. Excuse my ignorance, but how do I do the following: before you try to build Apache::DB try

Re: Apache::DB

2002-05-17 Thread Stas Bekman
Gregory Matthews wrote: Hello All. I am trying to install Apache::DB and am getting the following error: + make test cc -c-DVERSION=\0.06\ -DXS_VERSION=\0.06\ -DPIC -fpic -I/usr/libdata/perl/5.00503/mach/CORE DB.c In file included from /usr/include/sys/time.h:289

Re: Apache::DB

2002-05-17 Thread Per Einar Ellefsen
At 06:41 17.05.2002, Gregory Matthews wrote: Hello All. I am trying to install Apache::DB and am getting the following error: + make test cc -c-DVERSION=\0.06\ -DXS_VERSION=\0.06\ -DPIC -fpic -I/usr/libdata/perl/5.00503/mach/CORE DB.c In file included from /usr/include/sys

Re: Apache::DB

2002-05-17 Thread Stas Bekman
[please don't forget that to CC the list!] Gregory Matthews wrote: Stas: Thanks for your reply on my issue in the Mod_Perl list. Excuse my ignorance, but how do I do the following: before you try to build Apache::DB try to build test.c with the contents: #include time.h int main(void

Re: Apache::DB

2002-05-17 Thread Stas Bekman
Gregory Matthews wrote: Stas: Out of curiosity, what do YOU use to debug perl running under mod_perl? Apache::DB __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide

Apache::DB

2002-05-16 Thread Gregory Matthews
Hello All. I am trying to install Apache::DB and am getting the following error: + make test cc -c-DVERSION=\0.06\ -DXS_VERSION=\0.06\ -DPIC -fpic -I/usr/libdata/perl/5.00503/mach/CORE DB.c In file included from /usr/include/sys/time.h:289, from /usr

Apache::DB for win32

2002-04-17 Thread [EMAIL PROTECTED]
Hi winnt/as561/ modperl 1_26_01-dev / apache 1.3.22 I installed Apache::DB module from theoryx5 repository. I put the necessary directives in httpd.conf. It is said to start apache with -X flag. but there is no such possibility on win32 apache. so i started the server normally and manually

Re: Apache::DB patch

2002-03-05 Thread Enrico Sorcinelli
On Tue, 05 Mar 2002 10:00:56 +0800 Stas Bekman [EMAIL PROTECTED] wrote: Enrico Sorcinelli wrote: On Fri, 01 Mar 2002 11:16:15 +0800 Stas Bekman [EMAIL PROTECTED] wrote: Enrico Sorcinelli wrote: Hi all, I started to use Apache::DB (0.06) to interactively debug under mod_perl using

Re: Apache::DB patch

2002-03-05 Thread Stas Bekman
Enrico Sorcinelli wrote: 2) I use the ptkdb 'File' menu command Close Window and Run (but I've added this in the button bar) instead of Run. In this case at the end of code, the debugger won't hang and the window will closed. Note that if there are breakpoint, the window will be closed and

Re: Apache::DB patch

2002-03-04 Thread Enrico Sorcinelli
On Fri, 01 Mar 2002 11:16:15 +0800 Stas Bekman [EMAIL PROTECTED] wrote: Enrico Sorcinelli wrote: Hi all, I started to use Apache::DB (0.06) to interactively debug under mod_perl using ptkdb. I see that is necessary to modify Apache/DB.pm but, after this, the debugger will be run always

Re: Apache::DB patch

2002-03-04 Thread Stas Bekman
Enrico Sorcinelli wrote: On Fri, 01 Mar 2002 11:16:15 +0800 Stas Bekman [EMAIL PROTECTED] wrote: Enrico Sorcinelli wrote: Hi all, I started to use Apache::DB (0.06) to interactively debug under mod_perl using ptkdb. I see that is necessary to modify Apache/DB.pm but, after

Apache::DB patch

2002-02-28 Thread Enrico Sorcinelli
Hi all, I started to use Apache::DB (0.06) to interactively debug under mod_perl using ptkdb. I see that is necessary to modify Apache/DB.pm but, after this, the debugger will be run always under ptkdb. The little patch I propose to Apache/DB.pm is to improve Apache to dinamically switch from

Re: Apache::DB patch

2002-02-28 Thread Stas Bekman
Enrico Sorcinelli wrote: Hi all, I started to use Apache::DB (0.06) to interactively debug under mod_perl using ptkdb. I see that is necessary to modify Apache/DB.pm but, after this, the debugger will be run always under ptkdb. The little patch I propose to Apache/DB.pm is to improve Apache

RE: Apache::DB fatal error U1077 on Win32

2001-06-15 Thread Ender Josef
. If so, you could - upgrade to VC++ 6 You're right. I used VC++ 5. Now I installed VC++ 6 SP4 and get a new error: ---snip--- DB.obj : error LNK2001: unresolved external symbol _Perl_rsignal_state blib\arch\auto\Apache\DB\DB.dll : fatal error LNK1120: 1 unresolved externals NMAKE : fatal error U1077

RE: Apache::DB fatal error U1077 on Win32

2001-06-15 Thread Randy Kobes
and get a new error: ---snip--- DB.obj : error LNK2001: unresolved external symbol _Perl_rsignal_state blib\arch\auto\Apache\DB\DB.dll : fatal error LNK1120: 1 unresolved externals NMAKE : fatal error U1077: 'link' : return code '0x460' Stop. ---snip--- Hi, Doug suggests to comment out

Apache::DB fatal error U1077 on Win32

2001-06-13 Thread Ender Josef
Hello When I tried to install Apache::DB on NT 4.0, Perl 5.6.1, Apache 1.3.20 mod_perl/1.25_01-dev the following error occured: C:\Perl\lib\CORE\perl56.lib : fatal error LNK1106: invalid file or disk full: ca nnot seek to 0x3afe435e NMAKE : fatal error U1077: 'link' : return code '0xc' Stop

Re: Apache::DB fatal error U1077 on Win32

2001-06-13 Thread Randy Kobes
On Wed, 13 Jun 2001, Ender Josef wrote: Hello When I tried to install Apache::DB on NT 4.0, Perl 5.6.1, Apache 1.3.20 mod_perl/1.25_01-dev the following error occured: C:\Perl\lib\CORE\perl56.lib : fatal error LNK1106: invalid file or disk full: cannot seek to 0x3afe435e NMAKE : fatal

Re: Apache::DB fatal error U1077 on Win32

2001-06-13 Thread William A. Rowe, Jr.
? There is an incompatibility there, as ActiveState uses VC++ 6. That's his bug already (boy does that look familiar :-/) If so, you could - upgrade to VC++ 6 - compile Perl with VC++ 5 - install Apache-DB thru the ppm utility: within your ppm utility shell, set the repository to http

Re: Apache::DB and core dump

2000-10-30 Thread G.W. Haywood
Hi there, On Mon, 30 Oct 2000, Marek W wrote: Do you possibly know what could have caused this error while trying to run this module. I use Linux RH 6.2. and mod_perl 1.23 Read SUPPORT. 73, Ged.

Re: Apache::DB and core dump

2000-10-30 Thread Perrin Harkins
On Mon, 30 Oct 2000, Marek W wrote: Do you possibly know what could have caused this error while trying to run this module. I use Linux RH 6.2. and mod_perl 1.23 I've had problems with Apache::DB when using Apache::Request. I have not attempted to solve them yet. - Perrin

Re: Apache::DB in emacs

2000-09-26 Thread Doug MacEachern
On 24 Sep 2000 [EMAIL PROTECTED] wrote: Can anyone tell me if there is a way to run mod_perl's Apache::DB under emacs? there are some 'remote' hooks in the Perl debugger (perl5db.pl), but i've only heard about it, never tried, so not sure if that is a possible solution. i don't think Apache

Re: Apache::DB in emacs

2000-09-26 Thread rwk
mod_perl's Apache::DB under emacs? there are some 'remote' hooks in the Perl debugger (perl5db.pl), but i've only heard about it, never tried, so not sure if that is a possible solution. i don't think Apache::DB as-is will run under emacs, unless somebody with enough emacs-lisp-fu can rig so

Re: Prb: Apache::DB plus Perl 5.6 doesn't break

2000-05-19 Thread Doug MacEachern
i hadn't tried Apache::DB with newer Perl since 5.005_6x-ish, there was a fix that went into version 0.06 for that, are you using 0.06? i am able to set breakpoints no problem with 5.6.0 (perl-current, actually). i would suggest stripping back your Perl config to something simple (i tested

Re: Prb: Apache::DB plus Perl 5.6 doesn't break

2000-05-19 Thread Jeremy Howard
i am able to set breakpoints no problem with 5.6.0 (perl-current, actually). i would suggest stripping back your Perl config to something simple (i tested with b Apache::Status::handler) and make sure require Apache::DB/Apache::DB-init is the first piece of Perl code to run. Thanks

Re: Prb: Apache::DB plus Perl 5.6 doesn't break

2000-05-19 Thread Doug MacEachern
On Fri, 19 May 2000, Jeremy Howard wrote: Thanks heaps, Doug--moving require Apache::DB/Apache::DB-init to the top fixed it! kool! Previously I had 'use Apache' 1st, which worked fine under the "old" version... It's funny the things that change between versions, isn't it? In fa

Prb: Apache::DB plus Perl 5.6 doesn't break

2000-05-18 Thread Jeremy Howard
Well, that subject line looks a bit odd, doesn't it? What I mean is that with Perl 5.6.0, Apache::DB is broken, because it doesn't break... Er, that is, you can add breakpoints, but Apache::DB never actually breaks on them. Is anyone else having this problem? Is there a new version

Re: Prb: Apache::DB plus Perl 5.6 doesn't break

2000-05-18 Thread Jeremy Howard
Well, that subject line looks a bit odd, doesn't it? What I mean is that with Perl 5.6.0, Apache::DB is broken, because it doesn't break... Er, that is, you can add breakpoints, but Apache::DB never actually breaks on them. Is anyone else having this problem? Is there a new version

Re: [Patch] Apache::DB on Win32

2000-03-30 Thread Doug MacEachern
thanks Gerald, applied for 0.07. On Wed, 29 Mar 2000, Gerald Richter wrote: Hi Doug, the following patch allows Apache::DB to be used on Win32 Systems: In DB.xs wrap the SIGINT call at the last line inside a conditional, like: #ifndef WIN32 if (ApacheSIGINT) (*ApacheSIGINT

[Patch] Apache::DB on Win32

2000-03-29 Thread Gerald Richter
Hi Doug, the following patch allows Apache::DB to be used on Win32 Systems: In DB.xs wrap the SIGINT call at the last line inside a conditional, like: #ifndef WIN32 if (ApacheSIGINT) (*ApacheSIGINT)(SIGINT); #endif Gerald

Re: Why does using Apache::DB as described by Stas break mod_perl?

2000-01-05 Thread Stas Bekman
Try to add PerlModule Apache::Registry before the Location ... part I would like to use the Apache::DB as described on http://perl.apache.org/guide/porting.html, but I get an "Undefined subroutine Apache::Registry::handler" error. Any suggestions? My config before trying