On Jul 6, 2011, at 8:43 AM, Richard Duivenvoorde wrote: > On 07/05/2011 04:57 PM, Dane Springmeyer wrote: > >> Also, you should be able to work around it (basically skip the building of >> that test) by doing: >> >> python scons/scons.py install > > After > python scons/scons.py > and the error for the tests, I try to install (hoping that only the test > was failing....): > python scons/scons.py install > > but it is still choking: > do I have a boost problem? Or can boost not find my icu? >
Hmm, can you paste the result of: ldd src/libmapnik2.so # from within the mapnik source tree and: ldd /usr/lib/libboost_regex.so note: libboost_regex may not be in /usr/lib, so please find it and run ldd on it wherever it is. Also, is is possible you have duplicate libicuuc versions? Dane _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

