Re: Regresstion Tests do not find PGLIB directory

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: Emily Carl <emilyac(at)wanet(dot)net>
Cc: pgsql-bugs(at)postgresql(dot)org, emilyac(at)seada(dot)com
Subject: Re: Regresstion Tests do not find PGLIB directory
Date: 2001-02-16 20:15:28
Message-ID: 3A8D8A60.6DD166E7@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

> I have configured and made postgresql according to its INSTALL
> instructions on a RedHat 7 pc system.
> I have added the appropriate line in /etc/ld.so.conf as suggested
> pointing to the lib directory under the postgresql installation.

You need to run ldconfig to actually update the shared library database.
Or reboot, since usually ldconfig is run at boot time.

Did the instructions mention /etc/ld.so.conf but not ldconfig? Perhaps
you can suggest where in the docs we can make it clearer, or better yet,
perhaps you can send patches for the doc/src/sgml/*.sgml files.

- Thomas

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Eisentraut 2001-02-16 21:04:37 Re: Regresstion Tests do not find PGLIB directory
Previous Message Peter Eisentraut 2001-02-16 19:59:00 Re: On NetBSD, had to add -Wl,-R/usr/local/postgres/lib to the src/Makefile.global LIB variable