Re: Solaris 8 Sparc initdb error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: kenford(at)infomak(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Solaris 8 Sparc initdb error
Date: 2000-12-26 19:49:44
Message-ID: 6105.977860184@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

kenford(at)infomak(dot)com writes:
> # LD_RUN_PATH=/usr/local/pgsql/lib;export LD_RUN_PATH
> # LD_LIBRARY_PATH=/usr/local/pgsql/lib;export LD_LIBRARY_PATH
> # ...
> # su postgres
> $ /usr/local/pgsql/bin/initdb -D /Data/PgSQL
> ld.so.1: ./pg_id: fatal: libncurses.so.4: open failed: No such file or
> directory

Hm. Is LD_LIBRARY_PATH still set in the environment after you su ?
Evidently the dynamic loader is failing to find a library that *had* been
found during configure and build.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message eriko 2000-12-26 22:09:48 Tuning Database
Previous Message kenford 2000-12-26 19:14:13 Solaris 8 Sparc initdb error