Python/Django サイトに画像をアップロードする際にエラーが発生したため、PIL ライブラリ (CentOS を使用する Python 2.4 では 1.1.6) をインストールし、$ sudo yum install freetype freetype-devel jpeg jpeg-devel libpng libpng を使用して jpeg ライブラリもインストールしました。 -devel および wget を使用した pil ライブラリhttp://effbot.org/downloads/Imaging-1.1.6.tar.gz
解凍して実行した後: python setup.py build_ext -i および sudo python setup.py install
エラーの長い文字列が表示されますが、それらは次のようになります (前のものはすべてエラーに関するものです: 期待される属性など...):
_imaging.c:3041: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âfunctionsâ
_imaging.c:3138: warning: return type defaults to âintâ
_imaging.c: In function âDL_EXPORTâ:
_imaging.c:3138: error: expected declaration specifiers before âinit_imagingâ
_imaging.c:3149: error: expected â{â at end of input
error: command 'gcc' failed with exit status 1
適切なトラブルシューティングを行うためにさらに多くのエラー メッセージが必要な場合はお知らせください。