리눅스					분류
				
						php와 apache동시설치 문제점
작성자 정보
- php 작성
 - 작성일
 
컨텐츠 정보
- 5,663 조회
 - 0 추천
 - 목록
 
본문
php와 apache동시설치 문제점
먼저 apache에서 configure 실행
./configure --prefix=/usr/local/apache
다음 php에서 configure실행
 ./configure --with-apache=/usr/local/apache --with-config-file-path=/usr/local/apache/conf --with-exec-dir=/usr/local/apache/bin --enable-track-vars=yes
그리고 make를 실행하면 다음과 같은 에러가 납니다.
make: *** No targets specified and no makefile found.  멈춤.
슈퍼유저에 php와 apache함께 설치하기 그대로 했는데 왜 안될까요?
php configure해주면 /usr/local/apache폴더를 찾을 수없다고 에러가 첨에 한번나오고 그냥 make하면 실행된다고 나오던데 안되던데요.... ㅡㅡ;
고수님들 리플 부탁드립니다.
관련자료
- 
			이전
 - 
			다음
 
			댓글 0
					
			
				등록된 댓글이 없습니다.
			
					
								