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