[Python-bugs-list] [ python-Bugs-442903 ] import Numeric fails on Linux

noreply@sourceforge.net noreply@sourceforge.net
Thu, 09 Aug 2001 15:26:50 -0700


Bugs item #442903, was opened at 2001-07-19 14:30
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=442903&group_id=5470

Category: Extension Modules
>Group: 3rd Party
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Greg Kochanski (gpk)
Assigned to: Nobody/Anonymous (nobody)
Summary: import Numeric fails on Linux

Initial Comment:
\h* python
Python 2.1.1c1 (#1, Jul 19 2001, 14:43:40) 
[GCC 2.95.2 20000220 (Debian GNU/Linux)] on linux2
Type "copyright", "credits" or "license" for more
information.
>>> import Numeric
BUG IN DYNAMIC LINKER ld.so: dynamic-link.h: 62:
elf_get_dynamic_info: Assertion `! "bad dynamic tag"'
failed!
\h* ^D


Python was compiled on a Debian Linux system,
with 2.4.5 kernel.  It runs there, but creates the
above
error when the same code is run on a Red Hat system
with a 2.4.0 kernel.


----------------------------------------------------------------------

Comment By: Jeremy Hylton (jhylton)
Date: 2001-08-06 13:59

Message:
Logged In: YES 
user_id=31392

Have you tried contacting the Numeric team?  This doesn't
look like it was anything to do with Python.


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=442903&group_id=5470