Learn more about ld-elf and FreeBSD

Corey Brune mcbrune at gmail.com
Thu Jun 22 18:51:23 UTC 2006


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 <swygue at gmail.com> 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 --->>
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> freebsd-questions-unsubscribe at freebsd.org"
>


More information about the freebsd-questions mailing list