Hi, thanks for the advice I had to configure bindir and mandir additionally. After that the make install install everything as expected unter the compile Directory. Thanks.
It's a strange behavior but it works. Thanks. I will test the PostgreSQL Binaries with the PostGIS 3.4 extension in a few days. Regards Mirko -----Ursprüngliche Nachricht----- Von: Sandro Santilli <[email protected]> Gesendet: Dienstag, 17. September 2024 16:13 An: Auberg, Mirko <[email protected]> Cc: [email protected] Betreff: Install location [Sie erhalten nicht h?ufig E-Mails von [email protected]. Weitere Informationen, warum dies wichtig ist, finden Sie unter https://aka.ms/LearnAboutSenderIdentification ] 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;
