Linux-Hams archive - July 1998: Re: Looking for libpq.so

Re: Looking for libpq.so

Tim Connolly (tquihypx.vumnbc@roskapostia.tunk.net)
Sun, 05 Jul 1998 21:57:06 -0400


Actually thats what I had originally done, just like the directions suggest. I am
beginning to wonder though because running "ldd clx" returns a message "not a.out or
elf" so I am wondering if maybe my clx program is corrupt. Maybe even the library itself
is corrupt.. I don't know, but something isn't working correctly. 73's - Tim

Thanks for the info.

Jochen Kmietsch wrote:

> Hello !
>
> To clear up things a little, ldconfig look in the directories specified in
> /etc/ld.so.conf for libraries, so if you don't want to move some libs in the
> standard libs directories (/usr/lib or /usr/local/lib), just add the path where they
> can be found to ld.so.conf and run ldconfig as root. Then, ldconfig -p | grep pq
> should show whether it was found.
>
> Hope this helps, Jochen
> ---