From a8b561511ff929f365b9ae1159c3dbe58add3c3c Mon Sep 17 00:00:00 2001 From: David Puglielli Date: Thu, 6 Dec 2018 16:28:17 -0800 Subject: [PATCH] Added back Ubuntu 18.10 ODBC instruction --- Linux-mac-install.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Linux-mac-install.md b/Linux-mac-install.md index cee028b5..c83bec3f 100644 --- a/Linux-mac-install.md +++ b/Linux-mac-install.md @@ -26,6 +26,8 @@ apt-get install php7.2 php7.2-dev php7.2-xml -y --allow-unauthenticated ### Step 2. Install prerequisites Install the ODBC driver for Ubuntu by following the instructions on the [Linux and macOS installation page](https://docs.microsoft.com/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server). +For Ubuntu 18.10, follow the above steps for Ubuntu 18.04 except replace `18.04` by `18.10` and download ODBC 17.3 preview [here](https://www.microsoft.com/download/details.aspx?id=57341). + ### Step 3. Install the PHP drivers for Microsoft SQL Server > [!NOTE]