Re: mod_perl2 with mod_dbd and Apache2

2008-08-27 Thread Philip M. Gollucci
Perrin Harkins wrote: In my opinion, yes. You'd have to write your own DBI, or a DBD driver that talks to mod_dbd. It would not be easy. Yeah were definitely missing the that APR::* XS glue for this, but its something I'm incredibly interested in. I just lack the time atm I think some ot

Thanks for advice

2008-08-27 Thread Niels Larsen
I would like to thank those who helped me, Parrin Harkins and Jim Brandt i think it was, move to mod_perl. Some of the result is here, http://genomics.dk:8001/UTHCT and I learned. I start Apache in CGI mode when adding and debugging, and mod_perl mode when done. That is a pleasant way for me, an

RE: Apache2/MP2/Parllel::ForkManager and Segmentation Faults

2008-08-27 Thread Berg, Eric
Ok. I appreciate your help here, Perrin. mod_backtrace gave me this: [Wed Aug 27 18:29:29 2008] pid 24456 mod_backtrace backtrace for sig 11 (thread "pid" 24456) [Wed Aug 27 18:29:29 2008] pid 24456 mod_backtrace main() is at 8062fb8 /home/pointsrv/apache/config/dev/modules/mod_backtrace.so[0xa3

Re: Apache2/MP2/Parllel::ForkManager and Segmentation Faults

2008-08-27 Thread Perrin Harkins
On Tue, Aug 26, 2008 at 3:25 PM, Berg, Eric <[EMAIL PROTECTED]> wrote: > I'm feeling like it's not the DBI stuff. Where else can I look? Your next step is probably to get a backtrace of the segfault and figure out where it crashed. - Perrin

Re: mod_perl2 with mod_dbd and Apache2

2008-08-27 Thread Perrin Harkins
On Wed, Aug 27, 2008 at 5:15 AM, Timothy Partee <[EMAIL PROTECTED]> wrote: > Am I completely on the wrong track? In my opinion, yes. You'd have to write your own DBI, or a DBD driver that talks to mod_dbd. It would not be easy. > Is there > another more simple way to implement MySQL DBI connect

AW: [mp2][configure/make]

2008-08-27 Thread Ebner.EJ.Johannes
Thank you very much for that info. I configured it with: ./Configure -de -Accflags='-fPIC' -Dprefix=/path/to/perl as Dan Axtell sugfgested. Worked perfectly. Thanks alot! >-Ursprüngliche Nachricht- >Von: Fred Moyer [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 27. August 2008 10:33

mod_perl2 with mod_dbd and Apache2

2008-08-27 Thread Timothy Partee
Quick question for the list. I've been scouring Google looking for information on Connection Pooling to MySQL 5.0 in mod_perl2 on Apache2 using mod_dbd or similar, and while I can find docs for configuring mod_dbd in Apache2, and am quite familiar with mod_perl development, I'm unable to f

Re: [mp2][configure/make]

2008-08-27 Thread Fred Moyer
[EMAIL PROTECTED] wrote: 1. Problem Description: I cannot compile mod_perl for Apache2. There seem to be two issues with the Configure.PL/make-process. Configure runs through without an error but with a warning that header files have been found in an unexpected directory (see warning message

[mp2][configure/make]

2008-08-27 Thread Ebner.EJ.Johannes
1. Problem Description: I cannot compile mod_perl for Apache2. There seem to be two issues with the Configure.PL/make-process. Configure runs through without an error but with a warning that header files have been found in an unexpected directory (see warning message below) although I have s