Re: Passwordcheck Extension Not Installing

2025-02-10 Thread Tom Lane
=?UTF-8?B?Q2loYXQgS8O8w6fDvGtiYcSfcsSxYcOnxLFr?= writes: > I have also observed that the *passwordcheck.so* file exists in the > *"/usr/lib/postgresql/17/lib/"* directory. It seems that, for some reason, > when the PostgreSQL service starts, it is unable to read the > *passwordcheck.so* file and

Re: Passwordcheck Extension Not Installing

2025-02-10 Thread Cihat Küçükbağrıaçık
gt; Subject: Re: Passwordcheck Extension Not Installing > To: > > > 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 |passwordche

Re: Passwordcheck Extension Not Installing

2025-02-10 Thread Guillaume Lelarge
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 "passw

Re: Passwordcheck Extension Not Installing

2025-02-09 Thread Adrian Klaver
On 2/8/25 11: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"

Re: Passwordcheck Extension Not Installing

2025-02-09 Thread Tom Lane
=?UTF-8?B?Q2loYXQgS8O8w6fDvGtiYcSfcsSxYcOnxLFr?= writes: > 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 "passwordchec