| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "Just E(dot) Mail" <justemail(at)imwell-usa(dot)com> |
| Cc: | pgsql-novice(at)postgresql(dot)org |
| Subject: | Re: Error installing PostgreSQL |
| Date: | 2009-04-05 15:40:44 |
| Message-ID: | 4572.1238946044@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-novice |
"Just E. Mail" <justemail(at)imwell-usa(dot)com> writes:
> When I try to install: postgresql-libs-8.3.7-1PGDG.rhel5.i386.rpm
> I get a dependency error saying that file: libpg.so.4 is missing.
This indicates that somewhere in your system is a package that depends
on a pre-8.2 version of libpq. The error message should have told
you which package (or packages) that is. You can either remove it/them,
if they are packages you don't need; or look for updated versions.
One of the good things about open source is you can fix this kind of
problem yourself. If some of those packages *are* things you need, and
you can't find updated versions, just get the source RPM (SRPM) and
rebuild them yourself after installing the newer postgresql-libs.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Devrim GÜNDÜZ | 2009-04-05 16:19:19 | Re: Error installing PostgreSQL |
| Previous Message | Just E. Mail | 2009-04-05 15:28:23 | Error installing PostgreSQL |