Install Microsoft ODBC Driver for SQL Server on Elastic Beanstalk

0

I'm new to this cloud services and recently I'm trying to deploy my PHP project using Microsoft SQL Server on elastic beanstalk. When I run it, it says : This extension requires the Microsoft ODBC Driver for SQL Server. Access the following URL to download the ODBC Driver for SQL Server for x64: https://go.microsoft.com/fwlink/?LinkId=163712 I already tried to install ODBC with config that I put at .ebextensions. I've been searching and trying any command to install the ODBC, but still not working. Is there anyway to install ODBC for SQL Server on elastic beanstalk?

asked 2 years ago285 views
1 Answer
0

SSH to the EB instance and run your commands manually. SSH to the instance and execute cat /etc/os-release to figure out which specific distro (and version) of Linux it is.

AWS
answered 9 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions