[postgis-tickets] [PostGIS] #5272: make install behaviour driven by PATH
PostGIS
trac at osgeo.org
Thu Oct 27 08:57:49 PDT 2022
#5272: make install behaviour driven by PATH
-----------------------------------+-----------------------------
Reporter: strk | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS Fund Me
Component: build/upgrade/install | Version:
Keywords: |
-----------------------------------+-----------------------------
It keeps striking me that `sudo make install` can install the libraries in
unexpected directory.
This is because PATH affects where binaries are installed, despite what
configured at ./configure time.
My workaround to this is `sudo PATH=$PATH make install` but it doesn't
feel completely right. Opinion from packagers is welcome.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5272>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list