You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running $ docker-compose mix setup, Can't open lib error message displayed:
** (Mix) The database for Friends.Repo couldn't be created: %Mssqlex.Error{constraint_violations: [], message: "[unixODBC][Driver Manager]Can't open lib '/opt/microsoft/msodbcsql/lib64/libmsodbcsql-13.1.so.9.2' : file not found Connection to database failed. | ODBC_CODE 01000 | SQL_SERVER_CODE 0", odbc_code: "01000"}
This was working before. Did something change with the microsoft/mssql-server-linux image?
OS: macOS High Sierra 10.13.3
Docker: Mac app: Version 17.12.0-ce-mac49 (21995)
The text was updated successfully, but these errors were encountered:
After running
$ docker-compose mix setup
, Can't open lib error message displayed:** (Mix) The database for Friends.Repo couldn't be created: %Mssqlex.Error{constraint_violations: [], message: "[unixODBC][Driver Manager]Can't open lib '/opt/microsoft/msodbcsql/lib64/libmsodbcsql-13.1.so.9.2' : file not found Connection to database failed. | ODBC_CODE 01000 | SQL_SERVER_CODE 0", odbc_code: "01000"}
This was working before. Did something change with the microsoft/mssql-server-linux image?
macOS High Sierra 10.13.3
Mac app: Version 17.12.0-ce-mac49 (21995)
The text was updated successfully, but these errors were encountered: