Re: freebsd sample startup script doesn't work

Vivek Khera <khera@kcilink.com>

From: Vivek Khera <khera@kcilink.com>
To: pgsql-bugs@postgresql.org
Date: 2001-05-03T19:11:56Z
Lists: pgsql-bugs
>>>>> "VK" == Vivek Khera <khera@kcilink.com> writes:

>>>>> "PE" == Peter Eisentraut <peter_e@gmx.net> writes:
PE> Sure it does.  See 'var/run/ld[-elf].so.hints'.

VK> But /var/run is not guaranteed to survive reboot.  "man hier" has this
VK> to say about it:

One more thing... /etc/rc _explicitly_ sets the ldconfig path,
overriding anything that may have been sitting in
/var/run/ld-elf.so.hints anyhow.  So you *must* do the ldconfig -m
/usr/local/pgsql/lib every boot or you don't get those libs.