Skip to content
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

latest protobuf version mismatches with mosh-server 1.4.0 #1320

Closed
sumikum7 opened this issue May 22, 2024 · 1 comment
Closed

latest protobuf version mismatches with mosh-server 1.4.0 #1320

sumikum7 opened this issue May 22, 2024 · 1 comment

Comments

@sumikum7
Copy link

While trying to run mosh-server into a remote server I am seeing the following issue>>>

/usr/local/bin/mosh-server: symbol lookup error: /usr/local/bin/mosh-server: undefined symbol: _ZNK6google8protobuf11MessageLite39InternalSerializeWithCachedSizesToArrayEbPh Connection to <<<REMOTE_SERVER_VM>>> closed.

My protobuf version is : libprotobuf.so.28.0.3 and mosh version is : mosh-1.4.0 but on trying to run mosh I see the following error!

  • mosh-server: symbol lookup error: mosh-server: undefined symbol: _ZNK6google8protobuf11MessageLite39InternalSerializeWithCachedSizesToArrayEbPh
  • This means mostly the protobuf version is not matching as per me

Can you please elaborate which version of protobuf is compatible with mosh-1.4.0 as only then we will be sure on what to have in our remote servers?

@sumikum7
Copy link
Author

#1306 (comment)

Folks the above solution works, It's simple if the remote server has changed its underlying protobuf version then better to recompile mosh to get it bonded to that again! Thanks @keithw

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant