Re: PgSQL 7.3: /opt/pgsql/bin/postgres: Execute permission denied.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Zengfa Gao <zfgao(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PgSQL 7.3: /opt/pgsql/bin/postgres: Execute permission denied.
Date: 2003-01-08 22:36:38
Message-ID: 22378.1042065398@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Zengfa Gao <zfgao(at)yahoo(dot)com> writes:
> # su postgres -c '/opt/pgsql/bin/initdb
> --pgdata=/var/opt/pgsql/data'
> The program
> '/opt/pgsql/bin/postgres'
> needed by initdb does not belong to PostgreSQL version
> 7.3, or
> there may be a configuration problem.

> This was the error message issued by that program:
> /opt/pgsql/bin/initdb[135]: /opt/pgsql/bin/postgres:
> Execute permission denied.

> I check the permission of postgres:
> # ls -l /opt/pgsql/bin/postgres
> -rwxr-xr-x 1 root bin 2994176 Jan 8
> 09:53 /opt/pgsql/bin/postgres

Hmm. Maybe the problem is with permissions on some shared library
needed by the postgres executable?

I'd also look to make sure the containing directories are searchable
by postgres.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andreas Schlegel 2003-01-08 22:56:17 Re: Drop foreign keys
Previous Message Tom Lane 2003-01-08 22:25:42 Re: chkpass