> 이 곳에 있는 설치 방법 보면서 그대로 따라 했는데 에러가 납니다.
> Solaris를 사용하고 있습니다.
> 압축 풀어서 다음과 같은 명령을 줬습니다.
>
> [/user/home/lazz/mysql/mysql-3.21.33b]./configure -prefix=user/home/la
> zz/mysql-3.21 -sysconfdir=user/home/lazz/mysql-3.21/conf -with-mysqld-
> user=mysql -with-charset=sjis
>
> 그리고 다음과 같은 결과가 나왔습니다.
>
> creating cache ./config.cache
> checking host system type... sparc-sun-solaris2.6
> checking target system type... sparc-sun-solaris2.6
> checking build system type... sparc-sun-solaris2.6
> checking for a BSD compatible install... ./install-sh -c
> checking whether build environment is sane... 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 make sets ${MAKE}... yes
> grep: can't open config.status
> checking whether to enable maintainer-specific portions of Makefiles..
> . no
> checking whether build environment is sane... yes
> checking whether make sets ${MAKE}... (cached) yes
> checking for gcc... gcc
> checking whether the C compiler (gcc ) works... yes
> checking whether the C compiler (gcc ) is a cross-compiler... no
> checking whether we are using GNU C... yes
> checking whether gcc accepts -g... yes
> checking for c++... c++
> checking whether the C++ compiler (c++ ) works... no
> configure: error: installation or configuration problem: C++ compiler
> cannot create executables.
>
> 여기저기 missing과 no 가 나오는걸 보니 뭔가가 안 된 것 같군요.
> 유닉스에 익숙치 않아서 어떻게 해결해야 할 지 모르겠군요.
> 어디에 문제가 있는거죠?
c++ compiler 가 설치되지 않은 것 같습니다.
확인해 보시기 바랍니다.
|