From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pcampaigne(at)charter(dot)net |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: psql error: cannot open libpq.so.3 |
Date: | 2003-10-01 03:48:52 |
Message-ID: | 25331.1064980132@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Phil Campaigne <pcampaigne(at)charter(dot)net> writes:
> -bash-2.05b$ ldd /usr/local/pgsql/lib/libpq.so.3
> libcrypt.so.1 => /lib/libcrypt.so.1 (0x4001d000)
> libresolv.so.2 => /lib/libresolv.so.2 (0x4004a000)
> libnsl.so.1 => /lib/libnsl.so.1 (0x4005a000)
> libc.so.6 => /lib/libc.so.6 (0x4006e000)
> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
> -bash-2.05b$
> Tom, I'm not really sure what this is telling me. What do I do next?
Chase the libraries to see which one has an unresolved reference. All
those appear to be correctly resolved (ie, the linker found actual files
to list on the righthand side). So your problem is another level down,
or possibly even several levels down.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Mike Leahy | 2003-10-01 05:45:37 | Re: Did not find any relation named... |
Previous Message | Mike Leahy | 2003-10-01 03:48:10 | Did not find any relation named... |