Displaying 20 results from an estimated 508 matches for "libcurl".
2016 Feb 03
3
rstan warning messages
On 02/03/2016 09:52 AM, Tom Callaway wrote:
> Are you trying to build R and components for i686 rather than x86_64?
Never mind. Your logs make it clear that you're building for x86_64.
Can you share the output of:
pkg-config --list-all |grep libcurl
curl-config --libs
rpm -V libcurl-devel libcurl
I'm honestly baffled as to why the configure script is failing to find
libcurl.pc on your system:
Package libcurl was not found in the pkg-config search path.
Perhaps you should add the directory containing `libcurl.pc'
to the PKG_CO...
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)
fo...
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:
> | Hell...
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 compile it
with libcurl support directly.
Thanks...
2015 Nov 05
3
Install R on Ubuntu with libcurl support
...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.
>
> The distribution works with proper dependencies. When R is built with
> libcurl, the R package already depends on libcurl:
>
> edd at max:~$ dpkg -s r-base-core | grep curl
> Depends: zip, unzip...
2016 Feb 05
2
rstan warning messages
...e following on my RHEL6 server:
[root at ping ~]# export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/lib64/pkgconfig/
[root at ping ~]# /usr/bin/curl-config --libs
-L/usr/lib64 -lcurl
Now the output from your previous commands look like:
[root at ping ~]# pkg-config --list-all |grep libcurl
libcurl libcurl - Library to transfer files with ftp, http, etc.
[root at ping ~]# curl-config --libs
-L/usr/lib64 -lcurl
[root at ping ~]# rpm -V libcurl-devel libcurl
prelink: /usr/lib64/libcurl.so.4.1.1: at least one of file's dependencies has ch...
2015 Nov 05
0
Install R on Ubuntu with libcurl support
The one strange thing I am now noticing is that precise does not have
libcurl listed as a dependency. If you go to
https://cran.r-project.org/bin/linux/ubuntu/precise/Packages and look
for "libcurl" it is not listed. The other Ubuntu builds, such as
trusty or wily do list it.
On Thu, Nov 5, 2015 at 12:01 PM, Michael Coyne <mikeycgto at gmail.com> wrote:
>...
2010 Jan 14
0
installing RCurl when libcurl is in non-standard location
...01-12 r50970).
I'm not the sysadmin for this system (disclaimer: my sysadmin skills
are not very good, I'm afraid). curl is available centrally on the
system but it's a little old (7.12.3 - looks from some older r-help
posts like this is too old for RCurl). Therefore I installed libcurl
7.19.7 in a non-standard location (because I'm not the sysadmin), and
I think I'm pointing R towards this new libcurl OK, but I'm not 100%
sure about that. The output of locate (see below) makes me a little
suspicious, but the output of the R CMD INSTALL makes it seem like the...
2015 Nov 05
0
Install R on Ubuntu with libcurl support
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.
The distribution works with proper dependencies. When R is built with
libcurl, the R package already depends on libcurl:
edd at max:~$ dpkg -s r-base-core | grep curl
Depends: zip, unzip, libpaper-utils, xdg-utils, libb...
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 ?li...
2016 Aug 04
2
curl build system is broken and so is mock
...n/curl
>> |grep crypto
>> libk5crypto.so.3 => /lib64/libk5crypto.so.3 (0x00007fb6e00a5000)
>> libcrypto.so.10 => /lib64/libcrypto.so.10 (0x00007fb6df3e8000)
>
> Here is your problem - unless you specify an LD_LIBRARY_PATH, you are
> getting the mock root installed libcurl, not your newly-built libcurl.
>
So when building curl, it links curl against the libcurl in the
buildroot and not against the libcurl it just compiled?
No other packages I know of do that.
I've built a love of packages against LibreSSL (I really like it) and
ldd on the resulting binari...
2017 Apr 04
2
libcurl issue when manually installing R-3.3.3 on Debian 3.16.0-4-amd64
Dear all,
I am trying to upgrade R on Debian 3.16.0-4-amd64, as the default R version is 3.1.1 (2014). When I try to run ./configure on R-3.3.3, I get an error message saying
...
checking for curl-config... /usr/local/bin/curl-config
checking libcurl version ... 7.53.1
checking curl/curl.h usability... yes
checking curl/curl.h presence... yes
checking for curl/curl.h... yes
checking if libcurl is version 7 and >= 7.28.0... yes
checking if libcurl supports https... no
configure: error: libcurl >= 7.28.0 library and headers are required wit...
2004 Nov 16
2
Icecast Installation error
I am attempting to install the current version of Icecast on Suse 9.1 and
have noticed the following when running ./configure
checking for curl-config... no
checking curl/curl.h usability... no
checking curl/curl.h presence... no
checking for curl/curl.h... no
checking for libcurl... no
configure: libcurl not found, YP disabled
I have Curl installed, and a whereis libcurl shows the results:
/usr/lib/libcurl.la
I'm uncertain how to make it detect the correct location of libcurl.
Al Yandow
Senior Analyst
Absolute Technology Services
Office: 757-853-1816
Mobile: 757-65...
2016 Feb 03
0
rstan warning messages
I used epel to install again. I removed the original installation that seemed from epel also.
[root at ping /]# pkg-config --list-all |grep libcurl
[root at ping /]#
That doesn't look good.
[root at ping /]# curl-config --libs
Package libcurl was not found in the pkg-config search path.
Perhaps you should add the directory containing `libcurl.pc'
to the PKG_CONFIG_PATH environment variable
No package ...
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 the browser says it found the page, but isn't able
to download it. Something similar happens when I try to get...
2016 Aug 04
1
curl build system is broken and so is mock
On 08/03/2016 06:57 PM, Chris Adams wrote:
> Once upon a time, Alice Wonder <alice at domblogger.net> said:
>> So when building curl, it links curl against the libcurl in the
>> buildroot and not against the libcurl it just compiled?
>>
>> No other packages I know of do that.
>
> No, that is not what it does. If you posted the full ldd output like I
> asked, rather than grepping out bits, you'd see it loading the system
> libcur...
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:
> options(download.file.me...
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...
2015 Aug 25
3
Issues with libcurl + HTTP status codes (eg. 403, 404)
...or the noise.
Kevin
On Tue, Aug 25, 2015, 13:11 Martin Morgan <mtmorgan at fredhutch.org> wrote:
> On 08/25/2015 12:54 PM, Kevin Ushey wrote:
> > 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 p...
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 installed.
configure: erro...