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

Re: Looking for libpq.so

Richard Adams (iqv.arfewt@iris-sk.sk)
Sat, 4 Jul 1998 23:41:32 +0000 (GMT)


According to Tim Connolly: While burning my CPU.
>
> Nope... guess again. I did that (like the instructions said) and when I
> ran ldconfig -v it also confirmed libpq.so.1 was loaded from the
> postgres dir and two others from the clx/lib dir. Is there a "libpq.so"
> file I am missing, or are they always numbered like: libpq.so.1 ???
>

Chances are i will also be wrong, but normaly we find libs being linked
as such:

libpq.so -> libpq.so.1
libpq.so.1 -> libpq.so.1.1.1
libpq.so.1.1.1

Where 1.1.1 will be the version number.

This assumption is based on the way many other libs on most linux systems,
are linked togetger like the above example.

> Erwin Lemmers (pe1nmb) wrote:
>
> > Hi Tim,
> >
> > You forgot to add some lines in /etc/ld.so.conf
> >
> > Just add the following to lines as mentioned in
> > section 2.6 of ~/doc/clx.txt.
> >
> > /usr/local/clx/lib
> > /usr/local/clx/postgres/lib
> >
> > Don't forget to run ldconfig -v to activate the lib.
> > Or rebooting your pc will enable these libs also..
> >
> > Most of the time there are some people in World
> > Wide Convers at channel 9000 to give you some help.
> >
> > Good luck and 73,
> >
> > Erwin, pe1nmb
>
>
>

-- 
Regards Richard.
bjvmdn@takming.edu.tw