Solution to "Could not find header or shared library for icuuc"
parent
d9be16db89
commit
5cce09abc7
1 changed files with 2 additions and 0 deletions
|
@ -198,6 +198,8 @@ what you actually need is
|
|||
|
||||
* *Solution*: If g++ is available then ICU must be in a custom location so set the paths to the libs and includes - ie. ICU_LIBS=/usr/local/lib and ICU_INCLUDES=/usr/local/include.
|
||||
|
||||
* *Solution*: sudo aptitude install g++ make expat libicu-dev
|
||||
|
||||
### Boost not found during SCons build
|
||||
|
||||
* *Description*: Often the various packages that install the Boost libraries do not properly symlink to the .so such that mapnik's Scons build process does not automatically find the boost libraries.
|
||||
|
|
Loading…
Reference in a new issue