cannot open shared object file

Sysprogs forums Forums VisualGDB cannot open shared object file

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #24364
    zzzlondon
    Participant

    makefile settings-Library directories:/usr/lib

    makefile settings-Library names:EESTraderApi

    I did put the .so file in /usr/lib

    [zzzlondon@localhost lib]$ ls
    anaconda-runtime gcc python2.6 vmware-tools
    bonobo libEESQuoteApi.so rpm vmware-vgauth
    ConsoleKit libEESTraderApi.so sendmail yum-plugins
    cups locale sendmail.postfix
    games mozilla vmware-caf

    When I click “apply” button, Toolchain Test Failed

    Tool arguments:
    /tmp/VisualGDB_ToolchainTestProgram: error while loading shared libraries: libEESTraderApi.so: cannot open shared object file: No such file or directory

     

    #24365
    zzzlondon
    Participant

    visual 2013 C++, centOS6.3

    LD_LIBRARY_PATH:/urs/lib

    • This reply was modified 5 years, 1 month ago by zzzlondon.
    #24386
    support
    Keymaster

    Hi,

    Most likely the library mentioned in the error message is either corrupt, or is not installed in the correct path. Please try ignoring the error and proceed to debugging the project.

    If the error reoccurs, please try using the View->Other Windows->VisualGDB Diagnostics Console to see the exact command line used by VisualGDB to start debugging and then try running it manually via SSH. If the problem can be reproduced, please double-check LD_LIBRARY_PATH variable and the actual .so files present in the path directories.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.