Have you tried setting LD_LIBRARY_PATH to include the directory where libpq is? Are you getting this error after psql or something like it? If you haven't, then set LD_LIBRARY_PATH, then type 'ldd <command>'. This will tell you which libs are found and which are not.
Hope this helps. Corey On 6/22/06, swygue <[EMAIL PROTECTED]> wrote:
Once in a while I get some error, looking like this: /usr/libexec/ld-elf.so.1: Shared object "libpq.so.3" not found This specific error was a result of trying to connect to a postgresql-7.4.2 database running on FreeBSD, 4.6.2. And yes the server is in the process of being decommissioned. I was wondering how have others resolve problems related to ld-elf and shared objects ? And where can I find more information about ld-elf and FreeBSD ? Thanks -- swygue neron --->> _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to " [EMAIL PROTECTED]"
_______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
