Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#6386 closed enhancement (fixed)

Spatialite: allow linking through dlopen()

Reported by: Even Rouault Owned by: Even Rouault
Priority: normal Milestone: 2.1.0
Component: ConfigBuild Version: unspecified
Severity: normal Keywords:
Cc: Bas Couwenberg

Description

To help breaking circular dependency when building software, GDAL now offers a way of using Spatialite symbols through dlopen() mechanism.

The configure options to useare : --with-spatialite=dlopen --with-spatialite-soname=libspatialite.so[.X]

Change History (3)

comment:1 by Even Rouault, 8 years ago

Milestone: 2.1.0
Resolution: fixed
Status: newclosed

trunk r33587 "configure: add --with-spatialite=dlopen --with-spatialite-soname=libspatialite.so[.X] syntax to allow linking against spatialite through dlopen() mechanism (#6386)"

comment:2 by Even Rouault, 8 years ago

trunk r33588 "SQLite: avoid potential concurrency problems in non-dlopen case"

trunk r33589 "SQLite: fix build against spatialite < 4.1.2"

comment:3 by Even Rouault, 8 years ago

trunk r33590 "SQLite: fix compilation in non-spatialite case"

Note: See TracTickets for help on using tickets.