Python-2.2.1, Solaris7, make test fails...

Martin v. Loewis martin at v.loewis.de
Fri Apr 12 16:20:32 EDT 2002


Hugh Sasse Staff Elec Eng <hgs at dmu.ac.uk> writes:

> ImportError: ld.so.1: ./python: fatal: relocation error: file /home/hgs/Python-2.2.1/Modules/mathmodule.so: symbol PyExc_OverflowError: referenced symbol not found
> 
> Could someone suggest how to proceed, please?

Can you please report the command line option that was used to link
the python binary? (delete it, and re-invoke make) PyExc_OverflowError
ought to be exported from the Python binary, and there ought to be a
gcc command line option to achieve that.

If you know what nm(1) is, please verify that the symbol is exported.

Regards,
Martin




More information about the Python-list mailing list