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.

  1. 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
  2. wget https://mapnik.s3.amazonaws.com/dist/v3.0.10/mapnik-v3.0.10.tar.bz2
  3. tar -xf ./mapnik-v3.0.10.tar.bz2
  4. cd ./mapnik-v3.0.10/
  5. ./configure
  6. make && make install

Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -

Nuget pack csproj using nuspec -