eth4io / libkml

Automatically exported from code.google.com/p/libkml
Other
0 stars 0 forks source link

undefined symbol in 'import kmlengine' for python #133

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. ./configure, make, make install
2. python import kmlengine
3.

What is the expected output? What do you see instead?
expected: >>>
instead: 
__kyle@Lucky13:~/src/libkml/libkml-1.1.0$ python
Python 2.6.2 (release26-maint, Apr 19 2009, 01:58:18) 
[GCC 4.3.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import kmlengine
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.6/dist-packages/kmlengine.py", line 7, in <module>
    import _kmlengine
ImportError: /usr/lib/python2.6/dist-packages/_kmlengine.so: undefined
symbol: _ZNK9kmlengine7KmlFile18GetSharedStyleByIdESs
>>> __

What version of the product are you using? On what operating system?
libkml-1.1.0
Ubuntu 9.0.4
Python 2.6
GCC 4.3.3

Did you run the unit test suite that comes with the project? Did all tests
pass?
Yes, all tests passed, output attached

Please provide any additional information below.

Original issue reported on code.google.com by ksshannon@gmail.com on 16 Dec 2009 at 3:37

Attachments: