How to reproduce:
- In the terminal, run Unity Editor: "~/Unity/Hub/Editor/6000.6.1f1/Editor/Unity"
- Observe the error printed in the terminal
Actual result: The Editor fails to start with "error while loading shared libraries: libxml2.so.2: cannot open shared object file: No such file or directory"
Expected result: The Editor starts
Reproducible with: 6000.0.0f1, 6000.6.0b1, 6000.6.1f1 (7efac9f6c10e)
Not reproducible with: 6000.0.83f1, 6000.3.24f1 (4e7b9b5b6244), 6000.6.0a7, 6000.7.0a6
Reproducible on: Ubuntu 26.04 LTS
Not reproducible on: Ubuntu 24.04 LTS (ships "libxml2.so.2")
Note: Version testing was done by inspecting the Editor binary's dynamic dependencies - "ldd Editor/Unity | grep xml" prints "libxml2.so.2" only in the affected versions