[postgis-tickets] [PostGIS] #5529: Tools build still requires too much
PostGIS
trac at osgeo.org
Sun Sep 10 01:12:42 PDT 2023
#5529: Tools build still requires too much
-----------------------------------+---------------------------
Reporter: robe | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.4.1
Component: build/upgrade/install | Version: 3.4.x
Keywords: |
-----------------------------------+---------------------------
I was trying to do this on a system that does not have geos dev or proj
dev installed.
{{{
./configure --without-pgconfig
}}}
and I can't tells me I need those.
I installed geosdevl and tried to get away without proj dev
{{{
./configure --without-pgconfig --without-projdir
}}}
and get
{{{
configure: error: the --with-projdir directory "no" cannot be found
}}}
shp2pgsql doesn't require geos or proj, so we should allow building
without those if user choose --without-pgconfig
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5529>
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