Menu

#15 undefined symbol: PyArg_ParseTupleAndKeywords

open
nobody
5
2012-09-17
2007-03-26
No

I built kiki 1.0.2 on Fedora Core 4, with Python 2.4, AMDx64. When I run it I get the following error:

ImportError: /usr/lib64/python2.4/lib-dynload/binascii.so: undefined symbol: PyArg_ParseTupleAndKeywords

I can fix the problem in linux/Makefile by replacing the static python lib [$(PYTHONHOME)/config/libpython$(PYTHON_VERSION).a] with the dynamic one [-lpython$(PYTHON_VERSION)]

Discussion


Log in to post a comment.

MongoDB Logo MongoDB