Can you ckeck what version of ICU you used to compile mapnik? ldd /usr/local/lib/libmapnik.so.0.6
During compile time, you should add something like "python scons/scons.py ICU_INCLUDES=/usr/local/include ICU_LIBS=/usr/local/lib" if they are not installed at their default location. Greetings! 2010/1/14 Gissur Þórhallsson <[email protected]> > Hi, I already posted this to IRC - but my computer rebooted and > disconnected me, so I thought I'd try bit more persistent medium. > > Hi there. I just built mapnik 0.7.0 release with DEBUG=True on ubuntu 9.10 > karmic. > > But when I try to run import mapnik I get the following: > ImportError: /usr/local/lib/libmapnik.so.0.6: undefined symbol: > u_shapeArabic_4_2 > (full error: > http://mapnik.pastebin.com/f1d3ebca1a<http://mapnik.pastebin.com/m468ca49a> > ) > > I got ICU from the ICU website (release icu4c-4_2_1) and built it myself. > > Does anybody have any idea what could be wrong? > Is this maybe an ICU problem? > > Kind regards from Iceland, > Gissur Þórhallsson > > _______________________________________________ > Mapnik-users mailing list > [email protected] > https://lists.berlios.de/mailman/listinfo/mapnik-users > >
_______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

