Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nmIpR-0002Eh-Ty for pgsql-pkg-debian@arkaria.postgresql.org; Wed, 04 May 2022 17:30:21 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nmIpQ-0006Zn-Pc for pgsql-pkg-debian@arkaria.postgresql.org; Wed, 04 May 2022 17:30:20 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nmIpQ-0006ZM-J1 for pgsql-pkg-debian@lists.postgresql.org; Wed, 04 May 2022 17:30:20 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nmIpN-0005uw-R9 for pgsql-pkg-debian@postgresql.org; Wed, 04 May 2022 17:30:19 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:1476:2340:cc67:6802:6823:17b8]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 4KtkP306RRz3F5h; Wed, 4 May 2022 19:30:14 +0200 (CEST) Date: Wed, 4 May 2022 19:30:14 +0200 From: Christoph Berg To: Ste Millington Cc: pgsql-pkg-debian@postgresql.org Subject: Re: Error whilst installing PG14 Message-ID: Mail-Followup-To: Christoph Berg , Ste Millington , pgsql-pkg-debian@postgresql.org 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: Ste Millington > Earlier today this worked fine. I'm now getting the error. > > Not sure why MySQL libraries are required to install PostGres?! Any > help would be much appreciated. Postgis has a lot of dependencies. Possibly "apt --no-install-recommends" makes libmysqlclient21 go away. > Err:24 http://security.ubuntu.com/ubuntu focal-updates/main amd64 > libmysqlclient21 amd64 8.0.28-0ubuntu0.20.04.3 > 404 Not Found [IP: 91.189.91.38 80] That's a package from Ubuntu, you need to raise this with them: $ host 91.189.91.38 38.91.189.91.in-addr.arpa domain name pointer banjo.canonical.com. Christoph