Reply To: linux VST

Home Forums Platform Specific Linux linux VST Reply To: linux VST

#31069
atom
Keymaster
    • Topics: 159
    • Replies: 2945
    • Total: 3104
    • ★★★★★

    Then i don’t know what’s wrong.

    You can try
    # ldd Ctrlr-x86_64 to see the full path of all libraries linked to Ctrlr

    run
    # ldconfig

    to update the linker cache

    if they’re there and you get the error message then the linker is not seeing the libraries in those directories. Either you have a custom LD_LIBRARY_PATH or some weird settings in /etc/ld.so.conf*

    otherwise i have no idea what could be wrong

    Ctrlr