libshss.so: No such file or director

Issue #28 new
Former user created an issue

Hello,

I try to build Openstack Swift on alpine linux. I have to build all dependencies like liberasurecode (and Jerasure, etc...). After I build everything I can start the swift-proxy but I get this message:

liberasurecode[99]: liberasurecode_backend_open: dynamic linking error Error loading shared library libshss.so: No such file or director

Have you got any idead how can I solve it? I think this is my last step.

Thanks for your help!

Comments (2)

  1. Kota Tsuyuzaki

    It looks like same issue with #23 and maybe it's been addressed at the newset PyECLib (I'm not sure because I didn't test it yet) Could you make sure if the newest liberasurecode + PyECLib still have the issue?

    (Even if you still can see the log, you can ignore that because the libshss.so is absolutely an optional EC backend and it doesn't matter for you except the log appeared if you don't want to use shss)

    1: https://bitbucket.org/kmgreen2/pyeclib/commits/4f278195a42ea0f254114c92043b6ba6ecdc6b0a

    2: https://bitbucket.org/kmgreen2/pyeclib/pull-requests/35/use-the-check_backend_available-function/diff

  2. Log in to comment