Re: Access Problem After Version Upgrade -- Update

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Rich Shepard <rshepard(at)appl-ecosys(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:40:49
Message-ID: 22438.1138297249@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Rich Shepard <rshepard(at)appl-ecosys(dot)com> writes:
> install_driver(Pg) failed: Can't load '/usr/lib/perl5/site_perl/5.8.7/i486-linux/auto/DBD/Pg/Pg.so' for module DBD::Pg: libpq.so.3: cannot open shared object file: No such file or directory at /usr/lib/perl5/5.8.7/i486-linux/DynaLoader.pm line 230.

This seems to be your problem right here. Is libpq.so.3 installed (as
opposed to some other version number)? Is it where the dynamic loader
will look for it?

I'm guessing your upgrade replaced libpq.so.3 with libpq.so.4. Did you
perhaps override RPM's complaints that there was a dependency on
libpq.so.3? (If there wasn't one, there's something wrong with the
packaging of DBD::Pg.) You probably need to either put back libpq.so.3,
or update DBD::Pg.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Csaba Nagy 2006-01-26 17:41:23 Re: incremental backups
Previous Message Bruce Momjian 2006-01-26 17:38:50 Re: [HACKERS] [PATCH] Better way to check for getaddrinfo