Install from source - Mailing list pgsql-general

From Adam Lang
Subject Install from source
Date
Msg-id 018801c012b7$9c45a920$330a0a0a@Adam
Whole thread Raw
Responses Re: Install from source  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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


pgsql-general by date:

Previous
From: "Peter Mount"
Date:
Subject: Re: Cursors and JDBC
Next
From: "Adam Lang"
Date:
Subject: Re: Install from source