Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1uTeo3-007WUd-3j for pgsql-pkg-debian@arkaria.postgresql.org; Mon, 23 Jun 2025 10:53:43 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1uTeo1-001pO9-7M for pgsql-pkg-debian@arkaria.postgresql.org; Mon, 23 Jun 2025 10:53:41 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1uTeky-001neV-0K for pgsql-pkg-debian@lists.postgresql.org; Mon, 23 Jun 2025 10:50:32 +0000 Received: from mout-p-103.mailbox.org ([80.241.56.161]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uTekw-003X1T-0o for pgsql-pkg-debian@lists.postgresql.org; Mon, 23 Jun 2025 10:50:31 +0000 Received: from smtp202.mailbox.org (smtp202.mailbox.org [10.196.197.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4bQlGm37BSz9sk9; Mon, 23 Jun 2025 12:50:24 +0200 (CEST) Date: Mon, 23 Jun 2025 12:50:23 +0200 From: Christoph Berg To: Hanefi Onaldi Cc: "pgsql-pkg-debian@lists.postgresql.org" Subject: Re: Missing dependencies on ubuntu 24.04 for libpq-dev and postgresql-server-dev-17 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: Hanefi Onaldi > I wanted to create a development environment on Ubuntu 22.04 using several packages from pgdg repositories. I want to share the error messages with you here in the hopes that this is correct venue. > sh$ sudo apt install libpq-dev=17.5-1.pgdg110+1 You can't install packages for bullseye (pgdg110) on Ubuntu 22.04 (jammy). Please use the correct repository. Christoph