-
Notifications
You must be signed in to change notification settings - Fork 42
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
Symbol not found using OSX Monterey 12.6.9 #448
Comments
Could you try to install envoy using brew? brew install envoy Probably we need to check our scraper to get envoy for the lowest os. |
|
i did try it out but did not work - still receiving the same error. Also m1max & monterey
|
We don't have builds for different versions of os/x, and it is possible that the one we are using no longer supports monterey. Can you verify that's the version of OS/x you are using? I tried on sonoma and had no issues: $ uname -a
Darwin MacBook-Pro.local 23.4.0 Darwin Kernel Version 23.4.0: Fri Mar 15 00:12:49 PDT 2024; root:xnu-10063.101.17~1/RELEASE_ARM64_T6020 arm64
$ sw_vers -productVersion
14.4.1
$ func-e run --config-yaml "admin: {address: {socket_address: {address: '127.0.0.1', port_value: 9901}}}"
looking up the latest patch for Envoy version 1.29
1.29.3 is already downloaded
starting: /Users/adrian/.func-e/versions/1.29.3/bin/envoy --config-yaml admin: {address: {socket_address: {address: '127.0.0.1', port_value: 9901}}} --admin-address-path /Users/adrian/.func-e/runs/1714349420928367000/admin-address.txt
--snip-- |
yeah, I can confirm I am seeing the same in the regression build, any idea where does 1.29.3 comes from? (latest envoy is 1.31.0) https://github.com/Homebrew/homebrew-core/actions/runs/10441704006/job/28913177524
|
Describe the bug
Unable to run envoy on OSX Monterey
To Reproduce
On MAC OSX Monterey, run the following:
func-e run
Expected behavior
Envoy to start
Environment (please complete the relevant information):
Additional context
This has been reported in the past and stated that mac-11 is no longer supported.
I'm running on mac-12
Here is the output:
The text was updated successfully, but these errors were encountered: