Error creating a spatial database using EXTENSIONS
问题 When running psql -d mydb -c "CREATE EXTENSION postgis;" I get the following error: ERROR: could not load library "/usr/local/Cellar/postgresql/9.3.4/lib/rtpostgis-2.1.so": dlopen(/usr/local/Cellar/postgresql/9.3.4/lib/rtpostgis-2.1.so, 10): Symbol not found: _sqlite3_column_table_name Referenced from: /usr/local/lib/libgdal.1.dylib Expected in: /usr/lib/libsqlite3.dylib in /usr/local/lib/libgdal.1.dylib STATEMENT: CREATE EXTENSION postgis; System: OS X 10.9.2 All libraries were installed