Re: Broken postgres links need to find callers

From: Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk>
To: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Broken postgres links need to find callers
Date: 2018-10-31 18:37:04
Message-ID: 87k1ly55pu.fsf@news-spur.riddles.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>>>>> "Rich" == Rich Shepard <rshepard(at)appl-ecosys(dot)com> writes:

Rich> I managed to mess up postgresql-10.3 on this Slackware-14.2
Rich> desktop server/workstation. It worked OK until I tried adding
Rich> access to an another application.

Rich> waiting for server to start....2018-10-31 10:02:01.312 PDT [1285] FATAL:
Rich> could not open directory "/usr/share/postgresql-10.2/timezonesets": No such
Rich> file or directory 2018-10-31 10:02:01.312 PDT [1285] HINT: This may indicate
Rich> an incomplete PostgreSQL installation, or that the file
Rich> "/usr/lib/postgresql/10.3/bin/postgres" has been moved away from its proper
Rich> location.

Is there a pg_config binary in /usr/lib/postgresql/10.3/bin/ and if so,
what is the output of /usr/lib/postgresql/10.3/bin/pg_config --sharedir

Also what is the output of /usr/lib/postgresql/10.3/bin/postgres -V

The most plausible explanation I can see for what you're seeing there is
that what you have as /usr/lib/postgresql/10.3/bin/postgres is not
actually the 10.3 binary but rather the 10.2 one. There should be no
symlinks involved there - the path that is reported in the error message
is the one that the postgres binary actually did try to open.

--
Andrew (irc:RhodiumToad)

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rich Shepard 2018-10-31 18:48:56 Re: Broken postgres links need to find callers
Previous Message Rich Shepard 2018-10-31 18:33:32 Re: Broken postgres links need to find callers