dotnetcore-buildpack: The library 'libhostpolicy.so' required to execute the application was not found in '/app/heroku_output'.
I am deploying https://github.com/jincod/dotnetcore-buildpack#v1.0.4 to heroku-16 and I’m getting the following error:
2017-08-14T20:15:27.264133+00:00 heroku[web.1]: Starting process with command `cd /app/heroku_output && ASPNETCORE_URLS='http://+:24210' dotnet "./MyApp.dll" --server.urls http://+:24210`
2017-08-14T20:15:29.668097+00:00 app[web.1]: A fatal error was encountered. The library 'libhostpolicy.so' required to execute the application was not found in '/app/heroku_output'.
Any suggestions?
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Reactions: 1
- Comments: 26 (11 by maintainers)
Commits related to this issue
- Revert "applyed pull.15.patch." Issue #7" — committed to jincod/dotnetcore-buildpack by jincod 7 years ago
I really can’t share the project since I dont own it. I could “fix” the build issue by forking the buildpack and un-doing the last commit there. https://github.com/truccomarcos/dotnetcore-buildpack/tree/v1.0.4
Hi,
Im getting the same error when using https://github.com/jincod/dotnetcore-buildpack#v1.0.4
“A fatal error was encountered. The library ‘libhostpolicy.so’ required to execute the application was not found in ‘/app/heroku_output’.”
It did not happen before, latest deploy was 6 days ago and it seemed to work just fine, so it seems kinda weird that it just started happening. Is it possible that a recent update might have broken it?