You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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?
The text was updated successfully, but these errors were encountered: