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

From: Aramaki Zyake <zyake(dot)mk4(at)gmail(dot)com>
To: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: /usr/local/pgsql is empty after successful of make
Date: 2023-08-06 16:14:54
Message-ID: CAPGCKwMqH2MG55XT5f3An2Dh=j+D8rHY5b2k=3DZ3q5TOEyqJg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thank you for prompt response!
I'll try it:)

On Mon, Aug 7, 2023, 01:09 Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> wrote:

> 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(dot)klaver(at)aklaver(dot)com
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jeffrey Walton 2023-08-07 00:47:23 Re: How to solve the warning?
Previous Message Adrian Klaver 2023-08-06 16:09:33 Re: /usr/local/pgsql is empty after successful of make