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 ubuntu 22.04 lts an error has occured

0

sudo -u _renderd scripts/get-external-data.py alt text I build it via https://switch2osm.org/serving-tiles/manually-building-a-tile-server-ubuntu-22-04-lts/ how to fix?

thanks a lot. alt text

asked 16 Jul '22, 09:47

weiyilai's gravatar image

weiyilai
16223
accept rate: 0%


One Answer:

1

You'll probably need to give a few more details about how you got to where you did. The instructions don't mention "pip install gdal" anywhere, they get gdal-bin via "apt install"; maybe something went wrong earlier? Also it looks like gdal will only be available to your "weiyi" user, not "_renderd".

I would go around again and note where things start going wrong.

answered 16 Jul '22, 11:34

SomeoneElse's gravatar image

SomeoneElse ♦
36.9k71370866
accept rate: 16%

Done, I reinstalled. No problems occurred during the process

(17 Jul '22, 06:37) weiyilai

Source code available on GitHub .