#1063777 Error: pg_wrapper: pgbench was not found in /usr/lib/postgresql/16/bin

#1063777#5
Date:
2024-02-12 16:20:09 UTC
From:
To:
Hi Christoph,

on a fresh system:

# apt install postgresql-client
$ pgbench
Error: pg_wrapper: pgbench was not found in /usr/lib/postgresql/16/bin

The executable is in postgresql-16. So I would propose to either move
/usr/bin/pgbench to postgresql or /usr/lib/postgresql/16/bin/pgbench to
postgresql-client-16.

Cheers Jochen

#1063777#8
Date:
2024-02-12 17:53:49 UTC
From:
To:
Re: Jochen Sprickerhof

Ack.

This has already been filed as https://salsa.debian.org/postgresql/postgresql/-/issues/1 .

I guess I should give it another try, the alternative symlink farms
were simplified a few postgresql-common versions back.

Christoph