Displaying 2 results from an estimated 2 matches for "installing_openssl_on_ubuntu_linux".
2017 Apr 05
1
libcurl issue when manually installing R-3.3.3 on Debian 3.16.0-4-amd64
...openssl --openssldir=/usr/local/openssl -Wl,-rpath=/usr/local/openssl/lib
make
make test
sudo make install
/usr/local/openssl/bin$ openssl version
OpenSSL 1.1.0e 16 Feb 2017
[OpenSSL commands were put together / modified from
https://geeksww.com/tutorials/libraries/openssl/installation/installing_openssl_on_ubuntu_linux.php
https://wiki.openssl.org/index.php/Compilation_and_Installation
https://github.com/openssl/openssl/issues/1740
as curl's installation failed without -Wl,-rpath=/usr/local/openssl/lib ]
#install curl (curl-7.53.1 from https://curl.haxx.se/download.html)
./configure --with-ssl=/...
2017 Apr 04
2
libcurl issue when manually installing R-3.3.3 on Debian 3.16.0-4-amd64
Dear Dirk,
Do you mean binaries for R-3.3.3?
I could not find any link on the page you mention
I downloaded R-3.3.3.tar.gz from https://cran.r-project.org/src/base/R-3/
then ran
./configure
I also tried
./configure --enable-R-shlib
based on a suggestion found in
http://jenzopr.github.io/bioinformatics/2016/05/03/r-wheezy-build.html
Many thanks,
Lucio
On 4 April 2017 at 17:17, Dirk