similar to: libcurl issue when manually installing R-3.3.3 on Debian 3.16.0-4-amd64

Displaying 20 results from an estimated 2000 matches similar to: "libcurl issue when manually installing R-3.3.3 on Debian 3.16.0-4-amd64"

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
2017 Apr 05
1
libcurl issue when manually installing R-3.3.3 on Debian 3.16.0-4-amd64
Dirk, I appreciate that you were trying to help, but I would suggest you don't answer a question if you find it irritating or think it is posed by someone who hasn't taken the time to figure things out on his own... others might be able to spare a bit more time and be more patient, however basic the question is. There is a lot of material covered in the page and I found your "read
2015 Jan 27
2
libcurl support and curlGetHeaders warning message in R CMD check
Dear R devel, Is libcurl support required to run R.devel, or is it optional? I'm compiling R.devel on an older Debian machine that only has libcurl version 7.21.0 The R news file says " Sun, 25 Jan 2015 CHANGES IN R-devel NEW FEATURES Optional use of ?libcurl? (version 7.28.0 from Oct 2012 or later) for Internet access (including on Windows): ... CHANGES IN R-devel
2015 Nov 05
3
Install R on Ubuntu with libcurl support
Thanks for the advice. Going to look into this more this evening and hopefully get everything working. Thanks again! On Thu, Nov 5, 2015 at 11:56 AM, Dirk Eddelbuettel <edd at debian.org> wrote: > > On 5 November 2015 at 11:44, Michael Coyne wrote: > | What do you have installed as far as libcurl goes? Would you mind > | listing your packages and greping for libcurl entries.
2015 Nov 05
2
Install R on Ubuntu with libcurl support
What do you have installed as far as libcurl goes? Would you mind listing your packages and greping for libcurl entries. Perhaps I need some libcurl debs installed when I install r-base? On Thu, Nov 5, 2015 at 11:34 AM, Dirk Eddelbuettel <edd at debian.org> wrote: > > On 5 November 2015 at 11:11, Michael Coyne wrote: > | Hello, > | > | I'm install R from a package off of
2023 Apr 03
1
Let R compile for libcurl8 ?
Am Mon, 3 Apr 2023 15:13:58 +0100 schrieb Prof Brian Ripley <ripley at stats.ox.ac.uk>: > On 03/04/2023 14:07, Detlef Steuer wrote: > > Hi! > > > > The same Inar reported for rawhide > > (https://stat.ethz.ch/pipermail/r-devel/2023-March/082482.html) > > is true for SuSE's distros. > > > > Right now R does not compile with libcurl8, but
2020 Jul 25
1
configure failed with curl 7.71.1
Hi dev, can someone confirm if it is a general R 4.0.4 problem or it is happening only on cygwin ? checking for curl/curl.h... yes checking if libcurl is version 7 and >= 7.28.0... configure: error: libcurl >= 7.28.0 library and headers are required with support for https *** ERROR: configure failed but https is available on curl: $ curl --version curl 7.71.1 (x86_64-pc-cygwin)
2015 Feb 01
0
libcurl support and curlGetHeaders warning message in R CMD check
On 27.01.2015 22:09, Skye Bender-deMoll wrote: > Dear R devel, > > Is libcurl support required to run R.devel, or is it optional? > > I'm compiling R.devel on an older Debian machine that only has libcurl > version 7.21.0 > > The R news file says > > " > Sun, 25 Jan 2015 > CHANGES IN R-devel NEW FEATURES > > Optional use of ?libcurl?
2015 Nov 05
2
Install R on Ubuntu with libcurl support
Hello, I'm install R from a package off of https://cran.r-project.org/bin/linux/ubuntu/. The install works fine but it does not support libcurl as indicated by executing "capabilities('libcurl')". As such, I cannot install packages from HTTPS sources. How can I install R from a package with libcurl support? Is this possible or do I need to manually build R from source and
2013 May 24
1
Libcurl.so.3: wherefore art thou?
I am utterly stumped. I need libcurl.so.3 for CentOS 6.4. I have Googled everything and I have been going all over the Internet looking for a solution. I give up; I need help. The error message I get when I try to run a program is: error while loading shared libraries: libcurl.so.3: cannot open shared object file: No such file or directory I have: Package libcurl-7.19.7-36.el6_4.i686 already
2019 Aug 30
2
Ref. Questions about using libcurl
Hello, I have already installed and active the icecast2 server. But how to use libcurl with icecast. Already downloaded to the windows version and tried everything, but could not. Please help me. Thanks in advance for your time. Flavio -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Aug 06
2
Compiling icecast2, libcurl problem
Hi there, I got a question regarding compiling the icecast2-server: When I'm executing the 'sh autogen.sh' command and is checking for libraries, it says that it didn't find the 'libcurl' library, although I have the curl-rpm installed that includes the libcurl (located in /usr/lib). I compiled icecast2 anyway and tried running it. If I try to get the status.xsl
2015 Aug 27
1
Issues with libcurl + HTTP status codes (eg. 403, 404)
R-devel r69197 returns appropriate errors for the cases below; I know of a few rough edges - ftp error codes are not reported correctly - download.file creates destfile before discovering that http fails, leaving an empty file on disk and am happy to hear of more. Martin On 08/27/2015 08:46 AM, Jeroen Ooms wrote: > On Thu, Aug 27, 2015 at 5:16 PM, Martin Maechler > <maechler at
2015 Aug 25
2
Issues with libcurl + HTTP status codes (eg. 403, 404)
Hi all, The following fails for me (on OS X, although I imagine it's the same on other platforms using libcurl): options(download.file.method = "libcurl") options(repos = c(CRAN = "https://cran.rstudio.com/", CRANextra = "http://www.stats.ox.ac.uk/pub/RWin")) install.packages("lattice") ## could be any package gives me: >
2015 Aug 27
3
Issues with libcurl + HTTP status codes (eg. 403, 404)
>>>>> "DM" == Duncan Murdoch <murdoch.duncan at gmail.com> >>>>> on Wed, 26 Aug 2015 19:07:23 -0400 writes: DM> On 26/08/2015 6:04 PM, Jeroen Ooms wrote: >> On Tue, Aug 25, 2015 at 10:33 PM, Martin Morgan <mtmorgan at fredhutch.org> wrote: >>> >>> actually I don't know that it does -- it
2020 Jan 22
1
Memory error in the libcurl connection code
Hi All, I think there is a memory error in the libcurl connection code that typically happens when libcurl reads big chunks of data. This potentially affects all code that use url() with the libcurl download method, which is the default in most builds. In practice it tends to happen more with HTTP/2 and if the connection is wrapped into a gzcon(). macOS Catalina has a libcurl build with HTTP/2
2016 Jun 22
2
dowload.file(method="libcurl") and GET vs. HEAD requests
In R 3.2.4, if you ran download.file(method="libcurl"), it issues a HTTP GET request for the file. However, in R 3.3.0, it issues a HTTP HEAD request first, and then a GET requet. This can result in problems when the web server gives an error for a HEAD request, even if the file is available with a GET request. Is it possible to tell download.file to simply send a GET request, without
2009 Sep 19
1
Problems with Adobe flash-plugin and Firefox-3.5.x under CentOs-5.3 (yum up to date) => libcurl.so.3/libcurl.so.4 missing
----- Original Message ---- > From: Martin Knoblauch <spamtrap at knobisoft.de> > To: Centos Discussions <centos at centos.org> > Sent: Monday, September 14, 2009 3:16:20 PM > Subject: Problems with Adobe flash-plugin and Firefox-3.5.x under CentOs-5.3 (yum up to date) > > Hi, > > I am running 32-bit Firefox-3.5.3 on Centos-5.3 (64-bit kernel) on a Dell >
2015 Aug 26
2
Issues with libcurl + HTTP status codes (eg. 403, 404)
On Tue, Aug 25, 2015 at 10:33 PM, Martin Morgan <mtmorgan at fredhutch.org> wrote: > > actually I don't know that it does -- it addresses the symptom but I think there should be an error from libcurl on the 403 / 404 rather than from read.dcf on error page... Indeed, the only correct behavior is to turn the protocol error code into an R exception. When the server returns a status
2004 Aug 06
1
libcurl error
I'm trying to upgrade my version of icecast to version 2 from CVS but am getting an error on autogen: checking for libcurl... no *** Could not run libcurl test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means libcurl was incorrectly installed *** or that you have moved libcurl since it was