xryanglab / xtail

Genome-wide assessment of differential translations with ribosome profiling data
GNU General Public License v3.0
17 stars 18 forks source link

Library not loaded #1

Open YangLabProject opened 8 years ago

YangLabProject commented 8 years ago

If anyone meet "library not found" , this issue can be solved by following steps:

  1. open the terminal and login as the root, and find the missing library (for example libgfortran.3.dylib):

sudo su find / -name libgfortran.3.dylib then you will see the full path of this library, for example "/Library/Frameworks/R.framework/Versions/3.2/Resources/lib/libgfortran.3.dylib"

  1. copy it into /usr/lib directory cp /Library/Frameworks/R.framework/Versions/3.2/Resources/lib/libgfortran.3.dylib /usr/lib