Background Image

FORUM

조회 수 30205 추천 수 0 댓글 1
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
sh CUBRID-8.1.4.1032-linux.sh 을 실행했더니, 잘 설치되는데 cannot create demodb 가 뜹니다.
그래서 그냥 그건 그런가보다 하고 아래처럼
[root]# cubrid service start 을 했더니
cubrid: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory

이런 메세지가 뜨네요..무엇이 문제일까요??ㅠㅠ
  • ?
    웁쓰 2009.04.29 20:14
    안녕하세요. 올려 주신 에러 메시지는 libncurses라는 라이브러리를 찾지 못해서 그런것 같습니다.

    #ldd /home/cubrid/CUBRID/bin/cubrid
            linux-gate.so.1 =>  (0xffffe000)
            libcubridsa.so.8 => /home/cubrid/CUBRID/lib/libcubridsa.so.8 (0xf7abf000)
            libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00229000)
            libncurses.so.5 => /usr/lib/libncurses.so.5 (0xf7a4b000)
            libpthread.so.0 => /lib/libpthread.so.0 (0x00c35000)
            libdl.so.2 => /lib/libdl.so.2 (0x00c2f000)
            libm.so.6 => /lib/libm.so.6 (0x00c06000)
            libc.so.6 => /lib/libc.so.6 (0x00ac4000)
            libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00d52000)
            /lib/ld-linux.so.2 (0x00aa7000)
    제 서버에서는 위와 같이 나오는데요.
    centos 를 쓰신다면 yum을 이용해서 설치 할 수  있습니다.
    yum install ncurses*
    만약 ncurses 라이브러리를 설치 하고도 안된다면
    심볼릭 링크로 (ln -s) 해결 하시면 됩니다.
    [cubrid@nehalem-ax3 bin]$ rpm -qf /usr/lib/libncurses.so.5
    ncurses-5.5-24.20060715.1AX
    [cubrid@nehalem-ax3 bin]$ cd /usr/lib
    [cubrid@nehalem-ax3 lib]$ rpm -qf /usr/lib/libncurses.so.5
    ncurses-5.5-24.20060715.1AX
    [cubrid@nehalem-ax3 lib]$ ls -l *libncur*
    -rw-r--r-- 1 root root 132598  7??10  2007 libncurses++.a
    -rw-r--r-- 1 root root 132598  7??10  2007 libncurses++w.a
    -rw-r--r-- 1 root root 469956  7??10  2007 libncurses.a
    lrwxrwxrwx 1 root root     15  4??23 19:17 libncurses.so -> libncurses.so.5
    lrwxrwxrwx 1 root root     17  4??23 19:07 libncurses.so.5 -> libncurses.so.5.5
    -rwxr-xr-x 1 root root 297464  7??10  2007 libncurses.so.5.5
    -rw-r--r-- 1 root root 585272  7??10  2007 libncurses_g.a
    -rw-r--r-- 1 root root 523174  7??10  2007 libncursesw.a
    lrwxrwxrwx 1 root root     16  4??23 19:17 libncursesw.so -> libncursesw.so.5
    lrwxrwxrwx 1 root root     18  4??23 19:07 libncursesw.so.5 -> libncursesw.so.5.5
    -rwxr-xr-x 1 root root 328948  7??10  2007 libncursesw.so.5.5
    -rw-r--r-- 1 root root 664818  7??10  2007 libncursesw_g.a



  1. CUBRID 사용자를 위한 DBeaver 도구 출시 안내

    Date2024.04.23 Byadmin Views110
    read more
  2. SQLGate for CUBRID 영구 무료 라이선스 제공

    Date2020.04.09 Byadmin Views4473
    read more
  3. inner join update 질문

    Date2009.04.24 By장비맨 Views23559
    Read More
  4. OLEDB Driver Error...

    Date2009.04.24 Byflypig Views13259
    Read More
  5. error while loading shared libraries: libgtk-x11-2.0.so.0

    Date2009.04.25 By공기청정기 Views22971
    Read More
  6. MySQL 의 GROUP_CONCAT 함수에 대응하는 CUBRID 함수가 있는지요?

    Date2009.04.29 By차오이 Views27898
    Read More
  7. libncurses.so.5 관련 질문입니다. (cubrid service start 시)

    Date2009.04.29 Byexnis Views30205
    Read More
  8. DB 서버 OFF 시 질문입니다.

    Date2009.04.30 By이석희 Views13003
    Read More
  9. OLEDB 에서 OID 자동으로 가져오게 하는 방법?

    Date2009.05.01 By서명호 Views13374
    Read More
  10. 에러 코드 질문 드립니다.

    Date2009.05.02 By빵돌이 Views19975
    Read More
  11. c++ builder 2006 explore 에서 큐브리드 사용법 알려주세요

    Date2009.05.02 By강아지60 Views19634
    Read More
  12. ODBC 이용 SQLHSTMT 다중으로 사용하는게 불가능한가요 ?

    Date2009.05.04 ByApiClasser Views16565
    Read More
  13. [초보질문] 타유저 TABLE 생성 가능여부 및 볼륨 데이타 입력 문의

    Date2009.05.08 By삽질중 Views14046
    Read More
  14. 큐브리드 개발 환경 구축 문제

    Date2009.05.08 By흐승욱 Views12783
    Read More
  15. [초보질문]function 변환 문의 (oracle -> cubrid)

    Date2009.05.08 By삽질중 Views22591
    Read More
  16. 한글에 upper함수 적용하면 검색이 안되는 이유?

    Date2009.05.11 By장비맨 Views20805
    Read More
  17. java.lang.ClassNotFoundException: cubrid.jdbc.dirver.CUBRIDDriver 에러에 관한문의

    Date2009.05.12 By삽질중 Views20670
    Read More
  18. 안정성 관련 질문 드립니다.

    Date2009.05.12 Bykkckc Views15582
    Read More
  19. [초보질문] 객체관계 테이블 set type 입력 및 조회 방법문의

    Date2009.05.13 By삽질중 Views14652
    Read More
  20. MySQL의 LOAD DATA INFILE 기능은 CUBRID에 없나요?

    Date2009.05.13 By공기청정기 Views20624
    Read More
  21. Unable to access system message catalog.(null)

    Date2009.05.14 By공기청정기 Views15693
    Read More
  22. Unable to access system message catalog.(null) (자답)

    Date2009.05.15 By공기청정기 Views11825
    Read More
Board Pagination Prev 1 ... 5 6 7 8 9 10 11 12 13 14 ... 200 Next
/ 200

Contact Cubrid

대표전화 070-4077-2110 / 기술문의 070-4077-2113 / 영업문의 070-4077-2112 / Email. contact_at_cubrid.com
Contact Sales