Unable to install pgbouncer-1.25.x on SUSE without errors

From: Teju Jakkidi <teja(dot)jakkidi05(at)gmail(dot)com>
To: pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Unable to install pgbouncer-1.25.x on SUSE without errors
Date: 2025-12-29 21:46:21
Message-ID: CAKA2XvYjx49by-ysUqkVrkr3CD26ikLjmhP+LC4nM9hL8BtnGw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hello Admins,

I am trying to install pgbouncer on SUSE. Downloaded the 1.25.1.tar.gz from
https://www.pgbouncer.org/downloads .

After unzipping the file I ran below commands:
*Configure* — no errors
*Make* - below error :
CCLD pgbouncer
make -C doc pgbouncer.1
make[1]: *** doc: No such file or directory. Stop.
make: *** [/pgbouncer-1.25.0/Makefile:204: doc/pgbouncer.1] Error 2

So I tried making pgbouncer specifically with "make pgbouncer" and no
errors.

Then ran the "make install" and it errored out with the same error even
after only making pgbouncer.

On checking the source tar.gz, it looks like the below files are not
present in pgbouncer-1.25.x version under doc directory.

pgbouncer.1 and pgbouncer.5

Please let me know how to have a clean installation without errors?

Thanks,
Teja.

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Peter Eisentraut 2025-12-31 11:03:09 Re: Unable to install pgbouncer-1.25.x on SUSE without errors
Previous Message Laurenz Albe 2025-12-23 10:17:15 Re: logical replication, with a replication slot but still getting "requested WAL segment has already been removed"