1.23 installs fine on Ubuntu, but when I try to run it I get the following:
veracrypt: error while loading shared libraries: libfuse.so.2: cannot open shared object file: No such file or directory
I tried installing both the x64 and x86 versions, but the result is the same.
Any suggestions?
libfuse2.so.2 is in the package libfuse2. I suggest you install that package on your system:
~ $ sudo apt-get update ~ $ sudo apt-get install libfuse2
Or you can use aptitude, or synaptic,, or whichever other package manager you prefer.
I should have mentioned that libfuse2 is already installed. Sorry.
libfuse2 is already the newest version (2.9.9-1ubuntu1)
I did a reinstall of libgtk2.0-0, libgtk2.0-bin and libgtk2.0-common. That solved the problem.
No worries. You probably just figured no one would think you wouldn't have already done that.
Thanks for the update. It makes me curious to wonder where the disconnect was. I'm assuming that your desktop was functioning without issues.
Log in to post a comment.
1.23 installs fine on Ubuntu, but when I try to run it I get the following:
veracrypt: error while loading shared libraries: libfuse.so.2: cannot open shared object file: No such file or directory
I tried installing both the x64 and x86 versions, but the result is the same.
Any suggestions?
libfuse2.so.2 is in the package libfuse2. I suggest you install that package on your system:
Or you can use aptitude, or synaptic,, or whichever other package manager you prefer.
I should have mentioned that libfuse2 is already installed. Sorry.
libfuse2 is already the newest version (2.9.9-1ubuntu1)
I did a reinstall of libgtk2.0-0, libgtk2.0-bin and libgtk2.0-common. That solved the problem.
No worries. You probably just figured no one would think you wouldn't have already done that.
Thanks for the update. It makes me curious to wonder where the disconnect was. I'm assuming that your desktop was functioning without issues.