Install from source

From: "Adam Lang" <aalang(at)rutgersinsurance(dot)com>
To: "PGSQL General" <pgsql-general(at)postgresql(dot)org>
Subject: Install from source
Date: 2000-08-30 19:22:17
Message-ID: 018801c012b7$9c45a920$330a0a0a@Adam
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

OK, I downloaded the source and followed the directions from here
(http://www.postgresql.org/docs/admin/installation.htm) and when I run the
command: /usr/local/pgsql/bin/postmaster -i -D /usr/local/pgsql/data
>logfile 2>&1 &

I get the error:
[1] 28156
bash: logfile: Permission denied

I try to createdb anyway and I get:
/usr/local/pgsql/bin/psql: error in loading shared libraries: libpq.so.2.1:
cannot open sh
ared object file: No such file or directory
createdb: database creation failed
[1]+ Exit 1 /usr/local/pgsql/bin/postmaster -i -D
/usr/local/pgsql/data>logfile 2>&1

I do not know what to do from this point. I would have thought if this was
missing I would have had an error on compile.

(Hence my infatuation with RPMs :) )

Adam Lang
Systems Engineer
Rutgers Casualty Insurance Company

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adam Lang 2000-08-30 19:34:04 Re: Install from source
Previous Message Jochen Schmidt 2000-08-30 18:55:31 initlocation - server restart: sorry, found my mistake