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
>>>
_______________________________________________
Mapnik-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/mapnik-users