Jonathan Vanasco wrote:

On Aug 16, 2006, at 3:46 PM, Perrin Harkins wrote:

On Wed, 2006-08-16 at 21:03 +0200, Jiří Pavlovský wrote:
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.

I'm using DBD::Pg fine in a startup routine to cache data.

I'll second the namespace collision possibility.

Indeed that was it. Php moduled linked against old pg libs.
Thanks!
Now I'm going to try whether I can get 2.0.2 going.

Thanks,
Jiri

Reply via email to