Re: [GENERAL] fgets failure in Solaris after patching

2012-07-27 Thread Tom Lane
"Stephan, Richard" writes: > More information (9.0.8): > $ pg_ctl start > Killed > fgets failure: Error 0 > The program "postgres" is needed by pg_ctl but was not found in the > same directory as "/opt/postgres/9.0/bin/pg_ctl". > Check your installation. > $ postgres -V > ld.so.1: postgres: fata

Re: [GENERAL] fgets failure in Solaris after patching

2012-07-27 Thread Stephan, Richard
libc.so.1 => /lib/64/libc.so.1 libc.so.1 (SUNW_1.22.7) => (version not found) Richard -Original Message- From: Tom Lane [mailto:t...@sss.pgh.pa.us] Sent: Friday, July 27, 2012 1:21 PM To: Stephan, Richard Cc: pgsql-general@postgresql.org Subject: Re: [GENERAL] fgets failure in

Re: [GENERAL] fgets failure in Solaris after patching

2012-07-27 Thread Tom Lane
"Stephan, Richard" writes: > Rebuilt the PostgreSQL server software because we were patching up from 9.0.4 > to 9.0.8. Deployed software and received the following error when trying to > restart server. > fgets failure: Error 0 > The program postgres is needed by pg_ctl but was not found in the

[GENERAL] fgets failure in Solaris after patching

2012-07-27 Thread Stephan, Richard
Rebuilt the PostgreSQL server software because we were patching up from 9.0.4 to 9.0.8. Deployed software and received the following error when trying to restart server. fgets failure: Error 0 The program postgres is needed by pg_ctl but was not found in the same directory as pg_ctl 9.0.4 wor