I'm not familiar with unified or context diffs. The
libraries are necessary because gcc for some reason calls
them in the code it emits for _mysql.c. The libraries
contain utility and math routines optimized by DEC (Compaq)
for the Alpha. I would not be surprised if RedHat built
gcc wrong and that's where the problem comes from.
I had the same problem under RedHat 6.2.
Another solution is to use ccc, the Compaq compiler that
comes free with RedHat. If you build Python with it,
MySQLdb will use it too. But then the compiler chokes on
the mx stuff and I haven't bothered to hunt for what it
would take to fix that.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=71372
In the future, please use a unified diff or context diff.
Why are these libraries necessary?
Logged In: YES
user_id=259527
I'm not familiar with unified or context diffs. The
libraries are necessary because gcc for some reason calls
them in the code it emits for _mysql.c. The libraries
contain utility and math routines optimized by DEC (Compaq)
for the Alpha. I would not be surprised if RedHat built
gcc wrong and that's where the problem comes from.
I had the same problem under RedHat 6.2.
Another solution is to use ccc, the Compaq compiler that
comes free with RedHat. If you build Python with it,
MySQLdb will use it too. But then the compiler chokes on
the mx stuff and I haven't bothered to hunt for what it
would take to fix that.