[Ubuntu] Problems with postgis installation

Johan Van de Wauw johan.vandewauw at gmail.com
Mon Aug 24 13:05:48 PDT 2015


On Mon, Aug 24, 2015 at 9:51 PM, Mike Farmer <mwgf at gmx.com> wrote:
> Hi Guys,
>
> After much fruitless searching I really find that I need some help. Problem
> in a nutshell is this:
>
> psql -d gis -c 'CREATE EXTENSION postgis'
>
>
> which returns:
>
> ERROR:  could not load library
> "/usr/lib/postgresql/9.3/lib/rtpostgis-2.1.so": libkmldom.so.0: cannot open
> shared object file: No such file or directory

libkmldom.so.0 is part of the package libkml0 [1]
install from your package manager or if you like:
sudo apt-get install libkml0

I do wonder why it was not installed, I should check.

[1] http://packages.ubuntu.com/trusty/libkml0


More information about the Ubuntu mailing list