Hi Dom, It can be you're loading wrong (old) version of icu at runtime. Did you install icu 4.x into /usr/local ?
Could you post result of : ldd /usr/local/lib64/libmapnik.so.0.8 Regards, Artem 2010/1/11 Dom Lehr <[email protected]>: > Hey guys, > > since my installation finally went thru, I was about to test it. > Unfortunately, I get "Boost undefined symbols": > > dbsosm:/usr/local/bin # python > Python 2.4.2 (#1, Dec 2 2008, 00:09:07) > [GCC 4.1.2 20070115 (SUSE Linux)] on linux2 > Type "help", "copyright", "credits" or "license" for more information. >>>> import mapnik > Traceback (most recent call last): > File "<stdin>", line 1, in ? > File "/usr/lib64/python2.4/site-packages/mapnik/__init__.py", line 53, in > ? > from _mapnik import * > ImportError: /usr/local/lib64/libmapnik.so.0.8: undefined symbol: > _ZNK7icu_4_213UnicodeString9doCompareEiiPKtii > > > > I was lookin at the "Installation Troubleshooting" Page > (http://trac.mapnik.org/wiki/InstallationTroubleshooting) and found a > solution for "Boost undefined symbols", but... I am using boost version > 1.42, which I compiled from source. According to this "solution" it should > be fixed by now. > > I am running Suse Linux Enterprise Server 10, SP 2, 64 bit. Mapnik 0.7.0 > Release. > > I appreciate your help! > > Dom > > _______________________________________________ > 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

