PythonとBzip2

8月 11th, 2009

「bzr pull」したら「Segmentation fault」で強制終了をくらってしまったのでPythonのソースディレクトリで「make」して「make test」して調べたらtest_bz2のところで「make: *** [test] Segmentation fault」と出ていました。

http://www.bzip.org/からダウンロードして、

make -f Makefile-libbz2_so
cp libbz2.so* /path_to_directory/lib

としたらテストも通り、無事「bzr pull」できました。

Did you find this information helpful? If you did, consider donating.

関連記事

Categories: 一般 Tags:
  1. No comments yet.
  1. No trackbacks yet.