顧客の場合、SUSE Linux Enterprise Server 11、64 ビット (略: SLES 11) に django Web サーバーをインストールする必要があります。
http://software.opensuse.orgからリポジトリを追加すると、python-lxml をインストールできます。
sudo zypper install python-lxml
その結果、サイト パッケージが /usr/lib/python2.6/site-packages にインストールされます。ただし、パッケージを使用しようとすると、インポートがクラッシュします。
$ cd /usr/lib/python2.6/site-packages
$ python2.6
..
>>> import lxml.etree
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: lxml/etree.so: wrong ELF class: ELFCLASS32
SLES 11 に python-lxml パッケージを正しくインストールするには?