리눅스를 처음 사용해보는 초보자입니다.
제가 사용하는 컴에 MySQL-3.23, PHP-4.2, Apache-1.3.24를 설치하려고 합니다. 책에 나와있는 방법
대로 설치를 하는데 문제가 발생하거던요.. 이것 저것 해봐도 도무지 모르겠어여..
1. 아파치 소스 컴파일을 위해서 ./configure --prefix=//www로 해주었습니다. 그런데 중간 부분에
Error : could not find any of these C ompilers
라는 에러가 있습니다. 특별히 문제가 있는것인지 궁금하구요...
2. php 컴파일을 위해서
.configure --with-mysql --with-apache=/usr/src/apache_1.3.24 --enable-track-vars
이렇게 하면
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking whether to enable maintainer-specific portions of Makefiles...no
checking host system type... i686-pc-linux-gnuoldld
checking for gawk... gawk
checking for bison... no
checking for byacc... no
configure: warning: You will need bison if you want to regenerate the PHP parsers.
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
어떤 문제인지 알려주시면 고맙겠습니다.
오늘도 즐거운 하루되시길 바랍니다.