Runtime: Getting error while installing the VSTS Agent on Linux RedHat

Created on 23 Nov 2016  ·  3Comments  ·  Source: dotnet/runtime

Hello,

  1. Copied locally downloaded "vsts-agent-rhel.7.2-x64-2.109.1.tar.gz" to the Linux and extracted the contents
  2. Executed, ~/$ mkdir myagent && cd myagent
    ~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.7.2-x64-2.109.1.tar.gz
  3. while running ./config.sh, getting below error and i dint downloaded "libunwind.x86_64"

Failed to load $/bin/libcoreclr.so, error: libunwind.so.8: cannot open shared object file: No such file or directory
Failed to bind to CoreCLR at $/bin/libcoreclr.so'

Can someone please advise me please

Thanks in advance

question

Most helpful comment

@sahithreddyk it seems you have notinstalled the prerequisities as described below:
https://github.com/Microsoft/vsts-agent/blob/master/docs/start/envredhat.md

All 3 comments

@sahithreddyk it seems you have notinstalled the prerequisities as described below:
https://github.com/Microsoft/vsts-agent/blob/master/docs/start/envredhat.md

@sahithreddyk Did the above help?

I'm going to close, plesae reopen if you still have an issue.

Was this page helpful?
0 / 5 - 0 ratings