mysql 설치시configure에서 에러
[root@orion mysql-3.23.38]# ./configure --prefix=/usr/local/mysql --localstatedi
r=/usr/local/mysql/data --with-charset=euc_kr
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
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 :oops:
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 whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for gawk... gawk
checking for gcc... gcc
checking whether the C compiler (gcc ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
이런에러가 뜨는대요.
gcc 설치되어있구요
glib도 설치되어있읍니다.
머가문제인지요
아시는분답변좀
Re: mysql 설치시configure에서 에러
우선 autoconf,automake가 업군여
업어도 무방하지만 있으면 좋겟져
그리고 devel패키지가 업는거로 보임
그래서 gcc가 재대로 작동안함
혹시 glibc-devel 안깔은건 아니겠져
안깔았으면 꺼새ㅔ요ㅕ
나머지도 :roll:
즐린
하시라는대로햇는데 또이렇게
[root@orion orion]# cd /home/orionx/html
[root@orion html]# cd mysql-3.23.38
[root@orion mysql-3.23.38]# ./configure --prefix=/usr/local/mysql --localstatedir=/usr/local/mysql/data --with-charset=euc_kr
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
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... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
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 gawk... gawk
checking for gcc... gcc
checking whether the C compiler (gcc ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
i love linux
autoconf, automake 등의 문제는 아닌 듯 싶은데...그
autoconf, automake 등의 문제는 아닌 듯 싶은데...
그게 문제였다면 첫번째 쓰레드에서 missing의 시점에 configure가 멈췄어야 했겠죠...
첨이나 지금이나 에러 메시지대로라면 C컴파일러가 제대로 안된다는 얘긴데 혹시 hello_world.c라도 만들어 실행해 보셨는지요...?
노루가 사냥꾼의 손에서 벗어나는 것 같이, 새가 그물치는 자의 손에서 벗어나는 것 같이 스스로 구원하라 -잠언 6:5
혹.........
크로스 컴파일 할때 많이 접해본 에러메세진데요.. ^^
저는 host 옵션을 줘서 configure 를 무사히 넘어간 경험이 있습니다.
라고 host 도 지정해보세요 .
redhat 7.3에서 4.0.16컴파일시에러
[root@orioncnc mysql-4.0.16]# ./configure --prefix=/usr/local/mysql --localstatedir=/usr/local/mysql/data --with-charset=euc_kr
checking build system type... i686-pc-linuxoldld
checking host system type... i686-pc-linuxoldld
checking target system type... i686-pc-linuxoldld
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
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 gawk... (cached) gawk
checking for gcc... gcc
checking for C compiler default output... configure: error: C compiler cannot create executables
[root@orioncnc mysql-4.0.16]# rpm -qa | grep gcc
gcc-g77-2.96-110
gcc-java-2.96-110
gcc-2.96-110
gcc-c++-2.96-110
gcc-objc-2.96-110
[root@orioncnc mysql-4.0.16]# rpm -qa | grep glib
glib-1.2.10-5
glibc-common-2.2.5-34
glibc-2.2.5-34
glib2-2.0.1-2
[root@orioncnc mysql-4.0.16]# rpm -qa | grep automake
automake-1.4p5-4
automake15-1.5-2
[root@orioncnc mysql-4.0.16]# rpm -qa | grep autoconf
autoconf-2.13-17
autoconf253-2.53-3
[root@orioncnc mysql-4.0.16]#
위에는 와우에서 핟핟 포기하고 레드햇7.3깔고
gcc glib automake autoconf 등다설치햇는데 또이런에러가뜨내요
미티것내요 몇일째 여기서해매고있으니
고수님들의조언부탁드립니다. 혹시나 해서 전부확인해본겁니다..
i love linux
해결햇읍니다.
그냥 설치시디로 디벨로먼트 다설치햇더니 됩니다.
i love linux
해결하셨다니 다행이지만...configure시에 --host=i6
해결하셨다니 다행이지만...
configure시에 --host=i686-pc-linux-gnu 옵션이 빠졌네요. :-)
------------------------------
좋은 하루 되세요.
댓글 달기