This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

manually-building-a-tile-server-18-04-lts pb with mapnik version

0

Hi community, This is the first time i registered to your forum. I made an installation on Ubuntu 18.04 and followed precisely what is explained in the document : https://switch2osm.org/serving-tiles/manually-building-a-tile-server-18-04-lts/ Everything ok until the end of the tuto : renderd -f -c /usr/local/etc/renderd.conf As a result, rendering stop displaying : Renderd is using mapnik version 4.0.0 then it stops: core dumped

I can not understand why it speak about mapnik 4.0.0 as i did installed mapnik version 3 i thought ? Is it the reason of crash ? Thanks in advance

asked 27 Nov '20, 18:07

pascal's gravatar image

pascal
11112
accept rate: 0%

What does "apt list --installed | grep -i mapnik" say?

What does "lsb_release -a" say?

(29 Nov '20, 11:06) SomeoneElse ♦

Hi community, Excuse me for my late return but i did not have access to my computer. Here is the response:

  1. apt list --installed | grep -i mapnik WARNING: apt does not have a stable CLI interface. Use with caution in scripts. libmapnik3.0/bionic,now 3.0.19+ds-1 amd64 [installé, automatique] mapnik-doc/bionic,bionic,now 3.0.19+ds-1 all [installé, pouvant être supprimé automatiquement] mapnik-utils/bionic,now 3.0.19+ds-1 amd64 [installé] python-mapnik/bionic,now 1:0.0~20180130-804a7947d-1 amd64 [installé]
  2. lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04.5 LTS Release: 18.04 Codename: bionic
(02 Dec '20, 07:43) pascal

So where did "mapnik 4.0.0" come from?

(05 Dec '20, 12:25) SomeoneElse ♦

Source code available on GitHub .