in reply to Fuse and fuse_loop

Given there are only 4 pass test results out of 461 platform/version (http://matrix.cpantesters.org/?dist=Fuse+0.09) tests your chances of getting the module to work look pretty slim! On the other hand there was a developer release in May this year so it seems the developer hasn't altogether given up on the project.

True laziness is hard work

Replies are listed 'Best First'.
Re^2: Fuse and fuse_loop
by Anonymous Monk on Nov 22, 2010 at 03:09 UTC
    Given there are only 4 pass test results out of 461 platform/version

    Given that it requires FUSE C library and the FUSE kernel module., a very non-standard thing, that doesn't mean much.

    Anyway, it seems like a typical LD_LIBRARY_PATH problem

    echo $LD_LIBRARY_PATH
    ldd Fuse.so
    ...