I just make a build and the executable file (soffice.bin) was locate at /main/solver/410/unxlngx6.pro/bin. When I execute the file, it shows me:
./soffice.bin: error while loading shared libraries: libsofficeapp.so: cannot open shared object file: No such file or directory When I use `strace -f ./soffice.bin` command, I can see there are bunch of dependencies shown up. May I know how could I link these dependencies together if I execute soffice.bin directly? THanks @!