-
Notifications
You must be signed in to change notification settings - Fork 147
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
configure: error: "libssh >= 0.7.0 not found" on ubuntu 14.04 #21
Comments
Try to compile it yourself. I needed to do that on Debian Jessie. |
I had the same issue using Ubuntu Linux 14.04LTS. The reason is hidden in the Unfortunately, you must manually install both libssh and msgpack-c (see the other issue on this subject). |
Hi @field-theory, could you please comment, how did you solved this libssh issue. I tried to compile and install from the master tree of libssh from git which is version 0.7.3 but I still get this ./configure error on my 14.04 macine. Thanks in Advance! |
@thselvam I needed to manually install msgpack-c and libssh. For both I have set up temporary build directories and a common
Then the tmate-slave can be built via
However, the resulting server does not work properly. :^( Presumably, there is another dependency that's broken on Ubuntu 14.04LTS. No idea which ones that is ... |
I followed the recipe from https://github.com/tmate-io/tmate-kitchen/blob/master/site-cookbooks/tmate_slave/recipes/libssh.rb and it completes without any errors but tmate still isn't able to find the newly installed version |
@clindsey I had the same issue. In my case, I was using ubuntu, so I added the ppa mentioned here tmate-io/tmate#82 (comment) and was able to get tmate-slave built |
Hello I tried to compile tmate-slave on ubuntu 14.04
the dependency libssh-dev is installed but it still not found when i run configure.
Any advice?
Beste Regards
Eric
The text was updated successfully, but these errors were encountered: