Re: /usr/local/pgsql is empty after successful of make

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: /usr/local/pgsql is empty after successful of make
Дата
Msg-id ff129b29-a846-6912-b085-fa5b1054aef4@aklaver.com
обсуждение исходный текст
Ответ на /usr/local/pgsql is empty after successful of make  (Aramaki Zyake <zyake.mk4@gmail.com>)
Ответы Re: /usr/local/pgsql is empty after successful of make
Список pgsql-general
On 8/6/23 09:00, Aramaki Zyake wrote:
> Hi,
> I have a general question about PostgreSQL.
> Yeasterday, I tried to build PostgreSQL from source code and the make 
> command succeeded, but /usr/local/pgsql directory was empty even owner 
> of pgsql was postgres user.
> 
> I invoked following commands by postgres user.
> 
> CFLAGS=-O0 ./configure --enable-debug
> make  -j 2 > make.log
> 
> I attached stdout of make command.
> 
> This issue was 100% reproducible and there is no error message in the 
> log file and stderr was empty.
> As far as I remember, these commands/arguments were sufficient to move 
> built artifacts into /usr/local/pgsql in the past.
> 
> What should I do to move built artifacts into /usr/local/pgsql?

Follow the instructions here:

https://www.postgresql.org/docs/current/installation.html

In particular:

https://www.postgresql.org/docs/current/install-procedure.html

4.Installing the Files

-- 
Adrian Klaver
adrian.klaver@aklaver.com




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: /usr/local/pgsql is empty after successful of make
Следующее
От: Aramaki Zyake
Дата:
Сообщение: Re: /usr/local/pgsql is empty after successful of make