Search:

Type: Posts; User: digioleg54

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Tim, it shows the same result. That mean error...

    Tim,
    it shows the same result. That mean error is somewhere else.
    Could you check again?
    I am working on UNIX AIX

    Thanks
  2. Strange error when compile C program using makefile

    below is my makefile to compile C program:


    CC = cc
    CFLAGS = $(DEBUG) -O -q64 \
    -I$(ORACLE_HOME)/rdbms/demo -I$(ORACLE_HOME)/rdbms/public \
    -I$(ORACLE_HOME)/network/public...
  3. Replies
    10
    Views
    2,090

    ld: 0711-317 ERROR: Undefined symbol: .ologof...

    ld: 0711-317 ERROR: Undefined symbol: .ologof
    ld: 0711-317 ERROR: Undefined symbol: .orlon
    ld: 0711-317 ERROR: Undefined symbol: .oopen
    ld: 0711-317 ERROR: Undefined symbol: .oclose
    ld: 0711-317...
  4. Replies
    10
    Views
    2,090

    and locate doesn't exist, and find didn't find...

    and locate doesn't exist, and find didn't find it. What else can I do?
  5. Replies
    10
    Views
    2,090

    It does not compile without -lsocket

    It does not compile without -lsocket
  6. Replies
    10
    Views
    2,090

    I didn't try, let me do that

    I didn't try, let me do that
  7. Replies
    10
    Views
    2,090

    how to do it in C UNIX AIX?

    how to do it in C UNIX AIX?
  8. Replies
    10
    Views
    2,090

    error in makefile when compile C program

    I have a makefile



    MQLIB = -L${MQM_HOME}/ -lmqmcs -lmqmzse
    MYLIB = -L${ONLINE_HOME}/src/ -lmqm
    #ORALIB = -L${ORACLE_HOME}/lib32/ -lclntsh
    ORALIB = -L${ORACLE_HOME}/lib/ -lclntsh

    ALLLIB ...
  9. Replies
    1
    Views
    3,030

    UNIX AIX cc compiler place

    I have AIX and create a make file. I am looking for cc compiler


    type cc
    cc is a tracked alias for /usr/vacpp/bin/cc


    Is it a correct place for compiler?

    Thanks
  10. Replies
    9
    Views
    6,571

    AIX 1 6 00F636064C00 compiler CC program C ...

    AIX 1 6 00F636064C00
    compiler CC
    program C



    while(!ORA_EOF(&qSelCda))
    {
    qRowCount++;
    d2i_SendXmitRec(&row);
  11. Replies
    9
    Views
    6,571

    AIX 1 6 00F636064C00 compiler CC program C ...

    AIX 1 6 00F636064C00
    compiler CC
    program C


    while(!ORA_EOF(&qSelCda))
    {
    qRowCount++;
    d2i_SendXmitRec(&row);
  12. Replies
    9
    Views
    6,571

    1. When I put it to while loop, it says invalid...

    1. When I put it to while loop, it says invalid end of the file
    2. On the other server it compiles successfully
  13. Replies
    9
    Views
    6,571

    Error in compile time

    I have the following:



    while
    {
    do something
    }
    #ifndef MQ_SEND
    break;
  14. It works, thanks

    It works, thanks
  15. nonprintable characters in the databse, when insert data

    I have a problem. I have a structure with many elements.
    I have an array ab[5]. I have to update database field, even array is empty, but I wan to make it NULL



    memset(ab,"\0,sizeof(ab));
    ...
  16. last element of buffer I get garbage, instead of value

    I have a buffer:


    12-OCT-17 49 412034 658909NH5 NDSHSG 3.55 S2 10122017 10162017 0 11000 2422811790101 ...
  17. thank you

    thank you
  18. strange error when compare element of stracture and word

    I have a structure, one of the element is spider_local.trd_sysmat_intliser_bnk_id_cd, which has 10 chars, copy overthere value "REGV-AAAA", I need only las for chars.
    I compare if ( memcmp...
  19. Thank you, but the problem was in different...

    Thank you, but the problem was in different place. Then link, you show I already read. There are very many options in MQ, I have to just correctly use them
  20. URGENTLY NEED HELP: MQGET ended with reason code 2005

    I made a C program, which connect to MQ, open it MQGET message " I am testing program", which I can see in MQ. However, when I run the program, I am getting message :
    MQGET ended with reason code...
  21. Dear all. I am using MQCONNX to connect to MQ...

    Dear all. I am using MQCONNX to connect to MQ remotely. However, it is using default port, which I don't need. How can I use with MQCONNX port to connect remotely to MQ?

    Any help please
  22. Example a C program remotely connect to IBM MQ

    Does anybody know C program example to connect to IBM MQ remotely?


    Thanks
  23. C programming MQ error Clibmqm.so: cannot open shared object file

    I have the program, which we compile to connect to MQ remotely. It was compiled OK, but when I run it, got an error message:


    error while loading shared libraries: libmqm.so: cannot open shared...
  24. Thanks a lot, it works

    Thanks a lot, it works
  25. Now I got this: /usr/bin/gcc -m64...

    Now I got this:



    /usr/bin/gcc -m64 -DMQ_SEND /home/avalanche/oleg/src/ctm_mq_con_ex.o -o /home/avalanche/oleg/bin/ctm_mq_con_ex -LP/opt/mqm/lib64 /opt/mqm/lib/libmqm.so -lmqm -lmqmcs...
Results 1 to 25 of 51
Page 1 of 3 1 2 3