tmate-io / tmate-ssh-server

tmate SSH server
https://tmate.io
Other
626 stars 146 forks source link

Error while running tmate-slave #18

Open lisrec opened 8 years ago

lisrec commented 8 years ago

Hi, i getting error while running tmate:

./tmate-slave ./tmate-slave: symbol lookup error: ./tmate-slave: undefined symbol: ssh_set_log_callback

My os: Linux TmateSrv 3.13.0-24-generic #47~precise2-Ubuntu SMP Fri May 2 23:30:46 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

nviennot commented 8 years ago

it's in libssh, here: https://git.libssh.org/projects/libssh.git/tree/src/log.c#n197

not sure what to tell you

llinsky commented 8 years ago

Was this ever resolved @lisrec ?

llinsky commented 8 years ago

I resolved it by manually copying the shared object libssh.so.4 from my git libssh build folder to the pkg_config_path /usr/lib/...