Re: Cannot Restart PostgreSQL-8.1.4 - Mailing list pgsql-general

From Martijn van Oosterhout
Subject Re: Cannot Restart PostgreSQL-8.1.4
Date
Msg-id 20070124220806.GE20752@svana.org
Whole thread Raw
In response to Re: Cannot Restart PostgreSQL-8.1.4  (Rich Shepard <rshepard@appl-ecosys.com>)
Responses Re: Cannot Restart PostgreSQL-8.1.4  (Rich Shepard <rshepard@appl-ecosys.com>)
List pgsql-general
On Wed, Jan 24, 2007 at 01:08:04PM -0800, Rich Shepard wrote:
> >The server doesn't care, what matter is what version the *client* (in this
> >case SQL-Ledger) expects. ldd should tell you that.
>
> Martijn,
>
>   OK. I'll go back there (which is where I started this journey). I don't
> know how to run ldd on a perl script.

Method 1: Find the .so module that perl uses (try locate Pg.so and ldd
that).

Method 2: strace -e open <program>

And look at which version it tries to open.

How exactly is it failing?

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

Attachment

pgsql-general by date:

Previous
From: Alan Hodgson
Date:
Subject: Re: Cannot Restart PostgreSQL-8.1.4
Next
From: David Fetter
Date:
Subject: Re: Idle in transaction - Explination ..