http://www.perlmonks.org?node_id=873137


in reply to Re: Fuse and fuse_loop
in thread Fuse and fuse_loop

Can you suggest steps, or perhaps a primer or howto, for diagnosing this kind of library issue in general, or this one in particular?

I already gave it to you :) You let ldd tell you which dynamic libraries Fuse.so needs, and then you add the directory paths where those libraries reside to LD_LIBRARY_PATH.

Its like managing your %PATH%

Check out the things I linked, they're starting points that helped me

Hope this helps