You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I tried to use this on Ubuntu 20.04.1 LTS (server), but it fails.
Running with php fails silently with ProcessFailedException. I copied the command generated and executed it directly and I get this error:
vendor/beganovich/snappdf/versions/840819-Linux_x64/chrome-linux/chrome: error while loading shared libraries: libnss3.so: cannot open shared object file: No such file or directory
Hi,
I tried to use this on Ubuntu 20.04.1 LTS (server), but it fails.
Running with php fails silently with ProcessFailedException. I copied the command generated and executed it directly and I get this error:
vendor/beganovich/snappdf/versions/840819-Linux_x64/chrome-linux/chrome: error while loading shared libraries: libnss3.so: cannot open shared object file: No such file or directory
I then tried to install libnss3 with:
apt install libnss3-dev libgdk-pixbuf2.0-dev libgtk-3-dev libxss-dev
but this installs 202 new packages (600MB total) - is this really required?
Thanks!
The text was updated successfully, but these errors were encountered: