Re: Cannot Restart PostgreSQL-8.1.4

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Cannot Restart PostgreSQL-8.1.4
Date: 2007-01-25 01:52:24
Message-ID: Pine.LNX.4.64.0701241747220.21810@salmo.appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 24 Jan 2007, Tom Lane wrote:

> Somehow DBD::Pg picked up the wrong (older) version of libpq.so; you need
> to look into why. Wrong search path while building maybe?

Tom,

I _thought_ that might be what happened, but I wanted to make sure before
I dug myself into a hole.

You are absolutely correct. I'll bet it looked first at /usr/local/lib and
found the really old versions of libpq.so. I had cleaned those out, but
after making and installing Pg.so.

I looked through the DBD::Pg source files and the paths looked OK to my
naive eyes. So I just re-ran the 'perl Makefile.PL, make, make test, and
make install' series. All tests passed, and SQL-Ledger now comes up. Whew!!

I'll bet those old libraries were left over from Red Hat 7.3; it was in
September of 2003 that I migrated to Slackware.

You have my sincere thanks for clearing up a mess that occupied me since
yesterday afternoon.

Rich

--
Richard B. Shepard, Ph.D. | The Environmental Permitting
Applied Ecosystem Services, Inc. | Accelerator(TM)
<http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ken Johanson 2007-01-25 01:59:55 Re: Example of RETURNING clause to get auto-generated keys
Previous Message Tom Lane 2007-01-25 01:23:08 Re: Cannot Restart PostgreSQL-8.1.4