undefined symbol when installing pgcrypto on 16.1

From: Michael Nolan <htfoot(at)gmail(dot)com>
To: "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: undefined symbol when installing pgcrypto on 16.1
Date: 2024-01-11 22:46:16
Message-ID: CAOzAquJWw6vatvGh40eYH-M=VFubgZmi6RFud7vG__hyn4cP3w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

This is on AlmaLinux 9.3, installing postgresql from source code.

In PG 16.1 when I try to install pgcrypto, the modules compile but I
get this error when running checks:

CREATE EXTENSION pgcrypto;
+ERROR: could not load library
"/home/postgres/src/postgresql-16.1/tmp_install/usr/local/pgsql/lib/
pgcrypto.so": /home/postgres/src/postgresql-16.1/tmp_install/usr/local/pgsql/lib/pgcrypto.so:
undefi
ned symbol: EVP_cast5_cbc

Mike Nolan
htfoot(at)gmail(dot)com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2024-01-11 22:58:57 Re: undefined symbol when installing pgcrypto on 16.1
Previous Message Ron Johnson 2024-01-11 21:40:46 Re: Refresh Materialized View Issue