-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[7.2.0beta3-fpm] libpng12-dev not available #485
Comments
I believe the package you really want is simply "libpng-dev" (
https://packages.debian.org/stretch/libpng-dev).
|
That's possible but it worked for 7.0 and 7.1 and the doc from https://hub.docker.com/_/php/ needs to be updated if that is the case: |
Yes, they're based on different versions of Debian, so some of the package
names have to shift accordingly.
|
libpng-dev appears to be a virtual package in debian jessie, which results in libpng12-dev being installed. It seems the documentation can be changed to state libpng-dev as the dependency / package to install (and this will work for Jessie and Stretch)? |
Yeah, if it works that'd be an excellent change!
|
See also #504, which is a discussion regarding the base images of each PHP version. |
Verified that the swap to |
The libpng12-dev no longer has installation candidate. The correct package should be libpng-dev, per PHP docs. docker-library/php#662 docker-library/php#485
Hello, having the same issue, if I try libpng12-dev I get : E: Package 'libpng12-dev' has no installation candidate If I try libpng-dev I get: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20160303/gd.so' - libpng16.so.16: cannot open shared object file: No such file or directory in Unknown on line 0 Any ideas? Thanks! |
@alexsabau86 did you |
Otherwise, the PHP build fails. For further context, see docker-library/php#485.
…ckage should be libpng-dev, per PHP docs. docker-library/php#662 docker-library/php#485
…ckage should be libpng-dev, per PHP docs. docker-library/php#662 docker-library/php#485
Otherwise, the PHP build fails. For further context, see docker-library/php#485.
The text was updated successfully, but these errors were encountered: