문제

Ubuntu 8.10 시스템에서 XAMPP 패키지 XAMPP-LINUX-1.6.7을 추출하고 MOD_WSGI 문서의 인stuctions를 따랐습니다. 아래에서 오류가 발생합니다.

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

XAMPP에서 mod_wsgi를 실행하는 것에 대한 지침은 Google을 Google에 할 수 없었습니다. 도와주세요.

솔루션 :이를위한 해결책은 의견에 묻혀 있습니다. 감사합니다 마틴 대 로위 나는 이것을 해결할 수 있었다. APXS가 던지고 오류가 누락 된 Config_vars.mk에 대해 불평하면 Apache의 빌드 디렉토리가 누락되었음을 의미합니다. Fox XAMPP 사용자 솔루션은 XAMPP-Dev를 다운로드하여 동일한 경로로 추출하는 것입니다.

도움이 되었습니까?

해결책

APXS가 던지고 오류가 누락 된 Config_vars.mk에 대해 불평하면 Apache의 빌드 디렉토리가 누락되었음을 의미합니다. Fox XAMPP 사용자 솔루션은 XAMPP-Dev를 다운로드하여 동일한 경로로 추출하는 것입니다.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top