Changes between Version 1 and Version 2 of Ticket #23901
- Timestamp:
- Nov 23, 2014, 7:01:30 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23901 – Description
v1 v2 45 45 46 46 I think it might be a problem of entry point, however, the sqlite3_spatialite_init symbol is in mod_spatialite.7.dylib at least, for it works. 47 48 49 p.s: For sure, you can avoid this by declaring sptialite library path manually in settings.py, like as: 50 {{{ 51 SPATIALITE_LIBRARY_PATH='/usr/local/lib/mod_spatialite.dylib' 52 }}}