[Metakit] trouble installing 2.4.9.4
Jack Diederich
jack at performancedrivers.com
Mon Sep 26 17:49:05 CEST 2005
I was upgrading from 2.4.9.3 to 2.4.9.4 and I get this error when
I tried to load it and get this error.
sprat:~/src/metakit-2.4.9.4/builds# python
Python 2.4.1 (#2, Mar 30 2005, 21:51:10)
[GCC 3.3.5 (Debian 1:3.3.5-8ubuntu2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import metakit
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/lib/python2.4/site-packages/metakit.py", line 22, in ?
from Mk4py import *
ImportError: ./Mk4py.so: undefined symbol: _ZTVN10__cxxabiv117__class_type_infoE
>>>
Some C++ compiler name munging. I've been away from C++ so long I don't
know how to track this down.
If I install 2.4.9.3 it works, just 2.4.9.4 has a problem.
Here are the other files on my system.
sprat:~/src/metakit-2.4.9.4/builds# ls -ltr /usr/local/lib/ | tail -1
-rwxr-xr-x 1 root root 957411 2005-09-26 16:45 libmk4.so
sprat:~/src/metakit-2.4.9.4/builds# ls -ltr /usr/lib/python2.4/site-packages/| tail -3
-rwxr-xr-x 1 root root 1462805 2005-09-26 16:45 Mk4py.so
-rwxr-xr-x 1 root root 2471 2005-09-26 16:45 metakit.py
-rw-r--r-- 1 root root 3074 2005-09-26 16:45 metakit.pyc
Any suggestions? Thanks,
-Jack
More information about the Metakit
mailing list