Re: Cannot Restart PostgreSQL-8.1.4

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Cannot Restart PostgreSQL-8.1.4
Date: 2007-01-24 22:08:06
Message-ID: 20070124220806.GE20752@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)svana(dot)org> http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Roman Neuhauser 2007-01-24 22:08:10 Re: Installing PostgreSQL under Cpanel
Previous Message Alan Hodgson 2007-01-24 21:45:43 Re: Cannot Restart PostgreSQL-8.1.4