Issue 872392: Finding X11 fails on SuSE Opteron (original) (raw)
The 64 bit versions of libraries are in a different location.
A possible patch would be:
opteron:~/src/Languages/Python/Python-2.3.3 cvs diff setup.py Index: setup.py
================================ RCS file: /ts2/jwinston/CACHE/CVSROOT/jwinston/src/Langu ages/Python/Python-2.3.3/setup.py,v retrieving revision 1.1 diff -r1.1 setup.py 986a987,989
elif os.path.exists('/usr/X11R6/lib64'): include_dirs.append('/usr/X11R6/include') added_lib_dirs.append('/usr/X11R6/lib64')