boxfs2 icon indicating copy to clipboard operation
boxfs2 copied to clipboard

Issue running boxfs -f

Open kurokirasama opened this issue 2 years ago • 1 comments

Hi, I justo found this!

I installed all dependencies without error I run boxfs-init without errors. But boxfs -f ~/.boxfs/conf gives me:

boxfs: error while loading shared libraries: libapp.so: cannot open shared object file: No such file or directory

What did I did wrong?

kurokirasama avatar Jul 30 '22 04:07 kurokirasama

Hi, it seems that one of the needed dependencies (libapp) is not in the library path. Have you done local or system wide install? Try using "make static" to statically link the dependencies inside the executable file.

Regards.

On Sat, Jul 30, 2022 at 6:16 AM kurokirasama @.***> wrote:

Hi, I justo found this!

I installed all dependencies without error I run boxfs-init without errors. But boxfs -f /.boxfs/conf gives me:

boxfs: error while loading shared libraries: libapp.so: cannot open shared object file: No such file or directory

What did I did wrong?

— Reply to this email directly, view it on GitHub https://github.com/drotiro/boxfs2/issues/24, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABUAVRIP7FBWID7EWUD2SDVWSUCPANCNFSM55CSCVRA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

drotiro avatar Nov 01 '22 15:11 drotiro