You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 7, 2024. It is now read-only.
If you are using Ubuntu or Debian, you'll need to install the libunwind8 package. See the [libunwind8 installation steps below](#installing-the-libunwind8-package).
79
79
80
+
If you are using RHEL, you'll need to install the icu package. See the [icu installation steps below](#installing-the-icu-package).
81
+
80
82
# Windows Installation
81
83
82
84
Python is not installed by default on Windows. The latest Python installation package can be downloaded from [here](https://www.python.org/downloads/). When installing, select the 'Add Python to PATH' option. Python must be in the PATH environment variable.
@@ -126,6 +128,9 @@ Failed to load /usr/local/lib/python2.7/dist-packages/mssqltoolsservice/bin/libc
126
128
libunwind.so.8: cannot open shared object file: No such file or directory
127
129
```
128
130
131
+
## Error: Failed to initialize CoreCLR, HRESULT: 0x80131500 on RHEL
132
+
If you encounter this error running mssql-scripter Red Hat Enterprise Linux, it could be due to the icu package not being installed. See the [icu installation steps below](#installing-the-icu-package).
0 commit comments