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

2023-08-06 Thread Aramaki Zyake
Thank you for prompt response! I'll try it:) On Mon, Aug 7, 2023, 01:09 Adrian Klaver 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

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

2023-08-06 Thread Adrian Klaver
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

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

2023-08-06 Thread Tom Lane
Aramaki Zyake writes: > What should I do to move built artifacts into /usr/local/pgsql? "make install", or possibly "sudo make install" if you'd rather the installed files be root-owned. https://www.postgresql.org/docs/current/install-short.html regards, tom lane

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

2023-08-06 Thread Julien Rouhaud
Hi, On Mon, Aug 7, 2023 at 12:00 AM 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

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

2023-08-06 Thread Aramaki Zyake
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