I regret I was not subscribed for a few days.
If anyone knows anything about this: "some 'remote' hooks in the Perl
debugger" and they posted to this list, please let me know at:
[EMAIL PROTECTED]
I am now re-subscribed.
Thanks,
Dick
> > Can anyone tell me if there is a way to run mod_perl's
Can anyone tell me if there is a way to run mod_perl's Apache::DB under
emacs?
That is, with the "gdb" (or "perldb") keystrokes and source code
steping etc..., rather than from a shell command line.
Thanks,
Dick
I did the same thing (static linking) and it now also works.
FYI, I was using the Apache httpd out of the box from Redhat. It had
been compiled with http_core, mod_so and no other modules. All modules
(including mod_perl) were dynamically loaded in the httpd.conf file.
I have a feeling that th
I am running Apache/1.3.9 (Unix) (Red Hat/Linux 6.2) and DBI-1.14.
When I include a "use DBI" in the startup.pl file, Apache code dumps.
A "use DBI" in cgi scripts works OK. However, as I need to pre-load a
few arrays with data to be shared by the child processes, I need to do
it in the startu
> [EMAIL PROTECTED] wrote:
> >
> > open(F, '> /tmp/count)
>
> --^^
>
> Is that just a typo in the email, or is there really a closing '
> missing?
Just a typo in the email...
> >
> > I don't know where to begin to debug this. Any suggestions?
>
> The apache error_log fi
I have what must be a very stupid problem...
I cannot get Apache httpd to start when I use DBI in the startup file.
Here are two examples of my startup file. The first one works (i.e.,
httpd runs). The second one fails (i.e., httpd won't run.)
1. Startup.pl
#!/usr/bin/perl
# use DBI;
1;
2.
I read in "Apache Modules with Perl and C" book:
"...there is a pre-alpha version of a mod-perl compatible Perl debugger
in the works; it could very well be available from CPAN by the time you
read this."
I have searched CPAN for this without success.
Can anyone point me to it?
Thanks,
Dick Kr
I read in "Apache Modules with Perl and C" book:
"...there is a pre-alpha version of a mod-perl compatible Perl debugger
in the works; it could very well be available from CPAN by the time you
read this."
I have searched CPAN for this without success.
Can anyone point me to it?
Thanks,
Dick Kr