root ユーザーと最終的に他のユーザーで django-haystack と xapian を使用してインストール プロセスを少し行ったところ、すべての応答は問題ないようです。
other_user
シェル内で実行import xapian
しているときでも、import haystack
すべてエラーなしで実行されます。
#'haystack',
設定ファイルでコメントを外すとすぐに。Apacheを再起動するとエラーがスローされます
The 'xapian' backend requires the installation of 'xapian'.
インストールされた xapian-core、xapian-bindings
それでもうまくいかない理由はありますか?
HEREは私の構成です
./configure --prefix=/home/appel/xapian-install XAPIAN_CONFIG=/home/appel/xapian-install/bin/xapian-config PYTHON=/opt/python2.6/bin/python2.6 PYTHON_LIB=/opt/python2.6/lib/python2.6 --with-python --without-ruby --without-tcl --without-php