You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've installed ViennaRNA (thanks for the suggestions on installation!) but am in a cluster environment and can not "make install" in to a global directory. So, I did a local installation and I've attempted to add the path to the ViennaRNA libraries via LD_LIBRARY_PATH as below:
Within include there is a ViennaRNA directory with the appropriate libraries that are referenced by io.hpp , but it doesn't seem like lara is recognizing these libraries, as I receive the error:
Cannot compute a structure without the ViennaRNA library. Please install ViennaRNA and try again.
I don't have tons of experience with adding libraries to paths so I may be doing something wrong. Could you offer any advice on how to help lara recognize the ViennaRNA libraries?
The text was updated successfully, but these errors were encountered:
Hi,
I've installed ViennaRNA (thanks for the suggestions on installation!) but am in a cluster environment and can not "make install" in to a global directory. So, I did a local installation and I've attempted to add the path to the ViennaRNA libraries via LD_LIBRARY_PATH as below:
LD_LIBRARY_PATH=/path/to/apps/ViennaRNA-2.6.4/include/
export LD_LIBRARY_PATH
Within include there is a ViennaRNA directory with the appropriate libraries that are referenced by io.hpp , but it doesn't seem like lara is recognizing these libraries, as I receive the error:
Cannot compute a structure without the ViennaRNA library. Please install ViennaRNA and try again.
I don't have tons of experience with adding libraries to paths so I may be doing something wrong. Could you offer any advice on how to help lara recognize the ViennaRNA libraries?
The text was updated successfully, but these errors were encountered: