Skip to content

Commit 39af512

Browse files
authored
Merge pull request MicrosoftDocs#9008 from HenkPoley/patch-1
Update Step 2. Install prerequisites (Ubuntu) of installation-tutoria;-linux-mac.md
2 parents 1f1b17e + 6c7f0fd commit 39af512

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/connect/php/installation-tutorial-linux-mac.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ apt-get install php8.1 php8.1-dev php8.1-xml -y --allow-unauthenticated
4444

4545
Install the ODBC driver for Ubuntu by following the instructions on the [Install the Microsoft ODBC driver for SQL Server (Linux)](../../connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server.md). Make sure to also install the `unixodbc-dev` package. It's used by the `pecl` command to install the PHP drivers.
4646

47+
```bash
48+
sudo apt-get install unixodbc-dev
49+
```
50+
4751
### Step 3. Install the PHP drivers for Microsoft SQL Server (Ubuntu)
4852

4953
```bash

0 commit comments

Comments
 (0)