On Nov 15, 2011, at 3:40 AM, Jaak Laineste wrote: > I used following to install nightly trunk mapnik2 to latest ubuntu (11.10), > but it does not work. What libboost version does it need? > > Installation: > sudo add-apt-repository ppa:mapnik/nightly-trunk > sudo apt-get update > sudo apt-get install libmapnik2 libmapnik2-dev mapnik2-utils > > Test: >> python > Python 2.7.2+ (default, Oct 4 2011, 20:06:09) > [GCC 4.6.1] on linux2 > Type "help", "copyright", "credits" or "license" for more information. >>>> import mapnik2; > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > File "/usr/lib/python2.7/dist-packages/mapnik2/__init__.py", line 46, in > <module> > from _mapnik2 import * > ImportError: /usr/lib/libboost_regex.so.1.45.0: undefined symbol: > u_charType_4_2 >>>> >
Jaak, I agree with David. Use the official package of 2.0.0, unless you need otherwise. Since I've not had time to work yet on that postgis 2.0 SRID detection bug, I don't think you need the nightlies yet. But, the above is a pretty odd error for ubuntu. I thought that boost 1.46 was the package available for 11.10. Anyway, nightly package bugs should go here: https://github.com/mapnik/mapnik-packaging/issues so please file this one if you have a minute. > _______________________________________________ > 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

