NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

Hi,

I already installed the german mapnik style on centos. All went good. Now I'm trying to install it on Ubuntu 12.04 and 14.04. But every time when I try to load the transliterate function with the command:

CREATE FUNCTION transliterate(text) RETURNS text AS '$libdir/utf8translit', 'transliterate' LANGUAGE C STRICT;

I get the following message:

FEHLER:  konnte Bibliothek „/usr/lib/postgresql/9.3/lib/utf8translit.so“ nicht laden: /usr/lib/postgresql/9.3/lib/utf8translit.so: undefined symbol: _ZN6icu_4814Transliterator14createInstanceERKNS_13UnicodeStringE15UTransDirectionR10UErrorCode

The icu librarys and dev headers are installed (compiling of utf8translit works). I also tired to install an older libicu release instead of the actual apt distributed one.

Thanks a lot.

asked 12 Jun '14, 11:49

adopin's gravatar image

adopin
11223
accept rate: 0%

1

This seems to be a problem of your postgres packages. Are these the official packages shipped with Ubuntu or are they third party packages?

(12 Jun '14, 12:10) scai ♦
2

I used the packages of apt.postgresql.org

(12 Jun '14, 12:13) adopin

In that case you should try to contact the package maintainer(s). The website mentions an IRC channel, a mailing list and multiple email addresses. This isn't an OSM-specific problem. But it would be nice if you could post the solution here afterwards.

(12 Jun '14, 12:18) scai ♦

I konw that this is not a osm specific problem. But the utf8translit module comes with the german mapnik style so I thought that here could be someone with the same problem.

(12 Jun '14, 12:26) adopin

A small change in the Makefile solves the problem, see https://lists.openstreetmap.de/pipermail/mapnik-de/2015-February/000265.html

permanent link

answered 06 May '15, 23:13

ugoertz's gravatar image

ugoertz
111
accept rate: 0%

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×341
×65
×12
×1

question asked: 12 Jun '14, 11:49

question was seen: 6,837 times

last updated: 06 May '15, 23:13

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum