-
Notifications
You must be signed in to change notification settings - Fork 146
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: "msgpack >= 1.2.0 not found" #20
Comments
you can look at how https://github.com/tmate-io/tmate-kitchen/tree/master/site-cookbooks/tmate_slave/recipes does it |
@nviennot
Should I close this issue and open another one? |
Not sure what's going on. The |
It seems that |
I'll look into it |
The above configure error In addition to the requirements listed on https://tmate.io I have manually installed the packages ruby-msgpack and libmsgpack-dev (which automatically installed libmsgpack3 and libmsgpackc2 as dependencies). It didn't help, the error still persists. |
Either install msgpack manually, or use the PPA repositories. |
There are several implementations of msgpack for C. After inspecting the source I figured that the required implementation is [email protected]:msgpack/msgpack-c.git. When compiling that manually (along with libssh) the server compiles now properly. |
@nviennot I have the same issue on a centos 7. Interestingly enough a year ago building on a centos 7 I had 0 issues must really be due to the introduction. Followed all the steps now multiple times but failing with the error mentioned above. Also installed msgpack via yum which is on version 1.4.x now But still the issue exists |
centos 6.7 x64. I want to use tmate server on my machine. Everything above have been tried. Not work. And now. pkg-config can find it either.
|
This is happening for me on Ubuntu 16.04 as well. |
So, how did you solve that? |
I don't think I did. |
Debian 9 |
ubuntu18.04 |
Had the same issue on Debian Stretch. Solved by installing the above package |
I have this error when following the step to install a server from the landing page https://tmate.io/ libmsgpack-dev should be added to the list of dependencies, which currently reads:
|
I compile
tmate-slave
on SmartOS_20160218T022556Z.What should I do to let
tmate-slave
findmsgpack
?Thank you.
PS. I get msgpack from
https://github.com/msgpack/msgpack-c
.The text was updated successfully, but these errors were encountered: