Environment: "PostgreSQL 15.5, compiled by Visual C++ build 1914, 64-bit" on a Win2019 Server.
We installed the edb languagepack using the stackbuilder installer and configured env variables as recommended. Unfortunately we get errors when trying to install plplerl by using "CREATE EXTENSION plperl"
The logfile contains errors like this:
"...Util.c: loadable library and perl binaries are mismatched (got first handshake key 0000000012700080, needed 0000000012600080)"
It seems, that there is a mismatch between expected and installed perl version. I'd be very glad to get a hint how to solve this problem.
Environment: "PostgreSQL 15.5, compiled by Visual C++ build 1914, 64-bit" on a Win2019 Server.
We installed the edb languagepack using the stackbuilder installer and configured env variables as recommended. Unfortunately we get errors when trying to install plplerl by using "CREATE EXTENSION plperl"
The logfile contains errors like this: "...Util.c: loadable library and perl binaries are mismatched (got first handshake key 0000000012700080, needed 0000000012600080)"
It seems, that there is a mismatch between expected and installed perl version. I'd be very glad to get a hint how to solve this problem.