Skip to content

Commit dbf2292

Browse files
committed
[SCOPED] unixODBC-devel fix
1 parent 2d98fc8 commit dbf2292

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/linux/includes/odbc-redhat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Use the following steps to install the **mssql-tools18** on Red Hat Enterprise L
4444
1. Run the following commands to install **mssql-tools18** with the unixODBC developer package.
4545

4646
```bash
47-
sudo yum install -y mssql-tools18 unixodbc-dev
47+
sudo yum install -y mssql-tools18 unixODBC-devel
4848
```
4949

5050
> [!NOTE]

docs/linux/includes/odbc-sles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Use the following steps to install the **mssql-tools18** on SUSE Linux Enterpris
4545
1. Install **mssql-tools18** with the unixODBC developer package.
4646

4747
```bash
48-
sudo zypper install -y mssql-tools18 unixodbc-dev
48+
sudo zypper install -y mssql-tools18 unixODBC-devel
4949
```
5050

5151
> [!NOTE]

docs/linux/sample-unattended-install-redhat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ The first thing the bash script does is set a few variables. These variables can
183183

184184
1. Configure SQL Server with the `MSSQL_SA_PASSWORD` and automatically accept the End-User License Agreement.
185185

186-
1. Automatically accept the End-User License Agreement for the SQL Server command-line tools, install them, and install the `unixodbc-dev` package.
186+
1. Automatically accept the End-User License Agreement for the SQL Server command-line tools, install them, and install the `unixODBC-devel` package.
187187

188188
1. Add the SQL Server command-line tools to the path for ease of use.
189189

docs/linux/sample-unattended-install-suse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ The first thing the bash script does is set a few variables. These variables can
191191

192192
1. Configure SQL Server with the `MSSQL_SA_PASSWORD` and automatically accept the End-User License Agreement.
193193

194-
1. Automatically accept the End-User License Agreement for the SQL Server command-line tools, install them, and install the `unixodbc-dev` package.
194+
1. Automatically accept the End-User License Agreement for the SQL Server command-line tools, install them, and install the `unixODBC-devel` package.
195195

196196
1. Add the SQL Server command-line tools to the path for ease of use.
197197

0 commit comments

Comments
 (0)