Trying to setup pgpool 4.4.2, but when tried to config the authentication to use scram-sha-256 it give me the following error:
$ bin/pg_enc -m -k /export/home/postgres/.pgpoolkey -u pgpool -p
db password:
trying to read key from file /export/home/postgres/.pgpoolkey
ERROR: pid 3018597: AES encryption is not supported by this build
Already tried to install from source using --with-openssl
but without luck.
Any ideas what is cause of the problem?