anyone???
Categories: Pogoplug Drive (Linux)
$ pogoplugfs
pogoplugfs: error while loading shared libraries: libfuse.so.2: cannot open shared object file: No such file or directory
$ sudo pogoplugfs
pogoplugfs: error while loading shared libraries: libfuse.so.2: cannot open shared object file: No such file or directory
$ sudo apt-file search libfuse.so.2
libfuse2: /lib/libfuse.so.2
libfuse2: /lib/libfuse.so.2.8.1
$ sudo apt-get install libfuse2
Reading package lists... Done
Building dependency tree
Reading state information... Done
libfuse2 is already the newest version.
The following packages were automatically installed and are no longer required:
libsepol1-dev libselinux1-dev libneon26-gnutls libruby1.8
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 16 not upgraded.
$ sudo ldconfig
$ sudo pogoplugfs
pogoplugfs: error while loading shared libraries: libfuse.so.2: cannot open shared object file: No such file or directory
So I can assume you downloaded the 64 BIT version of Pogodrive? If not, try that.
Same problem: The error is: error while loading shared libraries: libfuse.so.2: cannot open shared object file: No such file or directory.
It was working fine before, but has now stopped working.
I am using Ubuntu 10.04 64 bit. I was using the 32 bit driver, I think, but might have used the 64 bit pogoplug driver had one been posted at the time.
Any ideas how to proceed? (I never had any problems before with the Linux drivers)
Don
Same issue here. Only the 32 bit version of the driver is available and it doesn't seem to be working on my 64 bit debian install
The post by Lekensteyn here...
http://askubuntu.com/questions/60751/is-it-possible-to-have-32-bit-libraries-...
got everything working for me. It's a debian/ubuntu style guide to compling the 32 bit version of the fuse library. I'm guessing you can do this from src direct from the fuse site as needed.
It would also be nice to have a 64 bit pogo client to avoid having to do this.

RSS



o yeah
# modprobe fuse
FATAL: Module fuse not found.
# modprobe fuse2
FATAL: Module fuse2 not found.
any ideas?