LinearDesignSoftware / LinearDesign

The LinearDesign mRNA design software.
Other
146 stars 50 forks source link

loading shared libraries(src/Utils/libraries/LinearDesign_linux64_old.so) #11

Open Eva-1023 opened 10 months ago

Eva-1023 commented 10 months ago

Good work! I managed to compile the program on my server and added its path to the ./zshrc file. However, I encountered an issue. The program doesn't run properly unless it is executed from its original directory. When I try to run it from elsewhere, I encounter the following error message: "/biotools/LinearDesign_1.0.0/bin/LinearDesign_2D: error while loading shared libraries: src/Utils/libraries/LinearDesign_linux64_old.so: cannot open shared object file: No such file or directory". It seems like there's an issue with loading shared libraries.