Created Common Errors (markdown)

master
Jamie 7 years ago
parent 68ffa0819a
commit f783529a4b

@ -0,0 +1,9 @@
### libunwind8 error
> libunwind.so.8: cannot open shared object file You may need to install libwind8.
Run `apt install libunwind8`
### System.Net.Http.CurlHandler
> System.TypeInitializationException: The type initializer for 'System.Net.Http.CurlHandler' threw an exception.
Run `apt install libcurl4-openssl-dev`
Loading…
Cancel
Save