You are not logged in.

Announcement

*** NOTICE: forum.openstreetmap.org is being retired. Please request a category for your community in the new ones as soon as possible using this process, which will allow you to propose your community moderators.
Please create new topics on the new site at community.openstreetmap.org. We expect the migration of data will take a few weeks, you can follow its progress here.***

#1 2014-07-30 14:27:25

klausschreiber
Member
Registered: 2014-07-30
Posts: 1

Problem with mod_tile, "make" doesn't work

Hello,

I'm trying to build a tile server. I used the tutorial on http://switch2osm.org/serving-tiles/man … ver-12-04/ and tutorials available on wiki.openstreetmap.org
I installed Mapnik and so on but now I have a problem installing mod_tile.
My operating system is 12.04.4 LTS.
To install mod_tile, I did the following:

git clone git://github.com/openstreetmap/mod_tile.git
cd mod_tile
./autogen.sh
./configure
make

But, if I use "make" there is the following error:

Makefile:337: *** missing separator.  Stop.

Here is an extract of the autogenerated Makefile (line 337 is:"   --prefix          display mapnik prefix [default /usr/local]")

MAPNIK_CONFIG = /usr/local/bin/mapnik-config
MAPNIK_INCLUDES =  Usage: mapnik-config [OPTION]

Known values for OPTION are:

  --prefix          display mapnik prefix [default /usr/local]
  --prefix=DIR      change mapnik prefix [default /usr/local]
  --libs            print library linking information
  --dep-libs        print library linking information for mapnik depedencies
  --ldflags         print library paths (-L) information
  --cflags          print pre-processor and compiler flags
  --fonts           print default fonts directory
  --input-plugins   print default input plugins directory
  --json            print all config options as json object
  --help            display this help and exit
  -v --version      output version information
  --git-revision    output git hash
MAPNIK_LDFLAGS = -L/usr/local/lib -lmapnik
MAPNIK_VERSION = 2.0.3-pre

Anybody has an idea, what could be the problem?


Thanks,
Klaus

Offline

Board footer

Powered by FluxBB