Re: [HACKERS] dynamic libraries - Mailing list pgsql-hackers

From Brook Milligan
Subject Re: [HACKERS] dynamic libraries
Date
Msg-id 199810091730.LAA10523@trillium.nmsu.edu
Whole thread Raw
In response to dynamic libraries  (Bruce Momjian <maillist@candle.pha.pa.us>)
Responses Re: [HACKERS] dynamic libraries  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
   How are people handling the fact that libpq is dynamic, and psql needs
   to find it.  I don't see people using -rpath as a link option.

   Are people setting LD_LIBRARY_PATH to the PostgreSQL library directory?

Using ldconfig and /etc/ld.so.conf:

     # ld.so.conf
     /usr/X11R6/lib
     /usr/pkg/lib
     /usr/local/lib
     /usr/local/pgsql/lib

This is on NetBSD 1.3.2.

Cheers,
Brook

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: dynamic libraries
Next
From: jwieck@debis.com (Jan Wieck)
Date:
Subject: Re: [HACKERS] dynamic libraries