Questions tagged [postgis]

34 questions
1
vote
0 answers

libc/libcstdc++ issue - GLIBC_2.18 not found

After some package update on my Debian (Sid) machine I started to experience errors like: Error message from server: ERROR: could not load library "/usr/lib/postgresql/9.1/lib/postgis-1.5.so": /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.18'…
mrjames
  • 33
  • 1
  • 5
1
vote
3 answers

How to install deleted port on FreeBSD

I am maintaining a code base that depends on Postgis 1.5. My local dev VM is running FreeBSD 9.2. I have recently been tinkering with packages and inadvertently deleted postgis, so I attempted to reinstall, only to find that 1.5 postgis port has…
Mad Wombat
  • 155
  • 6
1
vote
1 answer

How to apt-get install a package for Ubuntu Quantal from Ubuntu Precise 12.04

On Ubuntu Precise 12.04, the package osm2pgsql is currently at 0.70.5+r25090-2ubuntu2. However I need to install a newer version 0.80 but apt-get update does not provide the newer version. Question: I found the 0.80 version in the Ubuntu quantal's…
Nyxynyx
  • 1,459
  • 11
  • 39
  • 49
1
vote
1 answer

Failed dependencies: POSTGIS RHEL6

I am attempting to install POSTGIS on RHEL6.3x64. To do this I used the following steps installed epel-release-6-7.noarch.rpm yum install postgis There was a dependency issue and would not install. Loaded plugins: product-id, security,…
Dave
  • 13
  • 3
1
vote
1 answer

Django, PostGIS, Postgres on Mac OS X Installation Issues

So the context Django1.4.x doesn't support postgis2.0 (https://code.djangoproject.com/ticket/16455) Postgres9.2x doesnt support postgis1.5 (http://trac.osgeo.org/postgis/wiki/UsersWikiPostgreSQLPostGIS) So to get the 3 playing together nicely, I…
Nai
  • 743
  • 1
  • 6
  • 24
1
vote
2 answers

Dependency issue installing PostGIS on CentOs 6.3

I am new to linux and is trying to install PostGIS2 after successfully installing PostgreSQL 9.1. The machine is running CentOS 6.3 and has cPanel installed. Problem: When I tried installing PostGIS using yum: yum install postgis2_91…
Nyxynyx
  • 1,459
  • 11
  • 39
  • 49
1
vote
1 answer

Configuration Tuning for PostgreSQL 9.1 PostGIS 1.5 Ubuntu 12.04 Server

My server performance is poor. At times SSH, top, and other features or commands are very slow to respond, taking several seconds or more. A query that normally takes 5 minutes can sometimes take 30 minutes. The database is mostly being used to do a…
Martin
  • 121
  • 4
0
votes
1 answer

postgis installation on linux

I'm trying to install PostGIS extension on arch Linux. here tried so far as archlinux wiki about PostGIS : sudo pacman -S postgresql-libs postgis sudo systemctl restart postgres.service and go to psql -d "dbName" so for verifying the extention…
0
votes
0 answers

Geonode install at Google Cloud Platform

I trying to install 'geonode 2.6' at Google Cloud Platform. Now I already open all my firewall port for geonode server which hosted at Google Cloud Platform. Even thought, it was not move an inch at final stage which updating geonode IP. According…
0
votes
1 answer

How to install Postgis with Osm2pgsql on NixOS

When installing PostGIS on NixOS with an expression like services.postgresql.extraPlugins = [ (pkgs.postgis.override { postgresql = pkgs.postgresql94; }).v_2_1_4 ]; How to add other extensions like Osm2pgsql to it?
frlan
  • 573
  • 1
  • 8
  • 27
0
votes
0 answers

How to install Nomtimatim in postgresql (windows)

I am trying to do geocoding in the postgresql, and I have already installed TIGER geocoder successfully. Then, I want to use Nomtimatim in postgresql. However,since the installed guide (http://wiki.openstreetmap.org/wiki/Nominatim/Installation) does…
Vicky Liau
  • 101
  • 1
0
votes
2 answers

Setting up PostGIS on Ubuntu Server 9.04?

Ubuntu Server 9.04 comes with PostgreSQL 8.3 installed. This is working correctly; I am able to log in, list the databases, etc. I have tried to follow the instructions here for installing PostGIS, including a sudo apt-get install postgis. This…
rcampbell
  • 1,035
  • 4
  • 14
  • 24
0
votes
3 answers

Apache: 403 Forbidden for WSGIScriptAlias

I am trying to install istSOS following these instructions from the website: Installation Install PostgreSQL $ sudo apt-get install postgresql postgresql-client postgresql-contrib pgadmin3 Install PostGIS $ sudo apt-get install…
JJD
  • 77
  • 1
  • 10
0
votes
1 answer

installing PostGIS PostgreSQL 9.1 on windows

Trying to follow these instructions however there is no "Spatial Extensions" in the "Application Stack Builder".
0
votes
1 answer

GeoServer in Tomcat doesn't get update shapefiles from PostGis

I have two GeoServers running in the same machine Ubuntu Server 9.04. GeoServer V2.0.1 is running with Jetty and another GeoServer V2.0.0 is Tomcat. Both of them are using the same PostGis datastore. When I post new shapefile via Rest api to…
Vorleak Chy
  • 2,421
  • 2
  • 15
  • 8