Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors w/ Linux binaries #10

Closed
arerlend opened this issue Apr 30, 2018 · 2 comments
Closed

Errors w/ Linux binaries #10

arerlend opened this issue Apr 30, 2018 · 2 comments

Comments

@arerlend
Copy link

arerlend commented Apr 30, 2018

Running with bash via Ubuntu 16.04 subsystem for Windows.

Followed instructions here: https://github.com/Azure/azure-functions-docker-python-sample/wiki/Getting-started-using-Functions-Core-Tools.

Downloaded linux zip file from https://ci.appveyor.com/project/appsvc/azure-functions-cli/build/2.0.1.294/artifacts

Upon using binaries to run func init . --worker-runtime python (or any other call to func), I get the following errors:
Failed to load X{z�, error: libunwind.so.8: cannot open shared object file: No such file or directory
Failed to bind to CoreCLR at '/mnt/c/Users/Administrator/dev/soh-local/func_venv_bash/linux_functions/libcoreclr.so'

Fixed by running apt-get install libunwind8

@asavaritayal
Copy link
Contributor

@ahmelsayed

@asavaritayal
Copy link
Contributor

This issue was moved to Azure/azure-functions-core-tools#468

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants