python-mapnik icon indicating copy to clipboard operation
python-mapnik copied to clipboard

_mapnik.so: undefined symbol: _ZTIN6mapnik15freetype_engineE

Open jomu78 opened this issue 8 years ago • 1 comments

Hi,

I tried to install mapnik and python_mapnik on Debian 9 (stretch). When I execute python setup.py test, I get the error message as stated in the title.

libfreetype6 is installed, ldd _mapnik.so shows the reference to it.

Environment: python 2.7.13 mapnik 3.0.13 (from source) python-mapnik 3.0.13 (from source)

jomu78 avatar Aug 11 '17 10:08 jomu78

Hi again,

I got it running - I added libcairo2-dev and recompiled mapnik and python-mapnik and now it is running. Still think this is a bug as libcairo2 is marked optional and without it did not work.

Regards

jomu78 avatar Aug 11 '17 15:08 jomu78