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

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Teju Jakkidi <teja(dot)jakkidi05(at)gmail(dot)com>, pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: Unable to install pgbouncer-1.25.x on SUSE without errors
Date: 2025-12-31 11:03:09
Message-ID: 5d8303ff-1822-49ba-8512-841cd21a132b@eisentraut.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On 29.12.25 22:46, Teju Jakkidi wrote:
> I am trying to install pgbouncer on SUSE. Downloaded the 1.25.1.tar.gz
> from https://www.pgbouncer.org/downloads <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.

This is probably the same issue as this:
https://github.com/pgbouncer/pgbouncer/issues/1453

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Ibrahim Shaame 2026-01-02 18:23:58 Unable to compile postgresql-18.1
Previous Message Teju Jakkidi 2025-12-29 21:46:21 Unable to install pgbouncer-1.25.x on SUSE without errors