From: | Cihat Küçükbağrıaçık <cihat(dot)kucukbagriacik(at)profelis(dot)com(dot)tr> |
---|---|
To: | pgsql-general(at)lists(dot)postgresql(dot)org |
Subject: | Passwordcheck Extension Not Installing |
Date: | 2025-02-08 19:28:44 |
Message-ID: | CAAqOvVMd4nUJVL0iXcMK4HwLm+UA2h_EqEfbzWysxTv45UMGDw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi Community,
I have a PostgreSQL 17.2 database running on Ubuntu 22.04. I'm trying to
install the passwordcheck extension, but I keep getting a "file not found"
error.
postgres=# create extension passwordcheck;
ERROR: extension "passwordcheck" is not available
DETAIL: Could not open extension control file
"/usr/share/postgresql/17/extension/passwordcheck.control": No such file or
directory.
HINT: The extension must first be installed on the system where PostgreSQL
is running.
Even though I have installed the postgresql-contrib packages, I still
cannot see the extension. Below, I have listed the steps I followed. Could
you help me with this issue?
https://www.postgresql.org/docs/current/passwordcheck.html
[image: resim.png]
Regards.
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2025-02-09 21:20:35 | Re: Passwordcheck Extension Not Installing |
Previous Message | Paul Foerster | 2025-02-08 19:01:43 | Re: libc to libicu via pg_dump/pg_restore? |