Re: Broken postgres links need to find callers

Поиск
Список
Период
Сортировка
От Andrew Gierth
Тема Re: Broken postgres links need to find callers
Дата
Msg-id 87k1ly55pu.fsf@news-spur.riddles.org.uk
обсуждение исходный текст
Ответ на Broken postgres links need to find callers  (Rich Shepard <rshepard@appl-ecosys.com>)
Ответы Re: Broken postgres links need to find callers  (Rich Shepard <rshepard@appl-ecosys.com>)
Список pgsql-general
>>>>> "Rich" == Rich Shepard <rshepard@appl-ecosys.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)


В списке pgsql-general по дате отправления:

Предыдущее
От: Rich Shepard
Дата:
Сообщение: Re: Broken postgres links need to find callers
Следующее
От: Rich Shepard
Дата:
Сообщение: Re: Broken postgres links need to find callers