Skip to content
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

Docker Image php:8.2.7-fpm/php:8.1.20-fpm from 8.6.2023 has problem to identifikate libmemcached #11452

Closed
digilopment opened this issue Jun 14, 2023 · 1 comment

Comments

@digilopment
Copy link

digilopment commented Jun 14, 2023

Description

In Dockerfile:

In case of install memcached extenstion pecl install memcached and
then RUN apt-get update && apt-get install -y libmemcached-dev zlib1g-dev && pecl install memcached && docker-php-ext-enable memcached; has docker-php-ext-configure problem to locate libmemcached-dev / libmemcached11package.

The same problem has PHP version 8.1.20 from 8.6.2023.

Final error message looks like:

checking for libmemcached location... configure: error: memcached support requires libmemcached. Use --with-libmemcached-dir=<DIR> to specify the prefix where libmemcached headers and library are located

Specifying the correct libmemcached path did not help.

Previous versions of PHP (8.2.6 and 8.1.19) from 11.5.2023 are correct

PHP Version

PHP 8.2.7

Operating System

Docker 23.0.1, build a5ee5b1

@Girgias
Copy link
Member

Girgias commented Jun 15, 2023

We do not maintain the "official" Docker images, please open an issue on the relevant project issue tracker: https://github.com/docker-library/php/issues

@Girgias Girgias closed this as not planned Won't fix, can't repro, duplicate, stale Jun 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants