Failed to install extension rdbms-connect
on apple m1 (arm64)
#8030
Labels
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Attention
This issue is responsible by Azure service team.
SQL
Describe the bug
The command for installing the extension
rdbms-connect
is failing. What I see to be the error is the following section:I've installed openssl in homebrew, but it seems that the default location for where brew installs packages is different on x64 and arm64 processors (https://docs.brew.sh/Manpage#--prefix---unbrewed---installed-formula-). It seems that the system here is looking for openssl as if I would have an x64 processor. Don't know whether that's the real reason.
Related command
az extension add --name rdbms-connect
Errors
Issue script & Debug output
Here's the full log I get from the command (with added
--debug
flag): output.logExpected behavior
It should install the extension
Environment Summary
Additional context
No response
The text was updated successfully, but these errors were encountered: