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'm an Arch Linux user and I'm trying to get this program to launch. I downloaded and extracted the Linux version on the website, but when I try to run it, I get the following error:
$ ./'WhatsApp Desktop'
./WhatsApp Desktop: error while loading shared libraries: libnss3.so: cannot open shared object file: No such file or directory
libnss3 is indeed present as seen below:
$ cd /usr/lib
]$ ls -l | grep libnss3.so
-rwxr-xr-x 1 root root 1388672 Mar 30 09:46 libnss3.so
I thought to try and rebuild the package, but I don't know nodejs and as such, I am completely out of my depth. I've built it, but only a version for Windows is produced and I don't know how to make it build for Linux. Any help will be appreciated :).
The text was updated successfully, but these errors were encountered:
Hi, I'm an Arch Linux user and I'm trying to get this program to launch. I downloaded and extracted the Linux version on the website, but when I try to run it, I get the following error:
$ ./'WhatsApp Desktop'
./WhatsApp Desktop: error while loading shared libraries: libnss3.so: cannot open shared object file: No such file or directory
libnss3 is indeed present as seen below:
$ cd /usr/lib
]$ ls -l | grep libnss3.so
-rwxr-xr-x 1 root root 1388672 Mar 30 09:46 libnss3.so
I thought to try and rebuild the package, but I don't know nodejs and as such, I am completely out of my depth. I've built it, but only a version for Windows is produced and I don't know how to make it build for Linux. Any help will be appreciated :).
The text was updated successfully, but these errors were encountered: