Python 2.2.1 vs. gcc 3.1?
Andrew Koenig
ark at research.att.com
Fri Jun 7 12:49:48 EDT 2002
Skip> My guess is you have a new libgcc.so file that needs to be
Skip> introduced to the system using the ldconfig command. Try
Skip> running ldd on the struct.so file and see if it finds everything
Skip> the file references.
That could be it, but I have been setting LD_RUN_PATH explicitly when
building Python, so I don't understand why it would have changed.
More information about the Python-list
mailing list