Install Mapnik on Centos 7: ICU C++ Library Not Found -
problem/introduction:
i'm trying install mapnik on centos 7. i've had year unix experience in professional environment, still beginner. i've compiled , installed boost knowledge comes icu c++ libraries. unfortunately when run ./configure mapnik installation following error:
exiting... following required dependencies not found: - icuuc (icu c++ library | configure icu_libs & icu_includes or use icu_lib_name specify custom lib name | more info: http://site.icu-project.org/)
how install library? can't find internet resources, or maybe i'm looking in wrong places.
thanks in advance.
- yum install freetype-devel libtool-ltdl-devel libpng-devel libtiff-devel libjpeg-devel gcc-c++ libicu-devel python-devel bzip2-devel boost libwebp-devel libtiff-devel libjpeg-turbo-devel libpng-devel sqlite-devel gdal-devel gdal-python
- wget https://mapnik.s3.amazonaws.com/dist/v3.0.10/mapnik-v3.0.10.tar.bz2
- tar -xf ./mapnik-v3.0.10.tar.bz2
- cd ./mapnik-v3.0.10/
- ./configure
- make && make install
Comments
Post a Comment