अद्यतन करें:टीम ने अभी-अभी पोस्टगिस.2.1.0-3 RPM पैकेज जारी किया है जो समस्या का समाधान करता है:अब विस्तार उपलब्ध है:
/usr/pgsql-9.3/share/extension/postgis.control
अद्यतन समाप्त करें।[...]
मैंने स्रोत से POSTGIS को संकलित करने का समाधान किया। यह CentOS 6.4 64bit के लिए चरण-दर-चरण है:
wget http://download.osgeo.org/postgis/source/postgis-2.1.0.tar.gz
tar xvf postgis-2.1.0.tar.gz
cd postgis-2.1.0
./configure --with-pgconfig=/usr/pgsql-9.3/bin/pg_config --without-raster
make
make comments
make install
make install-comments
su - postgres
cd /usr/pgsql-9.3/share/contrib/postgis-2.1/
psql -d postgres -f postgis.sql
psql -d postgres -f spatial_ref_sys.sql
psql -d postgres -f postgis_comments.sql
psql -d postgres -f topology.sql
psql -d postgres -f topology_comments.sql