Ticket #1539 (closed defect: fixed)

Opened 16 months ago

Last modified 16 months ago

[PATCH] Missing -ljson when building postgis2.0 on Ubuntu 10.04

Reported by: rouault Owned by: strk
Priority: medium Milestone: PostGIS 2.0.0
Component: build/upgrade/install Version: trunk
Keywords: Cc:

Description

I have the libjson0-dev and libjson0 packages installed, and I configure postgis without specifying --with-json. configure automatically find the json headers and lib but doesn't set JSON_LDFLAGS. The consequence is that postgis.so doesn't link to libjson.so and cannot be loaded.

Attached patch fixes that

Attachments

configure_json.patch Download (398 bytes) - added by rouault 16 months ago.

Change History

Changed 16 months ago by rouault

Changed 16 months ago by pramsey

  • status changed from new to closed
  • resolution set to fixed

trunk at r9094

Note: See TracTickets for help on using tickets.