한컴리눅스 2.2이고요
커널은 2.4.18-3 입니다.
[root@co903 mysql-3.23.53]# ./configure --prefix=/usr/local/mysql --with-client-ldflags=-all-static --with-mysqld-ldflag
s=-all-static --with-sharset=euc_kr --without-debug --enable-assembler checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
~~~~~~~~~~중략~~~~~~~~~~~~
checking for TIOCSTAT in sys/ioctl.h... no
checking if struct dirent has a d_ino member... yes
checking whether signal handlers are of type void... yes
checking for tgetent in -lncurses... no
checking for tgetent in -lcurses... no
checking for tgetent in -ltermcap... no
checking for termcap functions library... configure: error: No curses/termcap library found
이런식으로 에러가 남니다....
그래서 확인 해봤더니 이렇게 설치가 되어있습니다.
[root@co903 bin]# rpm -qa |grep termcap
libtermcap-2.0.8-28hl
termcap-11.0.1-10hl
[root@co903 bin]# rpm -qa | grep curses
ncurses4-5.0-4hl
ncurses-5.2-12hl
[root@co903 bin]#
무슨 이유로 설치가 않되는 거죠....아시는 분은 답변 부탁드립니다.