We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
WebKit GTK (headful) requires libffi.so.6 which is not available on Ubuntu 20.04 (list of available packages).
The closest match is libffi7, and my workaround is to symlink it as libffi.so.6:
$ find /usr/lib -name "libffi.so*" /usr/lib/x86_64-linux-gnu/libffi.so.7 $ sudo ln -s /usr/lib/x86_64-linux-gnu/libffi.so.7 /usr/lib/x86_64-linux-gnu/libffi.so.6
Filing this for others that might run into it, and to verify if this is the best way.
The text was updated successfully, but these errors were encountered:
This is fixed now! Playwright v1.3.0 + supports ubuntu 20.04.
Sorry, something went wrong.
No branches or pull requests
WebKit GTK (headful) requires libffi.so.6 which is not available on Ubuntu 20.04 (list of available packages).
The closest match is libffi7, and my workaround is to symlink it as libffi.so.6:
Filing this for others that might run into it, and to verify if this is the best way.
The text was updated successfully, but these errors were encountered: