-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
[BUG] Webkit browser doesn't run on Ubuntu 20.10 #4236
Comments
Thanks for the report @angryziber. We prepare builds for Ubuntu 20.04, but did not extend it to work with 20.10, which I believe was released last week. Tagging @aslushnikov so we can fix this. In general, we prefer supporting LTS only, and I'm curious to know if that influences your decision to pick the OS version as well. Thanks! |
@arjunattam newer laptops don't always work with LTS versions :-) For the Docker images/build systems, LTS only makes sense. |
Workaround: install the package from Ubuntu 20.04: |
Closing this issues as we are not planning to support non-LTS Ubuntu versions at the moment. Your workaround should fix the problem, I also had to install |
I had the same issue in Ubuntu 21.04 (non-LTS) with Playwright 1.11.1/WebKit 1472. Moreover WebKit required
Installation of both DEB packages from Ubuntu 20.04 helped me. |
Context:
Describe the bug
WebKit binary fails to run due to missing libicu66 package - Ubuntu 20.10 includes an upgraded libicu67.
Why such strict version dependency?
Symlinking .so.67 files to .so.66 doesn't help unfortunately, the failure message becomes:
The text was updated successfully, but these errors were encountered: