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.96) (envelope-from ) id 1vi8Yn-00G4iO-2Y for pgsql-admin@arkaria.postgresql.org; Tue, 20 Jan 2026 10:02:06 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vi8Ym-000BFg-2t for pgsql-admin@arkaria.postgresql.org; Tue, 20 Jan 2026 10:02:05 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vi8Ym-000BFW-1m for pgsql-admin@lists.postgresql.org; Tue, 20 Jan 2026 10:02:04 +0000 Received: from 86-93-55-120.fixed.kpn.net ([86.93.55.120] helo=mail2.scred.nl) by magus.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vi8Yk-001V1J-24 for pgsql-admin@lists.postgresql.org; Tue, 20 Jan 2026 10:02:04 +0000 Received: from FIT-LT00153.lan.khronos.nl ([149.11.201.58]) by mail2.scred.nl with ESMTP; Tue, 20 Jan 2026 11:01:55 +0100 Message-ID: <74911db1cbeed5636c8f36c565c5d4c9c30342d0.camel@scred.nl> Subject: Building and installing pg_proctab From: "alexander al (leiden)" To: Pgsql-admin Date: Tue, 20 Jan 2026 11:01:55 +0100 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.52.3-0ubuntu1.1 MIME-Version: 1.0 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Hello, picture: i've got ubuntu 24.04 with postgresql 18 on it. Now I want to install pg_proctab on it for monitoring reasons. i downloaded it from https://gitlab.com/pg_proctab/pg_proctab/ and i tried to make it. the docs says make make install etc. but when i do make in the root of pg_proctab i get the error "Makefile:29: /contrib/contrib-global.mk: No such file or directory make: *** No rule to make target '/contrib/contrib-global.mk'. Stop." so i'm stuck now.=20 cant find a thing on the big internet and even ai isnt very helpfull. is there someone who can point me in the right directory? best regards, alexander al.