Phil Campaigne <[EMAIL PROTECTED]> 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 ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])