質問

Ubuntu 8.10システムでxamppパッケージxampp-linux-1.6.7を抽出し、mod_wsgiのドキュメントの説明に従いました。以下のエラーが表示されます:

ravi@Ibex:~/mod_wsgi-2.3$ ./configure  --with-apxs=/opt/lampp/bin/apxs 
checking Apache version... cannot open /opt/lampp/build/config_vars.mk: No such file or directory at /opt/lampp/bin/apxs line 218.
cannot open /opt/lampp/build/config_vars.mk: No such file or directory at /opt/lampp/bin/apxs line 218.
./configure: line 1696: /: is a directory

checking for python... /usr/bin/python
cannot open /opt/lampp/build/config_vars.mk: No such file or directory at /opt/lampp/bin/apxs line 218.
configure: creating ./config.status
config.status: error: cannot find input file: Makefile.in

mod_wsgiをxamppで実行する手順をGoogleで確認できませんでした。助けてください。

解決策: この解決策はコメントに埋もれています。 Martin v。Lö wis のおかげで、これを解決できました。 apxsがconfig_vars.mkが見つからないというエラーをスローしてエラーを表示する場合、Apacheのビルドディレクトリが欠落していることを意味します。 Fox xamppユーザーは、xampp-devもダウンロードして同じパスに抽出することで解決できます。

役に立ちましたか?

解決

apxsがスローし、config_vars.mkが見つからないというエラーが表示される場合、Apacheのビルドディレクトリが欠落していることを意味します。 Fox xamppユーザーは、xampp-devもダウンロードして同じパスに抽出することで解決できます。

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top