[MDEV-27491] MariaDB isn't supported on MacOS with a M1 chip Created: 2022-01-13 Updated: 2022-01-15 Resolved: 2022-01-15 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Compiling, Configuration, Server |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Alison Qiu | Assignee: | Marko Mäkelä |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | Compatibility, Launchpad | ||
| Environment: |
MacOS with M1 or ARM64 processor |
||
| Description |
|
First, here's the error returned:
When I pulled mariadb from docker, I had to specify platform: linux/x86_64 in docker-compose-org.yml, only after was my installation successful, but MacOS is not recognizing it by forcing it to run though qemu. |
| Comments |
| Comment by Marko Mäkelä [ 2022-01-13 ] |
|
The executable is for the AMD64 (a.k.a. x86-64) ISA, which is not the native ISA of the processor (ARMv8 a.k.a. Aarch64, maybe some people call it ARM64). Support for Apple M1 at the source code level was implemented quite some time ago, in PR#1730 and PR#1743. |