public inbox for [email protected]
help / color / mirror / Atom feedPasswordcheck Extension Not Installing
3+ messages / 2 participants
[nested] [flat]
* Passwordcheck Extension Not Installing
@ 2025-02-08 19:28 Cihat Küçükbağrıaçık <[email protected]>
2025-02-10 10:27 ` Re: Passwordcheck Extension Not Installing Guillaume Lelarge <[email protected]>
0 siblings, 1 reply; 3+ messages in thread
From: Cihat Küçükbağrıaçık @ 2025-02-08 19:28 UTC (permalink / raw)
To: [email protected]
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.
Attachments:
[image/png] resim.png (168.8K, 3-resim.png)
download | view image
^ permalink raw reply [nested|flat] 3+ messages in thread
* Re: Passwordcheck Extension Not Installing
2025-02-08 19:28 Passwordcheck Extension Not Installing Cihat Küçükbağrıaçık <[email protected]>
@ 2025-02-10 10:27 ` Guillaume Lelarge <[email protected]>
2025-02-10 15:50 ` Re: Passwordcheck Extension Not Installing Cihat Küçükbağrıaçık <[email protected]>
0 siblings, 1 reply; 3+ messages in thread
From: Guillaume Lelarge @ 2025-02-10 10:27 UTC (permalink / raw)
To: [email protected]
Hi,
On 08/02/2025 20:28, Cihat Küçükbağrıaçık wrote:
> 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 <https://
> www.postgresql.org/docs/current/passwordcheck.html>
>
To install passwordcheck, you shouldn't use "CREATE EXTENSION". You need
to add it to shared_preload_librarires, restart PostgreSQL, and that's all.
Regards.
--
Guillaume Lelarge
Consultant
https://dalibo.com
^ permalink raw reply [nested|flat] 3+ messages in thread
* Re: Passwordcheck Extension Not Installing
2025-02-08 19:28 Passwordcheck Extension Not Installing Cihat Küçükbağrıaçık <[email protected]>
2025-02-10 10:27 ` Re: Passwordcheck Extension Not Installing Guillaume Lelarge <[email protected]>
@ 2025-02-10 15:50 ` Cihat Küçükbağrıaçık <[email protected]>
0 siblings, 0 replies; 3+ messages in thread
From: Cihat Küçükbağrıaçık @ 2025-02-10 15:50 UTC (permalink / raw)
To: [email protected]; [email protected]
Hi,
Thank you for your response. Yes, it turns out that it works without
needing to run *CREATE EXTENSION*. My issue has been resolved. Thank you
for your help.
Best regards.
>
> ---------- Forwarded message ---------
> Gönderen: Guillaume Lelarge <[email protected]>
> Date: 10 Şub 2025 Pzt, 13:28
> Subject: Re: Passwordcheck Extension Not Installing
> To: <[email protected]>
>
>
> Hi,
>
> On 08/02/2025 20:28, Cihat Küçükbağrıaçık wrote:
> > 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 <https://
> > www.postgresql.org/docs/current/passwordcheck.html>
> >
>
> To install passwordcheck, you shouldn't use "CREATE EXTENSION". You need
> to add it to shared_preload_librarires, restart PostgreSQL, and that's all.
>
> Regards.
>
>
> --
> Guillaume Lelarge
> Consultant
> https://dalibo.com
>
>
>
^ permalink raw reply [nested|flat] 3+ messages in thread
end of thread, other threads:[~2025-02-10 15:50 UTC | newest]
Thread overview: 3+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2025-02-08 19:28 Passwordcheck Extension Not Installing Cihat Küçükbağrıaçık <[email protected]>
2025-02-10 10:27 ` Guillaume Lelarge <[email protected]>
2025-02-10 15:50 ` Cihat Küçükbağrıaçık <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox