Skip to content

Linux: corerun can not find libcoreclr.so (undefined symbol CHAIN_SUCCESS_COUNTER) #3901

Description

@piot
$ ./build.sh

...which builds amd64 debug by default:

$ cd binaries/Product/amd64/debug
$ touch fake_file.txt
$ ./corerun -c . fake_file.txt
dlopen failed to open the libcoreclr.so with error /home/peter/coreclr/binaries/Product/amd64/debug/libcoreclr.so: undefined symbol: CHAIN_SUCCESS_COUNTER  

It produces the same error, even if a valid executable is placed instead of fake_file.txt.

The files libcoreclr.so and libmscordaccore.soare present in the same directory, and should be found by dlopen?

distro: Ubuntu 14.10
clang: 3.5.0-4ubuntu2
gcc: 4.9.1
cmake: 2.8.12.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions