-
Notifications
You must be signed in to change notification settings - Fork 326
configure: error: invalid feature name: memcached-sasl=no #416
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
Comments
Same goes for Debian stable.
|
Thanks for reporting so quickly following the release. |
Posted 3.1.1 to fix this. Please confirm. |
it works ... perfect |
It solves that problem, but I then get a different failure:
I guess this may be an issue with the libmemcached I have installed from homebrew, though I think that's current. |
My machine is still trying to download |
Try |
Thanks, did that now but it doesn't select 3.1.1 but 3.1.0 |
That worked for me too, but it would be better if it worked anyway! |
Is it possible to disable the server protocol via an env var? Otherwise this is difficult to automatically install. |
I only have the issue in #416 (comment) with Debian, it works fine on Alpine Linux. |
@ruudk I don't no if it's possible, try |
I see I toggled that by accident with the two below it. I’ll re-release.
|
3.1.2 released, please confirm if resolved now! |
Works! |
Works for me now, thank you! |
Would be great to have a test for this in the CI 😉 |
Thanks everyone for confirming! I'd like a CI test, too. The pecl and config options documentation for php extension authors are so limited, though. I have my limits on how much time I'll invest into it. Separate issue anyhow, closing this out now. |
When i try to build a docker image it fails with /tmp/pear/temp/memcached/configure --with-php-config=/usr/local/bin/php-config --with-libmemcached-dir=no --with-zlib-dir=no --with-system-fastlz=no --enable-memcached-igbinary=no --enable-memcached-msgpack=no --enable-memcached-json=no --enable-memcached-protocol=no --enable-memcached-sasl=yes --enable-memcached-session=yes' failed |
Open a new issue for a new issue. |
Attempting to build the new 3.1.0 release with PHP 7.3 on macOS 10.11, accepting all defaults I get this:
This seems to be a new problem in 3.1.0 as while the previous versions also failed to build with PHP 7.3, it got past this point. Answering
yes
to the sasl question doesn't help.The text was updated successfully, but these errors were encountered: