-
Notifications
You must be signed in to change notification settings - Fork 1
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
problem installing RedisHeartbeat #5
Comments
Also here is the output when running
|
Ok we've discovered what the problem is. However, in R this path doesn't exist. |
Ok this may be an issue with El Captain no longer allowing you to set the DYLD path. |
Hmm, well diagnosed James. This does indeed seem to be a problem with El Capitan. Following this thread, for another piece of software with similar issue, i came up with this MWE to illustrate the problem, which is that path variables are not being forwarded when spawning new shells:
Prediction is that the last two won't work on James's laptop. RESULTS:
On James's imac (Yosemite):
On James's laptop (El Capitan):
|
@richfitz It seems likely you've encountered this issue elsewhere by now. Suggested fixes? |
One possible fix is to disable the "System Integrity Protection in El Capitan" -- http://www.macworld.com/article/2986118/security/how-to-modify-system-integrity-protection-in-el-capitan.html |
Can you try setting this via Renviron? Traveling at the moment and don't actually have an El cap install |
ok. Added Doing this R now can see the correct path
However, still cannot install
|
Disabling the System Integrity Protection in El Capitan following the approach @dfalster linked to works. This is a temporary solution for now ;) |
I have El Cap on one laptop and don't see any problem installing, but also don't know what I might have done to configure things differently. I also don't see the compilation warnings you see. I don't remember disabling the SIP thing that Daniel linked (looks like something I'd remember). However the laptop is also a bit out of date (running 10.11.1 (15B42)) so perhaps things have become more locked down? |
Not sure. Though disabling the SIP fixed the installation problem for me. Not sure what the long-term fix to this issue is. Re: the extra compile warnings. I think I'm getting them as Daniel must have changed my profile to make it more verbose. |
Yes, the compiler warnings come from extra settings in On Sat, Apr 9, 2016 at 12:05 PM, James Camac [email protected]
|
disabling the SIP will bring new problems. There must be some way else out there |
I agree, but I also can't replicate this problem on my El Cap system 😞 |
There is a travis job for an el cap install now - please open a new issue if problems persist |
Hi @richfitz I'm having some issues installing RedisHeartbeat.
Below are details:
Im using OSX 10.11.3.
R version 3.2.4
Redis 3.0.4
Hiredis 0.13.3
When I install using
devtools::install_github("richfitz/RedisHeartbeat")
I get:redis
andhiredis
are installed and I've addedDYLD_LIBRARY_PATH=/usr/local/lib
to my profile.The missing library also appears to be present:
Any ideas what is going on here?
The text was updated successfully, but these errors were encountered: