Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit 75db0d1

Browse files
authored
Update install guide for RHEL
Update install guide with RHEL 7.3 icu package dependency
1 parent 31a4577 commit 75db0d1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/installation_guide.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ $ sudo pip install mssql-scripter
7777
```
7878
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).
7979

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+
8082
# Windows Installation
8183

8284
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
126128
libunwind.so.8: cannot open shared object file: No such file or directory
127129
```
128130

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).
133+
129134
## Installing the libunwind8 package
130135

131136
### Ubuntu 14 & 17
@@ -145,3 +150,11 @@ Then run commands:
145150
$ sudo apt-get update
146151
$ sudo apt-get install libunwind8
147152
```
153+
154+
## Installing the icu package
155+
156+
### RHEL 7.3
157+
Run commands
158+
```shell
159+
$ sudo sudo yum install icu
160+
```

0 commit comments

Comments
 (0)