-
Notifications
You must be signed in to change notification settings - Fork 8
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
Unable to install on Ubuntu 14.04 & Apache 2.4 #14
Comments
i think you use libmemcached to old, that not support sasl... beceause abscense of memcached_destroy_sasl_auth_data ... |
the sasl support addition does not check sasl support in libmemcached library.... i need to add sasl support in configure.ac autoconf script like in other project using libmemcached and sasl... like php_memcached to do that. |
I think you may have a point there. Ubuntu 14.04 -> libmemcached10 (1.0.8-1ubuntu2) I guess my only option is to manually install the newer version of llibmemcached in 14.04 and try again. |
or clone the last commit before sasl support addition : fbd4add |
OK, Using the older commit worked. Thank you for your help! |
why you use --with-libmemcached=/usr/local and not --with-libmemcached=/usr ? beceause i've added automatique build + sasl buildcheck on ubuntu 14 without problem... |
Yes, when libmemcached10 did not work I tried to install the newer version in /usr/local. I will test with your latest changes on Ubuntu 14 and see how it goes. Thanks. |
Bad news. I tried with your latest changes and it did not work.
|
can you get me the reponse of this command :
can you get the response of this command also :
|
Sure, here you go.
|
I have been trying to install this module on Apache 2.4 in Ubuntu 14.04. Here are the steps I followed.
$ sudo apt-get update && apt-get install -y apache2-dev memcached libmemcached-dev autoconf
Any suggestions?
P.S. I was able to follow the same steps as above and get it working on Ubuntu 16.04.
The text was updated successfully, but these errors were encountered: