Background Image

FORUM

조회 수 30203 추천 수 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 Views46
    read more
  2. SQLGate for CUBRID 영구 무료 라이선스 제공

    Date2020.04.09 Byadmin Views4458
    read more
  3. php게시판에 있는 php설치 글에서.<? phpinfo.php ?>사용이 가능한 구문인가요?

    Date2010.01.26 By뚱기 Views34602
    Read More
  4. php - cubird 연결 부분 오류 문제 문의 드립니다.

    Date2011.05.19 By김우람 Views34353
    Read More
  5. 프로세스 정상동작 문의 드립니다.

    Date2009.01.23 By윤희서 Views33635
    Read More
  6. DWMAPI.dll 관련 오류

    Date2009.02.04 ByGGG특별대원 Views33285
    Read More
  7. 전자정부 프레임워크 트랜잭션 관련 질문드립니다.

    Date2013.08.23 By상초 Views32725
    Read More
  8. ole provider 사용 하고 있는데요, code=80004005, 지정되지 않은 오류라고 나옵니다.

    Date2012.10.18 Bydecoder Views32398
    Read More
  9. 설치시 오류 :cubrid: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

    Date2009.01.22 Byvictory Views32144
    Read More
  10. C#에서 ODBC연결시 에러

    Date2009.11.15 By용이 Views31853
    Read More
  11. 안녕하세요 김범준님..

    Date2008.12.01 ByGoFly Views30837
    Read More
  12. DB 서버 자동 실행 문의.

    Date2008.12.04 By우페 Views30520
    Read More
  13. 시간표현 문제

    Date2008.12.02 Byasteroid Views30265
    Read More
  14. libncurses.so.5 관련 질문입니다. (cubrid service start 시)

    Date2009.04.29 Byexnis Views30203
    Read More
  15. 페이징과 전체 카운트 쿼리 가져올 수 있도록 해주세요.ㅠㅠ

    Date2011.10.29 By마산이프로 Views30076
    Read More
  16. UPDATE/INSERT를 한번에 하는 쿼리 질문드립니다.

    Date2009.02.17 Bykkckc Views28829
    Read More
  17. DLL WS2_32.dll에서 찾을 수 없습니다.

    Date2011.12.17 Bykaray2k Views28608
    Read More
  18. XE를 mysql에서 cubrid로 이전한 후 속도가 너무 느립니다.

    Date2011.08.07 By엔하늘 Views28568
    Read More
  19. html 특수문자 깨지지 않게 가져오는 법

    Date2013.11.12 By씨유소박 Views28364
    Read More
  20. csql 유틸리티에서 쿼리플랜 확인

    Date2008.12.05 Byasteroid Views28258
    Read More
  21. Your transaction (index 4, dba@LoveME|3952) has been unilaterally aborted by the system.큐브리드 로그파일도 같이 넣었어요..

    Date2009.09.08 By지니 Views28016
    Read More
  22. MySQL 의 GROUP_CONCAT 함수에 대응하는 CUBRID 함수가 있는지요?

    Date2009.04.29 By차오이 Views27896
    Read More
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 200 Next
/ 200

Contact Cubrid

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