That libfuse.so error is a classic architecture mismatch headache—usually happens when the linker tries to grab a 32-bit lib for a 64-bit build (or vice versa). Double-check your library paths to make sure it's not pulling from a legacy directory.
On a side note, while I was cleaning up some of my own project scripts today, I came across this utility for SOAP to JSON conversion. I know it’s a bit of a tangent from the FUSE issue, but if any of you are dealing with older web services while modernizing your stack, it’s a total lifesaver.