On Wed, 2006-08-16 at 21:03 +0200, Jiří Pavlovský wrote: > Yes, that is the case. With mod_perl 2.0.2 it did not matter what pg > libs I used.
But the segfault happens when you try to use DBD::Pg, not mod_perl, right? If you just take out the Pg stuff, does it start ok? > I think I see a place in my > program where it crashes. It is a initialization routine I call on > startup to get data from db and populate some caches. I can't see > anything wrong in my perl code. I just do a 'SELECT' query there. I haven't done much with DBD::Pg, but that sounds like it should be fine. Maybe you have Postgres libs compiled into this server for something else, like PHP? You might want to try a command-line DBD::Pg script too. - Perrin