[Tile-serving] [openstreetmap/mod_tile] Receiving renderd error - ERROR: init_storage_memcached: Support for memcached has not been compiled into this program (#183)

Will Baizer notifications at github.com
Thu Jun 21 16:48:07 UTC 2018


So it appears that you need libmemcache installed to get rid of this error
So here is how I did that

sudo apt-get update
sudo apt-get install -y libmemcached-tools libmemcached-dev libmemcached11
sudo apt-add-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install php7.0
sudo apt-get install php7.0-memcached
sudo service apache2 restart
sudo service renderd restart

I did some other stuff, but I think the above is what ended up fixing it all. If this doesn't work for anyone else, let me know. I also tried to follow this guide unsuccessfully before doing the above commands. (https://www.ipserverone.info/control-panel/how-to-install-memcached-and-libmemcached/)


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/mod_tile/issues/183#issuecomment-399170332
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20180621/24d745e4/attachment.html>


More information about the Tile-serving mailing list