-
Notifications
You must be signed in to change notification settings - Fork 23
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
install error in RHEL 6.4 (santiago) #29
Comments
You seem to have multiple conflicting versions of openssl on your system. What do you get for:
|
with that command i don't get any output
but with this i get these things as output
|
Your compiler is setting grep OPENSSL_VERSION_TEXT /usr/local/include/openssl/opensslv.h |
Nothing is present inside this dir /usr/local/include
But I tried to search here instead /usr/include and I found the version
|
Huh this is EL6, correct? What gives |
I'm going to fire up a centos 6.4 box to reproduce this issue. So you're using |
I am not sure of what is centos 6.4. It is a RedHat 6.4 machine
|
I have the very same issue installing openssl with the exact error message reported above. On EL6 machine |
Are you also using EL 6.4? I can't repo this on my CentOS 6.8 box (which has openssl 1.0.1) |
I tried to push a fix. Can you please try to reinstall? install.packages("https://github.com/jeroenooms/openssl/archive/master.tar.gz", repos = NULL) |
OK so I assume this is solved. LMK if there are any other issues. |
Fix works On Wed, Aug 10, 2016 at 2:26 PM Jeroen Ooms notifications@github.com
|
I wanted to install the openssl via R. Here is the output of it. It was not able to install it.
Futher useful things:
cat /etc/system-release
Red Hat Enterprise Linux Server release 6.4 (Santiago)
cat /proc/version
Linux version 2.6.32-358.6.2.el6.x86_64 (mockbuild@x86-022.build.eng.bos.redhat.com) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC) ) #1 SMP Tue May 14 15:48:21 EDT 2013
ldconfig -p | grep libssl
libssl3.so (libc6,x86-64) => /usr/lib64/libssl3.so
libssl3.so (libc6) => /usr/lib/libssl3.so
libssl.so.10 (libc6,x86-64) => /usr/lib64/libssl.so.10
libssl.so.10 (libc6) => /usr/lib/libssl.so.10
libssl.so.6 (libc6,x86-64) => /usr/lib64/libssl.so.6
libssl.so (libc6,x86-64) => /usr/lib64/libssl.so
pkg-config --cflags --libs openssl
-Wl,-z,relro -lssl -lcrypto -ldl -lz
The text was updated successfully, but these errors were encountered: