Inability to init db Postgresql-9.1.1 on Ubuntu

Поиск
Список
Период
Сортировка
От Ekaterina Dimitrova
Тема Inability to init db Postgresql-9.1.1 on Ubuntu
Дата
Msg-id CAN+t3-i8pv=W+U5U4RXsWUCz65+bM0GuzWELFvQG+HsA-cumQQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: Inability to init db Postgresql-9.1.1 on Ubuntu  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-bugs
Hi,

I have to make some experiments for which I explicitly need version 9.1.1 of PostgreSQL.

I have installed it from source using the official documentation but I am not able to initialize the cluster after that.

When I run initdb, I receive the following error:
STATEMENT: REVOKE ALL on pg_authid FROM public;


I found out on your forums that normally this is a compiler error.

So I used:
CC="gcc-4.7" CFLAGS="-g -O0" ./configure -enable-debug -enable-depend -prefix=$HOME/paqo -enable-cassert

But still I receive the  same error. I changed the compiler and then I hit a strange error which is telling me that I have a missing "}" at my system_view.sql file which is not correct.

I am trying the installation on 64 bit Ubuntu Desktop 16.04.4

Please advise. I am struggling on this since a couple of days and becomes a little bit urgent already.

Thank you in advance!

Have a nice weekend,
Ekaterina

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

Предыдущее
От: Devrim Gündüz
Дата:
Сообщение: Re: BUG #15146: missing yum package: pgadmin4-python-simplejson
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Inability to init db Postgresql-9.1.1 on Ubuntu