platformsh / cli

The unified tool for managing your Platform.sh services from the command line.
https://docs.platform.sh/administration/cli.html
MIT License
20 stars 6 forks source link

All commands on older Macbook #128

Open heddn opened 1 year ago

heddn commented 1 year ago

Tested both w/ legacy CLI and the new one.

dyld: lazy symbol binding failed: Symbol not found: ___darwin_check_fd_set_overflow
  Referenced from: /var/folders/_k/sr5288h53pldvd86w5dqtvqc0000gn/T/platformsh-cli-8.0.30-4.10.2/php-8.0.30 (which was built for Mac OS X 11.0)
  Expected in: /usr/lib/libSystem.B.dylib

dyld: Symbol not found: ___darwin_check_fd_set_overflow
  Referenced from: /var/folders/_k/sr5288h53pldvd86w5dqtvqc0000gn/T/platformsh-cli-8.0.30-4.10.2/php-8.0.30 (which was built for Mac OS X 11.0)
  Expected in: /usr/lib/libSystem.B.dylib

From what I remember about doing some deeper research about these error messages before, the CLI is expecting something in this system that isn’t present until some OS after 10.14. This machine uses 10.14.6 (Mojave)