Greetings,

Well, you should take the time to find the lists on www.postgresql.org
as I don't represent the PostgreSQL project in any way and can't offer
the same level of support as the lists...

Having said that, 

Try diddling the ld lib path environmental variable to include
/usr/local/pgsql/lib, IIRC it's called LDPATH.  Just append that dir
to it...

        -Mark

Mark Linvill
Programmer 
Winstar Broadband Services


On Thu, 4 Mar 1999, Daniel Herssein wrote:

>Hi,
>I cannot find a user newsgroup on pgsql, but I saw your name on a reply
>for help...
>I hope you don't mind my taking the liberty of asking directly.
>
>I am trying to install from a binary distribution, and it all goes well
>until the
>last step...(per README.Solaris instructions)
>I did the earlier steps in order indicated. Then:
>
>$ csh
>namsb% set path = ( $path /usr/local/pgsql/bin )
>namsb% initdb --pglib=/usr/local/pgsql/lib
>--pgdata=/usr/local/pgsql/data -d
>Running with debug mode on.
>initdb: using /usr/local/pgsql/lib/local1_template1.bki.source as input
>to create the template database.
>initdb: using /usr/local/pgsql/lib/global1.bki.source as input to create
>the global classes.
>initdb: using /usr/local/pgsql/lib/pg_hba.conf.sample as the host-based
>authentication control file.
>
>ld.so.1: pg_id: fatal: libgen.so.1: open failed: No such file or
>directory
>Unable to determine a valid username.  If you are running
>initdb without an explicit username specified, then there
>may be a problem with finding the Postgres shared library
>and/or the pg_id utility.
>
>FYI...I did an "env" and here is what is shows. What am I missing?
>namsb% env
>HOME=/usr/local/pgsql
>HZ=100
>LOGNAME=pgsql
>PATH=/usr/bin:.:/usr/local/pgsql/bin
>SHELL=/bin/sh
>TERM=vt100
>TZ=US/Eastern
>PWD=/usr/local/pgsql
>USER=pgsql
>namsb%         
>
>Thanks for your help!
>-- 
>Life is complicated. But the simpler alternatives are not very
>desirable. (R' A. Kahn)
>

Reply via email to