Replies: 1 comment 14 replies
-
This looks like an issue on Homebrew, so you may want to look there. But, the simple solution with Blink is to install a static mosh we provide with the |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After updating to iOS 18 on my iPad and Sequoia on my Mac, mosh-server no longer seems to be working on the Mac. Mosh from Blink to other linux devices work fine. Mosh-server on Mac is not working with the following error:
dyld[43782]: Library not loaded: /opt/homebrew/opt/protobuf/lib/libprotobuf.27.1.0.dylib
Referenced from: <55EBD7C0-6AE1-3B19-8CAD-A48819258BB5> /opt/homebrew/Cellar/mosh/1.4.0_16/bin/mosh-server
Reason: tried: '/opt/homebrew/opt/protobuf/lib/libprotobuf.27.1.0.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/opt/protobuf/lib/libprotobuf.27.1.0.dylib' (no such file), '/opt/homebrew/opt/protobuf/lib/libprotobuf.27.1.0.dylib' (no such file), '/opt/homebrew/Cellar/protobuf/28.1/lib/libprotobuf.27.1.0.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/Cellar/protobuf/28.1/lib/libprotobuf.27.1.0.dylib' (no such file), '/opt/homebrew/Cellar/protobuf/28.1/lib/libprotobuf.27.1.0.dylib' (no such file)
When trying to reinstall protobuf:
checking whether protoc matches protobuf... no
In file included from conftest.cpp:68:
./conftest.pb.h:9:10: fatal error: 'limits' file not found
9 | #include
| ^~~~~~~~
1 error generated.
configure: error: in `/private/tmp/mosh-20240925-44975-vmkd63/mosh-1.4.0':
configure: error: Could not build output generated by protoc (/opt/homebrew/opt/protobuf/bin/protoc).
Check that protoc matches the installed protobuf headers and libraries.
Anybody having similar issues? Any solutions?
Beta Was this translation helpful? Give feedback.
All reactions