OK. I find where the problem is, thanks very much!
Yours,
Wen Yi
-- Original --
From:
"Ian Lawrence Barwick"
2023年6月10日(土) 14:30 Wen Yi <896634...@qq.com>:
>
> Hi team,
> I use the source to install the postgresql 15.3 (Fedora Linux 37), I create a
> install.sh as this:
>
> install.sh:
>
> sudo rm -r /home/postgres/pgsql
> sudo mkdir /home/postgres/pgsql
> sudo rm -r /home/postgres/pgsql/lib
> sudo mkdir
Hi team,
I use the source to install the postgresql 15.3 (Fedora Linux 37), I create a
install.sh as this:
install.sh:
sudo rm -r /home/postgres/pgsql
sudo mkdir /home/postgres/pgsql
sudo rm -r /home/postgres/pgsql/lib
sudo mkdir /home/postgres/pgsql/lib
./configure --prefix=/home/postg