Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Library not loaded #1

Open
YangLabProject opened this issue Apr 16, 2016 · 0 comments
Open

Library not loaded #1

YangLabProject opened this issue Apr 16, 2016 · 0 comments

Comments

@YangLabProject
Copy link
Member

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"
2. copy it into /usr/lib directory
cp /Library/Frameworks/R.framework/Versions/3.2/Resources/lib/libgfortran.3.dylib /usr/lib

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant