-
Notifications
You must be signed in to change notification settings - Fork 17
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
Ubuntu 14.04 LTS support #2
Comments
do you have matching configuration for CentOS 7 and Ubuntu? |
The configuration is the same in CentOS and in Ubuntu. I really think that isn't a configuration problem. When turning on debug logging it stops writting after I send the first command via telnet or python-memcached, it appears that the process hangs. I can't even quit from telnet and I have to close the terminal or kill the process in another terminal. I don't have a strace right now, sorry. |
please try the latest code, and instruction, it should not need autoconf anymore. |
I have compiled and installed LSMCD without errors in Ubuntu 14.04 LTS, installing
automake-1.13
from.deb
. The problem is that when I run LSMCD it freezes on the first Memcached command. When this happens there are no errors even in the logs.I followed the same installation procedure in CentOS 7, installing
automake-1.13
from.rpm
, and it works fine.Is there a procedure to correctly run LSMCD on Ubuntu/Debian systems?
The text was updated successfully, but these errors were encountered: