Background Image

FORUM

조회 수 17468 추천 수 0 댓글 28
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
[root@cubrid2 user]# cd cubrid-php-8.3.0.0337
[root@cubrid2 cubrid-php-8.3.0.0337]# cd src
[root@cubrid2 src]# /usr/bin/phpize
-bash: /usr/bin/phpize: No such file or directory
[root@cubrid2 src]# chmod 777 /usr/bin/phpize
chmod: cannot access `/usr/bin/phpize': No such file or directory
[root@cubrid2 src]# which phpize
/usr/local/bin/phpize
[root@cubrid2 src]#
[root@cubrid2 src]# /usr/local/bin/phpize
Configuring for:
PHP Api Version:         20041225
Zend Module Api No:      20060613
Zend Extension Api No:   220060519
[root@cubrid2 src]#
[root@cubrid2 src]# which php-config
/usr/local/bin/php-config
[root@cubrid2 src]# ./configure --with-cubrid--enable-64bit
checking for egrep... grep -E
checking for a sed that does not truncate output... /bin/sed
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking whether gcc and cc understand -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for PHP prefix... /usr/local
checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib
checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20060613
checking for PHP installed headers prefix... /usr/local/include/php
checking for re2c... no
configure: WARNING: You will need re2c 0.12.0 or later if you want to regenerate PHP parsers.
checking for gawk... gawk
checking for cubrid support... yes, shared
checking for cubrid include path... no
checking for cubrid library path... no
checking for cubrid 64 bit code... no
checking for cci_init in -l"cascci"... no
configure: error: Try adding --with-cubrid-libdir=PATH. Please check config.log for more information.
[root@cubrid2 src]# make
make: *** No targets specified and no makefile found.  Stop.
[root@cubrid2 src]# ./configure --with-cubrid
checking for egrep... grep -E
checking for a sed that does not truncate output... /bin/sed
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking whether gcc and cc understand -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for PHP prefix... /usr/local
checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib
checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20060613
checking for PHP installed headers prefix... /usr/local/include/php
checking for re2c... no
configure: WARNING: You will need re2c 0.12.0 or later if you want to regenerate PHP parsers.
checking for gawk... gawk
checking for cubrid support... yes, shared
checking for cubrid include path... no
checking for cubrid library path... no
checking for cubrid 64 bit code... no
checking for cci_init in -l"cascci"... no
configure: error: Try adding --with-cubrid-libdir=PATH. Please check config.log for more information.
[root@cubrid2 src]# make
make: *** No targets specified and no makefile found.  Stop.

왜그런거죠? 찾을수가 없다고하는데...
  • ?
    남재우 2010.11.08 06:22

    안녕하세요.

    내용을 보니 configure 시 에러가 발생했습니다. 아래 내용을 참고하여 에러 상황을 확인해 보시는 것이 좋겠습니다.

    configure: error: Try adding --with-cubrid-libdir=PATH. Please check config.log for more information

    PHP 모듈 빌드시 CUBRID cci library 가 필요합니다. 간단한 방법으로는 해당 서버에 CUBRID 를 설치하셔도 되고요. 아니면 설치 문서를 참고하시면 CUBRID library 를 추가하는 방법이 있으니 참고하시어 추가하시면 됩니다.

    그외로 OS, web server, PHP 의 OS bit 가 모두 64bit 인지도 확인해 보시기 바랍니다.

  • ?
    Soma 2010.11.08 06:36
    하나만더 여쭤볼께요 다른 32비트 os에서는 
    [root@localhost user]# cd cubrid-php-8.3.0.0337
    [root@localhost cubrid-php-8.3.0.0337]# cd src
    [root@localhost src]# which phpize
    /usr/bin/phpize
    [root@localhost src]# /usr/bin/phpize
    [root@localhost src]# ./configure --with-cubrid
    -bash: ./configure: 그런 파일이나 디렉토리가 없음
    [root@localhost src]# /usrlocal/php/bin/phpize
    -bash: /usrlocal/php/bin/phpize: 그런 파일이나 디렉토리가 없음

    이런식으로 에러가납니다....
    sulinux 입니다.

  • ?
    남재우 2010.11.08 06:48

    phpize 가 정상수행되어야 configure 가 생성됩니다. 위의 내용을 보면 phpize 가 제대로 수행되지 않았습니다.

    apache와 php 는 정상설치되었다면 phpinfo() 를 통하여 사용하는 php 의 위치를 확인하신후 상단부에 Configure command 에 prefix 부분이 보이면 그곳에 PHP 가 설치된 것이니 그곳의 phpize 를 사용해야 합니다. path 에 있는 phpize를 사용하는 것은 아닙니다.

  • ?
    SoMa 2010.11.08 07:23

    /usr/local/php_5.2.14/phpize 이런식으로 해보면 되는건가요?

  • ?
    SoMa 2010.11.08 07:22

    5.2.14버젼으로 컴파일된 .so파일을 구할대가 없을련지요?

    32비트로 컴파일된걸로요...


    도저히 해결을 못하겠습니다... ㅜㅜ

  • ?
    남재우 2010.11.08 07:41

    빌드가 어렵지는 않은데, 이상하네요.

    phpize 의 위치가 틀렸네요. 오타이신지 모르겠지만요. /usr/local/php_5.2.14/bin/phpize 을 수행하시면 됩니다.

    정상수행되면 아래와 같은 메세지가 보입니다. 옆의 숫자는 다를 수 있습니다.

    Configuring for:
    PHP Api Version:         20041225
    Zend Module Api No:      20060613
    Zend Extension Api No:   220060519
    그런 다음 configure 를 하시면 됩니다.
    그리고, 빌드 실패시 cubrid 모듈을 풀어놓은 디렉토리를 삭제한후 다시 cubrid 모듈에 대한 tar 를 풀고 하시는 것이 좋습니다.
  • ?
    Soma 2010.11.08 08:39
    checking target system type... i686-pc-linux-gnu
    configure: error: Cannot find php-config. Please use --with-php-config=PATH
    [root@localhost src]# make
    make: *** 타겟이 지정되지 않았고 메이크파일이 없습니다.  멈춤.
    이런식으로 다시나오는데 어떻게해야하나요? 
    끝이 보이는것같아서 기쁩니다. 하하하!
  • ?
    남재우 2010.11.08 15:33

    안녕하세요.

    일단 제가 지금 지방을 급히 가야해서요. 죄송합니다만 오후에 확인해드리겠습니다.

    해당 문제는 역시 phpize 와 관련이 있고요. configure 옵션에 보시면 php config 위치 지정하는 것이 있습니다. 이 위치를 지금 찾으신 /usr/local/php5.2.4 아래에 보시면 config 인가 php-config 인가 화일이 있는 곳이 있읍니다. 그곳을 지정하면 됩니다.

    정확히 기억이 않나서요. 확인해 보시고 그래도 않되면 오후에 지원해 드리겠습니다.

    불편을 드려 대단히 죄송합니다.

  • ?
    Soma 2010.11.09 04:50

    옵션을 어떻게 주면 될까요?
    -- /usr/local/php5.2.4/config이렇게 주면 되나요?

  • ?
    남재우 2010.11.09 22:38

    configure 실행시  --with-php-config=/usr/local/php5.2.4/bin/php-config 옵션을 추가하면 됩니다.

  • ?
    남재우 2010.11.09 22:49

    빌드된 모듈이 아래에 있습니다. 링크로 가서 댓글을 보시면 받으실 수 있습니다.

    http://dev.naver.com/projects/cubrid/download/note/1280

  • ?
    Soma 2010.11.10 07:59

    ./configure --prefix=/usr/local/php
    --with-cubrid=shared
    --enable-maintainer-zts
    --with-apxs2=/usr/local/apache/bin/apxs
    --with-php-config=/usr/local/php5.2.4/bin/php-config
    이렇게했더니 이렇게뜹니다.

     

    checking host system type... i686-pc-linux-gnu
    checking target system type... i686-pc-linux-gnu
    configure: error: Cannot find php-config. Please use --with-php-config=PATH
    [root@localhost src]#

  • ?
    Soma 2010.11.10 08:11

    ./configure
    --with-cubrid-includedir=../cubrid-cci-8.3.0.0337/include
    --with-cubrid-libdir=../cubrid-cci-8.3.0.0337/lib64

    이렇게 하여도

    configure: error: Cannot find php-config. Please use --with-php-config=PATH
    [root@localhost src]# --with-cubrid-includedir=../cubrid-cci-8.3.0.0337/include
    > --with-cubrid-libdir=../cubrid-cci-8.3.0.0337/lib64
    -bash: --with-cubrid-includedir=../cubrid-cci-8.3.0.0337/include: 그런 파일이나 디렉토리가 없음
    [root@localhost src]#

    이렇게 뜹니다.

     

    --with-php-config=/usr/local/php_5.2.14/bin/php-config를 붙여도 그렇습니다.

  • ?
    Soma 2010.11.10 08:16

    ./configure --with-cubrid-includedir=../cubrid-cci-8.3.0.0337/include --with-cubrid-libdir=../cubrid-cci-8.3.0.0337/lib64 --with-php-config=/usr/local/php_5.2.14/bin/php-config 할경우


    checking for cci_init in -l"cascci"... no
    configure: error: Try adding --with-cubrid-libdir=PATH. Please check config.log for more information.
    [root@localhost src]#
    이렇게

     

    ./configure --prefix=/usr/local/php --with-cubrid=shared --enable-maintainer-zts --with-apxs2=/usr/local/apache/bin/apxs --with-cubrid-includedir=../cubrid-cci-8.3.0.0337/include --with-cubrid-libdir=../cubrid-cci-8.3.0.0337lib64 --with-php-config=/usr/local/php_5.2.14/bin/php-config

    할경우

     

    checking for cubrid 64 bit code... no
    checking for cci_init in -l"cascci"... no
    configure: error: Try adding --with-cubrid-libdir=PATH. Please check config.log for more information.
    [root@localhost src]#
    라고 뜹니다.

     

    생각보다 힘들군요 ㅜ.ㅡ

     

    p.s 제 ip가 차단되어있습니다. 풀어주시면 감사하겠습니다. 124.50.141.xx입니다.

  • ?
    남재우 2010.11.10 09:07

    죄송합니다만 지금 빌드하시는 것이 저는 phpize 를 이용한 빌드로 생각을 하고 답변을 드리고 있습니다. 즉, apache와 php 는 이미 설치되어 정상 동작한다고 보고 있습니다. 실제 설치는 phpize 를 이용하시는 것이 훨씬 편합니다.

    지금 사용하시는 php 가 /usr/php5.2.14에 설치된 것이 맞다면 /usr/local/php5.2.14/bin/php-config 라는 화일이 있을 것입니다. 이 화일이 실제 존재하는지를 먼저 확인해 보시기 바랍니다.

    실제 존재한다면 기본적으로는 /usr/local/php5.2.14/bin/phpize 를 수행후, configure 만 수행하여도 됩니다.

    지금까지 작업이 계속 실패하였으니 지금 작업중인 폴더를 지우시고 cubrid_php_src.tar 를 다시 풀어주시고 그 디렉토리안에서 phpsize 와 configure 를 수행하시기 바랍니다. configure 수행시 php-configure 관련 에러가 발생한다면 앞서 말씀드린 것처럼 configure --with-php-config=/usr/local/php_5.2.14/bin/php-config 를 통하여 해보시기 바랍니다.

    2010.11.09 22:59:35  이 시간에 올려주신 댓글을 보면 php-config 를 찾지 못해서 발생하는 것입니다. 그러니 with-php-config 로 지정한 php-config 가 실제 존재하는지를 확인하시기 바랍니다.

    실제 사용하는 php 가 어느 디렉토리에 있는지가 제일 중요하며, 그 php 가 있는 디렉토리를 기준으로 php-config 에 대한 위치를 with-php-config 로 지정해 주셔야 합니다.

     

    잘 모르시겠으면, 앞서 말씀드린 것처럼 phpinfo 결과에서의 Configure command 부분을 올려주세요.

    비밀글로 올려주시면 됩니다.

  • ?
    Soma 2010.11.10 10:24 SECRET

    "비밀글입니다."

  • ?
    남재우 2010.11.10 23:33

    configure 는 제대로 하셨습니다. 다만 빌드에 필요한 CUBRID cci library 가 설치되어있지 않아 발생하는 문제입니다.

    CUBRID 가 설치되어있지 않다면 설치하신후 --with-cubrid=/home/user/CUBRID 옵션을 configure 에 추가하여 주시기 바랍니다. /home/user/CUBRID 는 CUBRID 를 설치한 위치이며, 설치계정은 웹서버 사용 계정과 동일하여야 합니다. 설치를 완료하신후에는 CUBRID 환경정보를 반영하기 위해 다시한번 로그인해주셔야 합니다.

     

  • ?
    Soma 2010.11.10 23:43

    큐브리드를 설치한계정으로 로그인하여서 설치하면 되나요?
    웹서버면 apache나 httpd인데 이걸로하는게 맞는지요....

  • ?
    남재우 2010.11.11 01:00

    계정이 다르다면 CUBRID/lib, CUBRID/include 에 대한 접근권한을 풀어주시고, 디렉토리는 x 권한을 주셔야 하며, 화일들은 r 권한만 있어도 됩니다.

    그런다음 사용하는 계정은 /usr/local/php-5.2.14 를 사용하는 계정으로 하시고, 이곳 계정의 LD_LIBRARY_PATH 에 $CUBRID/lib 을 추가해주어야 합니다. $CUBRID 는 CUBRID 가 설치된 풀패스입니다. 추가후 재로그인합니다.

    그런다음 configure 를 다시해보시기 바랍니다. 이때 --with-cubrid= 를 추가하여 실행해보시기 바랍니다.

  • ?
    Soma 2010.11.14 10:32
    configure: error: /cas_cci.h Try adding --with-cubrid-includedir=PATH. Please check config.log for more information.
    이렇게 에러가 납니다.
    아마도 패치를 잘못잡아서 그런것같은데 쉽게 설명해주시면 감사하겠습니다.

    제아이피차단된것좀 풀어주세요 댓글담때마다 우회해서 달아야하니.. 너무 힘듭니다.

    ip는 124.50.141.7x입니다.
  • ?
    남재우 2010.11.15 06:32

    CUBRID 를 설치한 위치를 /usr/CUBRID 라고 가정하고 말씀드리겠습니다. /usr/CUBRID 에 대하여 chmod +x /usr/CUBRID, chmod +x /usr/CUBRID/lib*, chmod +x /usr/CUBRID/include, chmod -R +r /usr/CUBRID 로 하여 접근권한을 풀어주시기 바랍니다.

     

    그런다음 아래와 같이 수행하기 바랍니다.

    ./configure --with-php-config=/usr/local/php_5.2.14/bin/php-config  --with-cubrid=/usr/CUBRID

     

    문제가 발생하면, CUBRID 가 설치된 위치, 해당 위치에 대한 ls -l 정보, configure 명령어 라인을 올려주시기 바랍니다. 그리고 가능하시다면 연락처를 남겨주시면 원격으로 확인해 드리겠습니다. 비밀글로 올려주세요.

  • ?
    Soma 2010.11.15 08:42

    ./configure --prefix=/usr/local/php --with-cubrid=shared --enable-maintainer-zts --with-apxs2=/usr/local/apache/bin/apxs --with-php-config=/usr/local/php_5.2.14/bin/php-config  --with-cubrid=/home/cubrid/CUBRID

    라고 명령어를 주었습니다. 그러나 다음과 같이 에러가 발생합니다.


    configure: error: /cas_cci.h Try adding --with-cubrid-includedir=PATH. Please check config.log for more information.


    큐브리드를 업로드하여 설정없이 하여서 /home/cubrid/CUBRID에 설치되었습니다.


    원격을 할려고해도 제가 학생이라 밤에와서 밤늦게밖에 안될것같아요...

    만약 가능하시다면 다음주 토요일쯤이나 일요일쯤에 해주시면 감사하겠습니다.

    수능날도 되구요..^^


  • ?
    Soma 2010.11.15 08:45
    [root@localhost CUBRID]#  ls -l
    합계 88
    -rw-r--r-- 1 cubrid cubrid 19613 10월 27 20:03 COPYING
    drwxr-xr-x 2 cubrid cubrid  4096  9월 16 23:37 bin
    drwxr-xr-x 2 cubrid cubrid  4096  9월 16 23:37 compat
    drwxr-xr-x 2 cubrid cubrid  4096 10월 27 20:03 conf
    drwxr-xr-x 4 cubrid cubrid  4096  9월 16 23:38 cubridmanager
    drwxr-xr-x 3 cubrid cubrid  4096 10월 27 20:03 databases
    drwxr-xr-x 2 cubrid cubrid  4096  9월 16 23:37 demo
    lrwxrwxrwx 1 cubrid cubrid    67 10월 27 20:03 doc -> cubridmanager/plugins/com.cubrid.cubridmanager.help_8.3.0.0337/html
    drwxrwxrwx 2 cubrid cubrid  4096  9월 16 23:37 include
    drwxr-xr-x 2 cubrid cubrid  4096  9월 16 23:37 java
    drwxr-xr-x 2 cubrid cubrid  4096  9월 16 23:37 jdbc
    drwxrwxrwx 2 cubrid cubrid  4096  9월 16 23:37 lib
    drwxr-xr-x 2 cubrid cubrid  4096  9월 16 23:38 lib64
    drwxr-xr-x 4 cubrid cubrid  4096 10월 27 20:04 log
    drwxr-xr-x 5 cubrid cubrid  4096  9월 16 23:37 msg
    drwxr-xr-x 5 cubrid cubrid  4096  9월 16 23:37 share
    drwxrwxr-x 2 cubrid cubrid  4096 10월 27 20:04 tmp
    drwxr-xr-x 9 cubrid cubrid  4096 10월 27 20:04 var
    /home/cubrid/CUBRID 내용입니다.
  • ?
    남재우 2010.11.15 23:23

    다른 옵션 다빼고 아래와 같이 해 주세요.

    ./configure --with-php-config=/usr/local/php_5.2.14/bin/php-config  --with-cubrid=/home/cubrid/CUBRID

     

    그리고 apache와 PHP 는 설치완료되어 정상동작하는 것이 맞죠?

    그런다면 phpize 를 이용한 설치를 참고하여 설치하셔야 합니다. 지금 댓글로 올린 옵션은 마구 섞여있습니다.

  • ?
    Soma 2010.11.18 07:55

    ./configure --with-php-config=/usr/local/php_5.2.14/bin/php-config  --with-cubrid=/home/cubrid/CUBRID

    이렇게했지만

    checking for gawk... gawk

    checking for cubrid support... yes, shared

    checking for cubrid include path... no

    checking for cubrid library path... no

    checking for cubrid 64 bit code... no

    configure: error: /cas_cci.h Try adding --with-cubrid-includedir=PATH. Please check config.log for more information.

    [root@localhost src]#

    이렇게 나옵니다///

    124.50.141.77아이피에 블럭이되어있습니다..
    vpn으로 접속해서 매일 글올리기가 너무힘듭니다.

  • ?
    남재우 2010.11.19 21:21

     --with-cubrid=/home/cubrid/CUBRID 이 부분에 대한 접근에 문제가 있는 것 같습니다.

    그리고 IP 블럭 문제는 조치해 드리겠습니다.

     

    너무 고생하시는 것 같아, 이렇게는 해결되기가 어려울 것 같아 원격으로 확인해 드리는 것이 좋을 것 같습니다.  회사 연락처에 보시면 제 연락처가 있으니 저녁이후 가능한 시간에 연락주세요. 확인해 드리겠습니다.

  • ?
    Soma 2010.11.26 10:39

    [root@user src]# ./configure --with-cubrid=/opt/cubrid
    이렇게하면 아래처럼 뜹니다.
    checking for egrep... grep -E
    checking for a sed that does not truncate output... /bin/sed
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ANSI C... none needed
    checking whether gcc and cc understand -c and -o together... yes
    checking if compiler supports -R... no
    checking if compiler supports -Wl,-rpath,... yes
    checking build system type... x86_64-redhat-linux-gnu
    checking host system type... x86_64-redhat-linux-gnu
    checking target system type... x86_64-redhat-linux-gnu
    checking for PHP prefix... /usr/local
    checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib
    checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20060613
    checking for PHP installed headers prefix... /usr/local/include/php
    checking for re2c... no
    configure: WARNING: You will need re2c 0.9.11 or later if you want to regenerate PHP parsers.
    checking for gawk... gawk
    checking for cubrid support... yes, shared
    checking for cubrid include path... no
    checking for cubrid library path... no
    checking for cubrid 64 bit code... no
    checking for cci_init in -l"cascci"... no
    configure: error: Try adding --with-cubrid-libdir=PATH. Please check config.log for more information.
    [root@user src]#

  • ?
    남재우 2010.11.27 10:03

    원격으로 조치해 드렸습니다.

    PHP 가 여러개 설치되어 환경을 제대로 찾지 못하는 문제였으며 실제 사용하는 PHP로 환경을 맟추어 빌드하였습니다.

    간단히 정리하면, /usr/bin/php 를 사용하고 있었으므로 /usr/bin/phpize 를 수행후, ./configure --with-php-config=/usr/bin/php-config --enable-64bit 를 사용하여 빌드후 정상 동작 여부를 확인하였습니다.


List of Articles
번호 제목 글쓴이 날짜 조회 수
공지 SQLGate for CUBRID 영구 무료 라이선스 제공 file admin 2020.04.09 4257
3976 schema 파일 loaddb - 스키마 정보 중복오류 문의 4 daay 2024.03.21 54
3975 object to string 4 네오랜덤 2024.03.20 44
3974 mysql로 DB연동 문의 2 연동테스트용 2024.03.20 39
3973 특정DB만 접근 시간이 현저하게 오래 걸리는 문제 1 file 그로구 2024.03.20 33
3972 jdbc 연동시의 charset 강제 변경 방법 1 file gwak 2024.03.14 34
3971 도커로 HA환경 구성 테스트중 hb start.. 1 wodud0170 2024.03.12 43
3970 이중화 관련 문의드립니다. 1 adqwdqwd123412 2024.03.12 42
3969 큐브리드 마스터 복제 관련 문의 드립니다. 2 이지혜 2024.03.11 40
3968 큐브리드 다운로드 에러 1 file 나래아빠 2024.03.08 63
3967 CUBRID Migration Toolkit "orai18n.jar" 추가 방법 1 가을이아빠 2024.03.07 43
3966 CUBRID 에러 로그 관련 확인 요청 2 jnj570244 2024.03.07 78
3965 DB링크로 조회시 문자타입이 조회되지 않고 있습니다. 2 file 원샷 2024.03.06 68
3964 다른 사용자 계정에서 csql로 localhost 접근 문제 4 가을이아빠 2024.03.05 67
3963 [성능이슈] 큐브리드 함수 사용으로 인한 성능이슈 3 레고 2024.03.04 94
3962 CUBRID 11.2 rpm 설치시 cubrid 계정 패스워드 2 가을이아빠 2024.03.04 46
3961 Cubrid JDBC 버전에 따라 출력되는 결과가 다릅니다. 1 엘L 2024.02.28 73
3960 select 질의문 문의 2 태리 2024.02.26 102
3959 cubrid statdump 기술 문의드립니다. 5 secret 이건우 2024.02.19 11
3958 날짜 형식 변환에 대해서 궁금해서 올립니다. 1 김용용 2024.02.14 46
3957 컬럼의 Enum DataType 가져오는것 문의 3 엘L 2024.01.30 65
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 199 Next
/ 199

Contact Cubrid

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