Issue docker-php-ext-install dom in 8.5.6 debian trixie #1665
wheestermans31
started this conversation in
General
Replies: 1 comment
-
/usr/src/php/ext/dom/html5_parser.h:21:10: fatal error: lexbor/html/parser.h: No such file or directory
21 | #include <lexbor/html/parser.h>
| ^~~~~~~~~~~~~~~~~~~~~~This is the cue that tells you you're missing something. FWIW, I get a different error, but the same root cause (missing dependencies): Configuring extension
checking whether to enable DOM support... yes, shared
checking for libxml-2.0 >= 2.9.4... no
configure: error: Package requirements (libxml-2.0 >= 2.9.4) were not met:
Package 'libxml-2.0', required by 'virtual:world', not found |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hope this is the correct place this issue
I'm building an image using "php:8.5.6-apache-trixie"
docker-php-ext-install dom
gives the following error:
No issues using php:8.3.31-apache-trixie and php:8.4.21-apache-trixie.
Beta Was this translation helpful? Give feedback.
All reactions