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

Hello,

I follow the install instraction on the nominatim wicki for version V2.

Compiling with made give the following messages:

undefined reference to 'Bz2_bzReadClose' undefined reference to 'xmlReaderForIO' and more of this messages....

System is ubuntu 12.04 LTS 64 Bit.

Can anyone help me to compile nominatim? What is wrong.

asked 03 Jul '12, 10:09

raplin's gravatar image

raplin
11112
accept rate: 0%


You are missing the xml2 and bz2 libraries, see the first part of installation instructions:

sudo apt-get install libxml2-dev libbz2-dev
permanent link

answered 03 Jul '12, 11:16

lonvia's gravatar image

lonvia
6.2k25789
accept rate: 40%

Sorry, but there are installed!!

(03 Jul '12, 11:44) raplin
1

Looks like there was a bug in the configure system. Hopefully fixed now. Please update your version of Nominatim and try again.

(03 Jul '12, 14:14) lonvia
Your answer
toggle preview

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:

×689
×15
×10

question asked: 03 Jul '12, 10:09

question was seen: 3,581 times

last updated: 03 Jul '12, 14:14

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