-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extension seem to be missing in container when using Rosetta on Mac #181
Comments
what's your php image version? |
wodby/php:8.1-dev-macos |
your image without a stability tag, so it gets updated all the time, do you have the latest version? I'm not sure why it doesn't see the version 18 of the library, we have |
it's the latest version, since it was a fresh install on a new laptop. |
I've tested the latest php image with $conn = sqlsrv_connect("sqlsrv", ["Database" => "msdb", "UID"=>"sa", "PWD"=>"my-password", "trustServerCertific
ate" => true]);
var_dump($conn);
|
We are using |
Not quite sure what is causing this, but to make our setup work on apple with M1 chip we needed to enable rosetta else our mssql container (mcr.microsoft.com/mssql/server:2019-latest) did not work.
But now we are getting this error :
SQLSTATE[01000]: [unixODBC][Driver Manager]Can't open lib '/opt/microsoft/msodbcsql17/lib64/libmsodbcsql -17.6.so.1.1' : file not found
The text was updated successfully, but these errors were encountered: