얼마전부터 와우리눅스7.1을 사용하고 있습니다.
설치할때 멀티부팅을 위해 사용자정의 모드를 이용했고, 패키지 설치는
기본설치에서 KDE를 추가한 정도입니다.
아파치를 설치하기 위해 httpd-2.0.43에서
./configure --prefix=/tmp/apache --enable-rule=SHARED_CORE --enable-
module=so라고 치니까...
...
...
checking for chosen layout... apr
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
configure failed for srclib/apr
이렇게 메세지가 나옵니다.
gcc가 안깔린것 같아 rpm을 구해서
rpm -Uvh gcc -2.96-85.i386.rpm라고 치니까...
error:failed dependencies:
binutils >= 2.9.5.0.41 is needed by gcc-2.96-85
cpp = 2.96-85 is needed by gcc-2.96-85
glib-devel is needed by gcc-2.96-85
이렇게 나옵니다...
고수님들, 꼭 좀 도와주세요...
저한테 gcc가 없어서 아파치 설치가 안되는지... 그리고, gcc rpm버전을
구해서 설치할래도 안되네요 ㅠ.ㅠ