[postgis-tickets] [PostGIS] #4964: undefined symbol: protobuf_c_version

PostGIS trac at osgeo.org
Tue Aug 10 06:25:03 PDT 2021


#4964: undefined symbol: protobuf_c_version
------------------------------------+---------------------------
  Reporter:  strk                   |      Owner:  strk
      Type:  defect                 |     Status:  new
  Priority:  medium                 |  Milestone:  PostGIS 3.2.0
 Component:  build/upgrade/install  |    Version:  main
Resolution:                         |   Keywords:
------------------------------------+---------------------------

Comment (by strk):

 The problem is not LDFLAGS, but PROTOBUF_LDFLAGS being undefined, when
 pkg-config is not installed.
 The PROTOBUF_LDFLAGS variable is used to define SHLIB_LINK, which is then
 used in postgis/Makefile.in

 Beside, SHLIB_LINK, although very important, is NOT printed by ./configure
 output, which prints LDFLAGS instead, not very useful thing to do

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4964#comment:1>
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