Re: [INTERFACES] Using libpq without LD_LIBRARY_PATH

Поиск
Список
Период
Сортировка
От James Thompson
Тема Re: [INTERFACES] Using libpq without LD_LIBRARY_PATH
Дата
Msg-id Pine.GSO.4.05.9902051309470.987-100000@noether.math.ksu.edu
обсуждение исходный текст
Ответ на Using libpq without LD_LIBRARY_PATH  (Matthew Hagerty <matthew@venux.net>)
Ответы Re: [INTERFACES] Using libpq without LD_LIBRARY_PATH  ("Billy G. Allie" <Bill.Allie@mug.org>)
Список pgsql-interfaces
On Fri, 5 Feb 1999, Matthew Hagerty wrote:

> Greetings,
>
> I am trying to get a simple C program to compile and run without having to
> define the LD_LIBRARY_PATH environment variable.  First I tried this:
>

Depending on your OS you may have an /etc/ld.so.conf file.
Simply add what you normally put in your LD_LIBRARY_PATH into that file.
Then do a ldconfig -v as root (-v optional but you can see it working) and
the libs will be available without the var set.  This is what I do on my
linux systems and it works well.

On my solaris systems I've stuck with what the set up created before I got
here. A shell script is called by all users logins.  It defines the
LD_LIBRARY_PATH for everyone when they log in.  I have no idea if there is
a better way as this works so I've never bothered to mess with it.

->->->->->->->->->->->->->->->->->->---<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<
James Thompson    138 Cardwell Hall  Manhattan, Ks   66506    785-532-0561
Kansas State University                          Department of Mathematics
->->->->->->->->->->->->->->->->->->---<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<



В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Matthew Hagerty
Дата:
Сообщение: Re: [INTERFACES] Using libpq without LD_LIBRARY_PATH
Следующее
От: Dinesh Patil
Дата:
Сообщение: subscribe