Created
October 4, 2013 21:26
-
-
Save labeneator/6833040 to your computer and use it in GitHub Desktop.
RMySQL install error on OSX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
** installing vignettes | |
** testing if installed package can be loaded | |
Error : .onLoad failed in loadNamespace() for 'RMySQL', details: | |
call: dyn.load(file, DLLpath = DLLpath, ...) | |
error: unable to load shared object '/usr/local/Cellar/r/3.0.1/R.framework/Versions/3.0/Resources/library/RMySQL/libs/RMySQL.so': | |
dlopen(/usr/local/Cellar/r/3.0.1/R.framework/Versions/3.0/Resources/library/RMySQL/libs/RMySQL.so, 6): Library not loaded: libmysqlclient.18.dylib | |
Referenced from: /usr/local/Cellar/r/3.0.1/R.framework/Versions/3.0/Resources/library/RMySQL/libs/RMySQL.so | |
Reason: image not found | |
Error: loading failed | |
Execution halted | |
ERROR: loading failed | |
* removing ‘/usr/local/Cellar/r/3.0.1/R.framework/Versions/3.0/Resources/library/RMySQL’ | |
sh-3.2# R CMD INSTALL /private/var/folders/n0/4_22_21n66x537xg2kdnc618m0j889/T/RtmpehnXuM/downloaded_packages/RMySQL_0.9-3.tar.gz -h | |
Loading required package: stats | |
Usage: R CMD INSTALL [options] pkgs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment