| From: | Brian Ross <brian(dot)ross(at)unisa(dot)edu(dot)au> |
|---|---|
| To: | pgsql-admin(at)postgresql(dot)org |
| Subject: | Problems installing Postgres binary under solaris |
| Date: | 1998-09-14 05:29:59 |
| Message-ID: | 35FCA9D7.41090CED@unisa.edu.au |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
I have installed the binary of Postgres and am having problems making it
run under solaris 2.5.1. When I type the initial command "pgsql
template1" as a normal user, I recieve back the error message: "pgsql:
Command not found." I have the following lines in my global .cshrc
file:
# for PostgresSQL
setenv LD_LIBRARY_PATH /usr/local/pgsql/lib
setenv PGLIB /usr/local/pgsql/lib
setenv PGDATA /usr/local/pgsql/data
setenv MANPATH /usr/local/pgsql/man:$MANPATH
set path = ($path /usr/local/pgsql/bin)
I have started the database with the initdb command:
./initdb --pglib=/usr/local/pgsql/lib --pgdata=/usr/local/pgsql/data
Is there something that I'm missing?
cheers
Brian Ross
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Marc Eggenberger | 1998-09-14 19:36:19 | Problem with installing postgreSQL |
| Previous Message | Roelof Osinga | 1998-09-12 01:37:46 | Re: [ADMIN] Problems with heavy-loaded postgres |