Re: Yum Update Errors

From: Bruce Hyatt <brucejhyatt(at)yahoo(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>, pgsql-novice(at)postgresql(dot)org
Subject: Re: Yum Update Errors
Date: 2009-06-08 22:49:36
Message-ID: 618750.72050.qm@web34407.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


--- On Mon, 6/8/09, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> Bruce Hyatt <brucejhyatt(at)yahoo(dot)com>
> writes:
> >> just fine -- and I don't have any idea why libpq3
> is
> >> missing...
>
> > It's NOT missing. That's what has me baffled.
>
> Maybe it's not so much libpq3 as some dependency of it
> that's missing.
> Have you tried "ldd" on the library file to see whether it
> can find
> all dependencies?

I'm not familiar with ldd and the man page doesn't give much detail but it looks like they're all there:

libssl.so.4 => /lib/libssl.so.4 (0x00b75000)
libcrypto.so.4 => /lib/libcrypto.so.4 (0x00a4b000)
libkrb5.so.3 => /usr/lib/libkrb5.so.3 (0x00cd2000)
libcom_err.so.2 => /lib/libcom_err.so.2 (0x00839000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x00e53000)
libresolv.so.2 => /lib/libresolv.so.2 (0x0042f000)
libnsl.so.1 => /lib/libnsl.so.1 (0x00873000)
libpthread.so.0 => /lib/tls/libpthread.so.0 (0x0031e000)
libc.so.6 => /lib/tls/libc.so.6 (0x00111000)
libgssapi_krb5.so.2 => /usr/lib/libgssapi_krb5.so.2 (0x00e9e000)
libk5crypto.so.3 => /usr/lib/libk5crypto.so.3 (0x00240000)
libdl.so.2 => /lib/libdl.so.2 (0x009d1000)
libz.so.1 => /usr/lib/libz.so.1 (0x0083e000)
/lib/ld-linux.so.2 (0x00bc8000)

Thanks,
Bruce Hyatt

Browse pgsql-novice by date

  From Date Subject
Next Message Craig Ringer 2009-06-09 00:31:46 Re: Why lots of temp schemas are being created
Previous Message Tom Lane 2009-06-08 13:38:24 Re: Yum Update Errors