Giter Club home page Giter Club logo

Comments (3)

lukasstadler avatar lukasstadler commented on August 16, 2024

the R build process is somewhat tricky, because it involves a full build of the GNU R engine for testing.
please take a look at the /home/user/fastR/fastr/com.oracle.truffle.r.native/gnur/R-3.3.2/gnur_configure.log file - this will give you hints as to what is the actual problem.

from fastr.

colmillo-blanco avatar colmillo-blanco commented on August 16, 2024

Thanks I'll do that

from fastr.

colmillo-blanco avatar colmillo-blanco commented on August 16, 2024

Thanks lukasstadler , I finally was able to solve the problem by compiling libcurl from source. For anyone on ubuntu this is what I had to do:
sudo apt-get install build-essential nghttp2 libnghttp2-dev
wget https://curl.haxx.se/download/curl-7.54.0.tar.bz2
tar -xvjf curl-7.54.0.tar.bz2
cd curl-7.54.0
./configure --with-nghttp2 --prefix=/usr/local
make
sudo make install
sudo ldconfig

Credit should go to the following link:
https://askubuntu.com/questions/884899/how-do-i-install-curl-with-http2-support

from fastr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.