Re: Access Problem After Version Upgrade -- Update

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: Jim Buttafuoco <jim(at)contactbda(dot)com>
Cc: Doug McNaught <doug(at)mcnaught(dot)org>, pgsql-general(at)postgresql(dot)org
Subject: Re: Access Problem After Version Upgrade -- Update
Date: 2006-01-26 17:51:17
Message-ID: Pine.LNX.4.63.0601260944210.3884@salmo.appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, 26 Jan 2006, Jim Buttafuoco wrote:

> looks like perl/DBD::Pg is looking for libpq.so.3 but postgresql 8.1.X
> supplies libpq.so.4. You need to rebuild DBD::Pg to get this to work
> (atleast that is what I have been doing for my upgrades from 7.4.X to
> 8.1.2)

Jim,

I thought I had mentioned this, but that might have been in my message to
the sql-ledger list.

[rshepard(at)salmo ~]$ locate libpq.so.3
/usr/local/pgsql/lib/libpq.so.3.0
/usr/local/pgsql/lib/libpq.so.3.1
/usr/local/pgsql/lib/libpq.so.3

... but that's not where SL is looking for them! When I searched for
libpq.so.4, I discovered that in /usr/lib. As soon as I copied all the '3'
versions to that directory, SL found its way.

Thank you _very_ much,

Rich

--
Richard B. Shepard, Ph.D. | Author of "Quantifying Environmental
Applied Ecosystem Services, Inc. (TM) | Impact Assessments Using Fuzzy Logic"
<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 George Woodring 2006-01-26 17:55:46 Suggestions on storing and retrieving geocode data
Previous Message Rick Gigger 2006-01-26 17:48:26 Re: incremental backups