Re: ICU is not supported in this build. install from source code.

2022-08-03 Thread Daniel Verite
jian he wrote: > ./configure --with-perl --with-python --with-icu > ICU_CFLAGS='-I/usr/include/unicode' ICU_LIBS='-L/usr/lib/icu' > --enable-debug --with-pgport=5440 The location with -L is not sufficient in ICU_LIBS. The list of libraries to link with should be put as well. For instanc

Re: ICU is not supported in this build. install from source code.

2022-08-03 Thread jian he
Then I try to install the latest from the latest source code. ./configure --with-perl --with-python --with-icu ICU_CFLAGS='-I/usr/include/unicode' ICU_LIBS='-L/usr/lib/icu' --enable-debug --with-pgport=5440 ./configure.status return config.status: creating GNUmakefile > config.status: creating

ICU is not supported in this build. install from source code.

2022-08-02 Thread jian he
Install from source code(follow the manual) system version: Ubuntu 22.04 LTS pg version: PostgreSQL 15beta2 on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0, 64-bit install step: > ./configure --with-perl --with-python --with-icu > ICU_CFLAGS='-I/usr/include/unicode' I