I reinstalled mysql from source and recompiled my DBD::mysql against
its new libs, and I still get the same backtrace:
Using host libthread_db library "/lib64/tls/libthread_db.so.1".
...
#0 0x002a994cf93e in mysql_send_query ()
from /home/mysql/lib/mysql/libmysqlclient.so.15
(gdb) bt fu
Note that the link you provided references the mod_perl 1 docs.
See this note regarding PerlFreshRestart and mod_perl 2:
http://perl.apache.org/docs/2.0/user/porting/compat.html#C_PerlFreshRestart_
In short, it's only available in mod_perl 1 and you shouldn't need it in 2.
deepakbattu wrote:
Hello everyone ,
I had installed mod_perl2 on my system following the simple install
given in the INSTALL file and later configured apache2, adding the
LoadModule line.After that i installed request tracker software and added
the line "PerlFreshRestart On" to the httpd.conf file.And when i re
2008/6/3, Perrin Harkins <[EMAIL PROTECTED]>:
>
> On Tue, Jun 3, 2008 at 4:51 AM, titetluc titetluc <[EMAIL PROTECTED]>
> wrote:
> > The symptoms: the debugger is correcly called but does not dipslay the
> > source script.
Your guess is correct !!! I called Apache::DB->init() too late
Thanks a l
Hi All,
I've built and have been running 5.10.0 for a while now and I am trying to
build mod_perl-2.0.4 with it.
Apache is stock Centos 5 x86_64:
rpm -q httpd-devel
httpd-devel-2.2.3-11.el5_1.centos.3
perl was built with:
sh Configure -de
make
make test
make ins