Re: ApacheDBI vs DBI for TicketMaster

2000-01-02 Thread Randy Harmon

On Sun, Jan 02, 2000 at 01:48:58AM -0600, Ed Loehr wrote:
 My apache children are seg faulting due to some combination of
 DBI usage and the cookie-based authentication/authorization
[...]
 child seg faults.  If I comment out all DBI references in the

Hm, are you connecting to your database prior to Apache's forking - i.e., in
your startup.pl?  That could cause trouble, especially on older versions of
Apache and Apache::DBI.

 Any clues?

Not much of one.  Hope it helps.

Randy



Re: ApacheDBI vs DBI for TicketMaster

2000-01-02 Thread Ed Loehr

Edmund Mergl wrote:

   On Sun, Jan 02, 2000 at 01:48:58AM -0600, Ed Loehr wrote:
My apache children are seg faulting due to some combination of
DBI usage and the cookie-based authentication/authorization
   [...]
child seg faults.  If I comment out all DBI references in the
  
   Hm, are you connecting to your database prior to Apache's forking
 
  No.  BTW, this is all on apache 1.3.9 with mod_ssl 2.4.9 and mod_perl 1.21 on
 Redhat 6.1 (2.2.12-20smp)...


 do you use rpm's or did you compile everything by yourself ?

Compiled everything myself.  Oh, and I am also using DBD::Pg 0.92...

Does that suggest anything to anyone?

Cheers,
Ed Loehr