undefined symbol: __dso_handle

Toshinao Ishii ici at ici.mine.nu
Sat Jul 28 11:15:13 EDT 2001


Hi.

I met following installation problem of Python-2.1.1.
My environment is Linux/i386 (Debian-2.2) with gcc-3.0.
Installation of Python (configure; make; make install)
looks completed fine. But when I run one of the test
script in Lib/test/ I've got the following error.

Traceback (most recent call last):
  File "test_new.py", line 1, in ?
    from test_support import verbose, verify
  File "test_support.py", line 106, in ?
    import unittest
  File "/usr/local/lib/python2.1/unittest.py", line 51, in ?
    import time
ImportError: /usr/local/lib/python2.1/lib-dynload/time.so: undefined symbol:
__dso_handle

Let me know how to solve this problem.

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Toshinao Ishii  emai: jsbach at mac.com





More information about the Python-list mailing list