On Tue, Sep 17, 2024 at 08:32:12AM +0000, Auberg, Mirko wrote:
> For PostGIS 3.0, 3.1, 3.2 & 3.3 where no root privileges necessary, because > the Setup installed all while through the pg_config File under the PostGIS > installation. > > I don't want PostGIS Binaries on my "Compile System" under > "/usr/local/bin/raster2pgsql'. The installation has to be under > /postgres/PGRH8T/backup/compile/postgresql_16.4/compiled_finished/pgsql/. Try ./configure --bindir=/postgres/PGRH8T/backup/compile/postgresql_16.4/compiled_finished/pgsql/bin See ./configure --help with more possible tweaks (--prefix coming handy) --strk;