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 1pn1qv-0003Ev-Tt for pgsql-pkg-debian@arkaria.postgresql.org; Thu, 13 Apr 2023 18:39:25 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pn1qu-0004S7-TJ for pgsql-pkg-debian@arkaria.postgresql.org; Thu, 13 Apr 2023 18:39:24 +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 1pn1qu-0004RY-ME for pgsql-pkg-debian@lists.postgresql.org; Thu, 13 Apr 2023 18:39:24 +0000 Received: from stravinsky.debian.org ([2001:41b8:202:deb::311:108]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pn1qs-0007mo-If for pgsql-pkg-debian@postgresql.org; Thu, 13 Apr 2023 18:39:23 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; s=smtpauto.stravinsky; h=X-Debian-User:In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=5GsPugjFP4rKBfL7ygLLS1BGjvgz/KskFYwbZE0/KgM=; b=oNnXs0oOmTEVRv05iivfKkSn20 uGheKSrdX90dgi9fBeCkkl7v5xg3lJOuAqeZTp8gcfcuc07dZAYvJ5PSGJDxEc75C47c21fEWOONe gRuMiTmOvjBWGJGjgvXdARp3Pi4AcVOGN9nCntREazoQ7ctdmvmi3LPTCChBPO6JubWOnE0c8JQFL DRJp7qe2OsXChHavls8Vwoocd6jFdNuIVtcpdGKr6vNz5ivjUdDXrE5kH2YoIa5EcLsaRihnu5Eiw yzwkYSvYfkUVna0zvqwZ1stJznKPhUOY71LybXbglaOt7ZPz9h76k/8Hrp5OJ/UFJceo3KLYtaHAW SBBa8YrQ==; Received: from authenticated user by stravinsky.debian.org with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.94.2) (envelope-from ) id 1pn1qq-000dqs-0y; Thu, 13 Apr 2023 18:39:20 +0000 Date: Thu, 13 Apr 2023 11:39:17 -0700 From: Christoph Berg To: Erwin de Haan Cc: "pgsql-pkg-debian@postgresql.org" Subject: Re: Postgis raster2pgsql build with libx265-179 for jammy (22.04) but jammy does not ship this version Message-ID: Mail-Followup-To: Christoph Berg , Erwin de Haan , "pgsql-pkg-debian@postgresql.org" References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Debian-User: myon List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: Erwin de Haan > > raster2pgsql > raster2pgsql: error while loading shared libraries: libx265.so.179: cannot open shared object file: No such file or directory Hi Erwin, works for me: myon@jammy-amd64.pgdgbuild:~ $ raster2pgsql RELEASE: 3.3.2 GDAL_VERSION=34 (4975da8) myon@jammy-amd64.pgdgbuild:~ $ ldd /usr/bin/raster2pgsql | grep libx2 libx265.so.199 => /lib/x86_64-linux-gnu/libx265.so.199 (0x00007fb0b8631000) Do you perhaps have a locally compiled postgis in /usr/local or the like? Christoph