>> Read Reply from No. 43473 article  
RE: mysql 설치가 안되요..

등록 2002-02-28 19:38:00     조회 1
이름 하용운    

		[root@localhost mysql-3.23.47]# ./configure --prefix=/usr/local/mysql --with-charset=euc_kr
[root@localhost mysql-3.23.47]# make
[root@localhost mysql-3.23.47]# make install
[root@localhost mysql-3.23.47]# /usr/local/mysql/bin/mysql_install_db
  이렇게만 하심 인스톨 잘 됩니다.
  : [root@localhost mysql-3.23.47]# ./configure --
: prefix=/usr/local/mysql --with-charset=euc_kr --with-
: apache=/usr/local/apache_1.3.22
: 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... (cached) /usr/bin/install -c
: checking whether build environment is sane... yes
: checking whether make sets ${MAKE}... (cached) 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 whether build environment is sane... yes
: checking whether make sets ${MAKE}... (cached) yes
: checking for gawk... (cached) gawk
: checking for gcc... (cached) 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... (cached) yes
: checking whether gcc accepts -g... (cached) yes
: checking for c++... (cached) c++
: checking whether the C++ compiler (c++   ) works... yes
: checking whether the C++ compiler (c++   ) is a cross-compiler... no
: checking whether we are using GNU C++... (cached) yes
: checking whether c++ accepts -g... (cached) yes
: checking how to run the C preprocessor... (cached) gcc -E
: checking for ranlib... (cached) ranlib
: checking for ld used by GCC... (cached) /usr/bin/ld
: checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
: checking for BSD-compatible nm... (cached) /usr/bin/nm -B
: checking whether ln -s works... (cached) yes
: loading cache ./config.cache within ltconfig
: checking for object suffix... o
: checking for executable suffix... (cached) no
: checking for gcc option to produce PIC... -fPIC
: checking if gcc PIC flag -fPIC works... yes
: checking if gcc supports -c -o file.o... yes
: checking if gcc supports -c -o file.lo... yes
: checking if gcc supports -fno-rtti -fno-exceptions ... yes
: checking if gcc static flag -static works... -static
: checking if the linker (/usr/bin/ld) is GNU ld... yes
: checking whether the linker (/usr/bin/ld) supports shared
: libraries... yes
: checking command to parse /usr/bin/nm -B output... ok
: checking how to hardcode library paths into programs... immediate
: checking for /usr/bin/ld option to reload object files... -r
: checking dynamic linker characteristics... Linux ld.so
: checking if libtool supports shared libraries... yes
: checking whether to build shared libraries... yes
: checking whether to build static libraries... yes
: checking for objdir... .libs
: creating libtool
: loading cache ./config.cache
: checking for a BSD compatible install... /usr/bin/install -c
: checking for bison... no
: checking for byacc... no
: checking for pdftex... no
: checking return type of sprintf... int
: checking for uname... /bin/uname
: checking operating system... Linux
: checking if we should use skip-locking as default for linux-gnu...
: yes
: checking for ln... /bin/ln
: checking for ln... /bin/ln
: checking for mv... /bin/mv
: checking for rm... /bin/rm
: checking for cp... /bin/cp
: checking for sed... /bin/sed
: checking for cmp... /usr/bin/cmp
: checking for chmod... /bin/chmod
: checking for hostname... /bin/hostname
: checking for perl... /usr/bin/perl
: checking for ps... /bin/ps
: checking how to check if pid exists... /bin/ps p $$PID | grep mysqld
: > /dev/null
: checking for kill... /bin/kill
: checking for kill switches... /bin/kill -0 $$PID > /dev/null
: 2> /dev/null
: checking for gcc option to accept ANSI C...
: checking whether to use RAID... no
: checking for getconf... getconf
: checking for CFLAGS value to request large file support... -
: D_FILE_OFFSET_BITS=64
: checking for LDFLAGS value to request large file support...
: checking for LIBS value to request large file support...
: checking for _FILE_OFFSET_BITS... 64
: checking for _LARGEFILE_SOURCE... no
: checking for _LARGE_FILES... no
: checking for ANSI C header files... yes
: checking for size_t... yes
: checking for dirent.h that defines DIR... yes
: checking for opendir in -ldir... no
: checking for ANSI C header files... (cached) yes
: checking for sys/wait.h that is POSIX.1 compatible... yes
: checking for fcntl.h... yes
: checking for float.h... yes
: checking for floatingpoint.h... no
: checking for ieeefp.h... no
: checking for limits.h... yes
: checking for memory.h... yes
: checking for pwd.h... yes
: checking for select.h... no
: checking for stdlib.h... yes
: checking for stddef.h... yes
: checking for strings.h... yes
: checking for string.h... yes
: checking for synch.h... no
: checking for sys/mman.h... yes
: checking for sys/socket.h... yes
: checking for netinet/in.h... yes
: checking for arpa/inet.h... yes
: checking for sys/timeb.h... yes
: checking for sys/types.h... yes
: checking for sys/un.h... yes
: checking for sys/vadvise.h... no
: checking for sys/wait.h... (cached) yes
: checking for term.h... no
: checking for unistd.h... yes
: checking for utime.h... yes
: checking for sys/utime.h... no
: checking for termio.h... yes
: checking for termios.h... yes
: checking for sched.h... yes
: checking for crypt.h... yes
: checking for alloca.h... yes
: checking for sys/ioctl.h... yes
: checking for floor in -lm... yes
: checking for gethostbyname_r... yes
: checking for setsockopt... yes
: checking for yp_get_default_domain... no
: checking for yp_get_default_domain in -lnsl... yes
: checking for p2open... no
: checking for p2open in -lgen... no
: checking for bind... yes
: checking for crypt in -lcrypt... yes
: checking for crypt... yes
: checking if libz with compress... no
: checking for atomic operations... atomic_add atomic_sub
: checking for int8... no
: checking LinuxThreads... Found
: checking named thread libs:... -lpthread
: checking for strtok_r in -lpthread... yes
: checking for strtok_r... yes
: checking for dlopen in -ldl... yes
: checking for restartable system calls... yes
: checking need of special linking flags... -rdynamic
: checking for working const... yes
: checking for inline... inline
: checking for off_t... yes
: checking for st_rdev in struct stat... yes
: checking whether time.h and sys/time.h may both be included... yes
: checking whether struct tm is in sys/time.h or time.h... time.h
: checking size of char... 1
: checking size of int... 4
: checking size of long... 4
: checking size of long long... 8
: checking size of off_t... 8
: checking whether byte ordering is bigendian... no
: checking base type of last arg to accept... socklen_t
: checking stack direction for C alloca... -1
: checking for working alloca.h... (cached) yes
: checking for alloca... yes
: checking if struct timespec has a ts_sec member... no
: checking if we have tzname variable... yes
: checking for type ulong... yes
: checking for type uchar... no
: checking for type uint... yes
: checking for type fp_except... no
: checking if c++ supports bool types... yes
: checking if conversion of longlong to float works... yes
: checking if pthread_yield takes zero arguments... yes
: checking if pthread_yield takes 1 argument... no
: checking for varargs.h... yes
: checking for stdarg.h... yes
: checking for dirent.h... yes
: checking for locale.h... yes
: checking for ndir.h... no
: checking for sys/dir.h... yes
: checking for sys/file.h... yes
: checking for sys/ndir.h... no
: checking for sys/ptem.h... no
: checking for sys/pte.h... no
: checking for sys/select.h... yes
: checking for sys/stream.h... no
: checking for sys/mman.h... (cached) yes
: checking for curses.h... no
: checking for termcap.h... no
: checking for termio.h... (cached) yes
: checking for termbits.h... no
: checking for asm/termbits.h... yes
: checking for grp.h... yes
: checking for paths.h... yes
: checking for lstat... yes
: checking for putenv... yes
: checking for select... yes
: checking for setenv... yes
: checking for setlocale... yes
: checking for strcoll... yes
: checking for tcgetattr... yes
: checking whether stat file-mode macros are broken... no
: checking return type of signal handlers... void
: checking for type of signal functions... posix
: checking whether programs are able to redeclare getpw functions...
: yes
: checking for TIOCGWINSZ in sys/ioctl.h... yes
: checking for FIONREAD in sys/ioctl.h... 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
:
: mysql설치할려는데 계속 이렇게 나오네요..apache는 설치해서 정상동작하
: 고 있는데..이거랑 php가 말썽이네요. curses/termcap liblrary가 뭔지..
: 제껀 redhat7.1입니다.
 --
애롭다.
이름
암호


>> 관련글
43473 mysql 설치가 안되요..  리눅  2002.02.28  ....
  답장 RE: mysql 설치가 안되요..  하용운  2002.02.28  ....
Register [ localhost 목록보기 윗글 아랫글
글쓰기
답장쓰기 수정 삭제
정규표현식 [ 상세 검색 ]
페이지로딩: [ 0.52 초 ] 작업시간: [ 0.22 초 ]

Copyleft 1999-2026 by JSBoard Open Project
Theme Designed by IDOO All right reserved
[TOP]

적수네 동네
+
| 적수네 동네
| 공부방
| 리눅스 잡지 서고
| LSN 소스
| 링크 모음
+---+
게시판
+
| 떠들어보세!
| 질문과 답변
| 새소식과 정보
| 1원짜리 팁?
| 대화방
+---+
칼럼?
+
| 세하 훔쳐보기
| Welcome2nite
| 혜진의 염장판
+---+
리눅스 상표권
+
| 반대 서명란
| 토론 게시판
+---+
GNU
+
| GNU 선언문
| GNU GPL
| GNU 미러 목록
+---+
프로젝트?
+
| 리눅스카운터
| RC5DES
| 실질헌법 제작
+---+
커널 소식
+
| 안정 버젼: 2.4.14
+---+
테마 선택
+
LSN 방송국?
+
| OFF AIR
+---+
회원
+
| 로그인
+---+
[ 적수네 동네 ] [ 리눅스 상표권 독점 반대 ] [ 한글 리눅스 문서 프로젝트 ] [ KrLine ] [ 사랑넷 ] [ Valid HTML 4.0! ] [ SlashDot ] [ Freshmeat ]
Copyleft (C) 1998-2001 Byeong-Chan Kim . License
TIME: 1791714669
System by WYZsoft, HDD by I.O.Linux, Mizi Research, Embryo, WOWLINUX, Domain by SarangNet, Network by KrLine.