안녕하세요! 현제 웹서버와 디비서버를 분리해서 설치를 하려 합니다.
몇군데에 있는 자료를 디져서 시도를 해봤지만.. 에러가 뜨더라구염.. ㅠ.ㅠ
서버는..
A Server : DB
B Server : WEB
각각 사용 버전
MySQL 4.0.1
Apache 1.3.26
PHP 4.2.1
현제 A서버에는 디비설치를 성공적으로 마쳤습니다.
그리고 B서버에서 php를 설치할때 에러가 납니다.
처음 아파치는
# cd /usr/local/src/apache_1.3.26
# ./configure
# ../php-4.2.1
# ./configure --with-apache=/usr/local/src/apache_1.3.26 --with-config-file-path=/usr/local/apache/conf --with-exec-dir=
/usr/local/apache/bin --with-apxs=/usr/local/apache/bin/apxs --with-enable-track-vars=yes 이명령을 내리고 나서
.. 에러가 뜹니다. configure: error: --with-apache and --with-apxs cannot be used together
이문제를 어떻게 해야 할지.. 도움을 청합니다...
--
홈페이지 : http://www.howlinux.net 언제나 열심히 삽질하자!