-
Notifications
You must be signed in to change notification settings - Fork 60
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
Package load fails on OS X 10.11 despite openssl fix #246
Comments
@bsmoliak I ran into the same issue today when using a homebrew installation of R. I downloaded the latest version of R from CRAN and now it works fine, installed as a dependency of
Here's the error message for reference, looks a little different:
|
@clarkfitzg For the record, I am now getting the same error message as you posted when I try to install the package from source. I was able to install |
Seems fine to me. |
I'm having trouble installing
git2r
frommaster
in spite of theopenssl
fix in #162. In the loading test,_git_buf__initbuf
cannot be found.My system is configured with brew-installed versions of
openssl
,libssh2
, andR
. A gist containing the results ofbrew config
,brew doctor
, andmake install
can be found here: https://gist.github.com/bsmoliak/75c4cf9447bf9b14bc5d202f81000ec2The text was updated successfully, but these errors were encountered: