search for: libcurl4

Displaying 20 results from an estimated 82 matches for "libcurl4".

Did you mean: libcurl
2018 Apr 29
1
FYI libcurl conflicts in ubuntu 18.04
...what comes out of it. My Debian > package also still uses curl3, but I noticed that there is a whole formal > transition going on -- so 'our' r-base-core package would get rebuilt anyway If I understand it correctly this is a problem only in Ubuntu currently. They bumped libcurl3 to libcurl4 but only for the openssl flavor of libcurl, supposedly because they added support for nghttp2 in this build. I don't think they realized this would create a split in the ecosystem between software that depends on libcurl3 vs libcurl4. I *think* that if you are building debian r-base against li...
2018 Apr 28
2
FYI libcurl conflicts in ubuntu 18.04
One of the curl maintainers has pointed me to this bug report on Launchpad that may affect r-base users: https://bugs.launchpad.net/ubuntu/+source/curl/+bug/1754294 The issue is that ubuntu now ships both libcurl3 (gnutls, nss) as well as libcurl4 (openssl) which cannot be installed concurrently. Because r-base-core depends on libcurl4, it will conflict with any other packages depending on libcurl3.
2019 Feb 26
1
bug in r-cran-curl from c2d4u
On Bionic with c2d4u I see: The following packages have been kept back: r-cran-curl The problem is that r-cran-curl from 2d4du has a runtime dependency on libcurl4-openssl-dev. This dev package cannot be installed in conjunction with libcurl4-gnutls-dev (which again is required by some other packages). This is a bug because libcurl4-openssl-dev should be a build-depends only, the runtime depends is 'libcurl4'. The debian r-cran-curl package has got t...
2018 Jul 06
2
Segfault on ubuntu 18.04
...; | DLLpath = DLLpath, ...): > | unable to load shared object > | '/usr/local/lib/R/site-library/curl/libs/curl.so': > | /usr/local/lib/R/site-library/curl/libs/curl.so: undefined symbol: > | curl_easy_escape > | Error: loading failed > | > | I have installed curl, libcurl4, libcurl4-openssl-dev. > > We should also have r-cran-curl prebuilt for you. $ sudo apt install r-cran-curl Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situ...
2018 Jul 06
2
Segfault on ubuntu 18.04
...load failed for 'curl' in dyn.load(file, DLLpath = DLLpath, ...): unable to load shared object '/usr/local/lib/R/site-library/curl/libs/curl.so': /usr/local/lib/R/site-library/curl/libs/curl.so: undefined symbol: curl_easy_escape Error: loading failed I have installed curl, libcurl4, libcurl4-openssl-dev. G?ran > > G?ran > >> >> /Henrik >> >>> >>> G?ran >>> >>>> Dirk >>>> >>> >>> _______________________________________________ R-SIG-Debian >>> mailing list R-SIG-Debian at...
2014 Jan 02
2
Installing RCurl -
Dear all, I am trying to install RCurl (because I want to install devtools) and to do so I've been informed that I must install one of the packages libcurl4-openssl-dev libcurl4-nss-dev No matter which one I install I get the following error from R: * installing *source* package ‘RCurl’ ... ** package ‘RCurl’ successfully unpacked and MD5 sums checked checking for curl-config... /usr/bin/curl-config checking for gcc... gcc checking for C compiler d...
2016 Nov 08
2
proplems installing R 2.5 on Ubuntu 14.04
Hi, i'd like to install R 2.5 on an Ubuntu 14.04. I have a special software requiring this old version. While ./configure, i get the following error: checking for mbstate_t... yes checking for X... no configure: error: --with-x=yes (default) and X11 headers/libs are not available The problem is that i don't know which headers or libraries are missing, and when i search with aptitude in
2011 Apr 03
1
problem in install RCurl in R (Ubuntu Linux)
I have some problem in running R-cran's Demography package. The hmd.mx function need Rcurl. I tried to install RCurl, but meet the following error: ********************************************************************* ... * installing *source* package ?RCurl? ... checking for curl-config... no Cannot find curl-config ERROR: configuration failed for package ?RCurl? * removing
2011 Mar 02
5
installing xen on a vmware work station
Hi, I decided to test new Xen pv-ops Dom0 kernel. I have a 64 bit VT machine there in it Vmware work station installed Ubuntu 10.04 64 bit and then apt-get install libcurl4-openssl-dev xserver-xorg-dev mercurial gitk build-essential libncurses5-dev uuid-dev gawk gettext texinfo bcc libncurses5-dev dpkg-dev debhelper iasl texinfo bridge-utils bison flex apt-get build-dep xen-3.3 cd /usr/src git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2...
2016 Apr 21
2
installation problem on Ubuntu
...with no problems. However, when I tried to install ggplot (install.packages("ggplot2")), I got the same message as earlier, that R can't load internet.so. Thanks for your help! On Wed, Apr 20, 2016 at 1:24 PM, Tom Wright <tom at maladmin.com> wrote: > apt-get install curl libcurl4-openssl-dev > > On Wed, 2016-04-20 at 09:36 -0700, Paul Tremblay wrote: > > I needed to update R so I could install ggplot. I am running Ubuntu > 12.04. > > I cannot upgrade Ubuntu because I am using a work computer. > > > > I tried upgrading the normal way: > &g...
2016 Nov 08
0
proplems installing R 2.5 on Ubuntu 14.04
...d-Depends: gcc (>= 4:4.1.0), g++ (>= 4:4.1.0), gfortran (>= 4:4.1.0), libblas-dev, liblapack-dev (>= 3.1.1), tcl8.6-dev, tk8.6-dev, bison, groff-base, libncurses5-dev, libreadline-dev, debhelper (>= 7.2.3), texinfo (>= 4.1-2), libbz2-dev, liblzma-dev, libpcre3-dev, libcurl4-openssl-dev | libcurl4-dev, xdg-utils, zlib1g-dev, libpng-dev, libjpeg-dev, libx11-dev, libxt-dev, x11proto-core-dev, libpango1.0-dev, libcairo2-dev, libtiff5-dev, xvfb, xauth, xfonts-base, texlive-base, texlive-latex-base, texlive-generic-recommended, texlive-fonts-recommended, tex...
2018 Apr 28
0
FYI libcurl conflicts in ubuntu 18.04
On 28 April 2018 at 12:16, Jeroen Ooms wrote: | One of the curl maintainers has pointed me to this bug report on | Launchpad that may affect r-base users: | https://bugs.launchpad.net/ubuntu/+source/curl/+bug/1754294 | | The issue is that ubuntu now ships both libcurl3 (gnutls, nss) as well | as libcurl4 (openssl) which cannot be installed concurrently. Because | r-base-core depends on libcurl4, it will conflict with any other | packages depending on libcurl3. Thanks. Assuming you are not referring to the 'official' package in the distro (as I don't think any readers of this list have...
2018 Jul 06
0
Segfault on ubuntu 18.04
...DLLpath, ...): | > | unable to load shared object | > | '/usr/local/lib/R/site-library/curl/libs/curl.so': | > | /usr/local/lib/R/site-library/curl/libs/curl.so: undefined symbol: | > | curl_easy_escape | > | Error: loading failed | > | | > | I have installed curl, libcurl4, libcurl4-openssl-dev. | > | > We should also have r-cran-curl prebuilt for you. | | $ sudo apt install r-cran-curl | Reading package lists... Done | Building dependency tree | Reading state information... Done | Some packages could not be installed. This may mean that you have | requested...
2009 Aug 14
2
CURL function with SSL
Hi all, I hope you guys can help me out. I got a problem with using function CURL. I did Set(CURL=${CURL(URL)}); but the URL I was using is https, so when I generated the call, the CURL function could not get access to that https://URL server. What should I do with it? Thank you very much
2020 Nov 21
2
Icecast not working with iPhone
...ficate) and then generate certificates (Icecast is not able to use the different Let’s Encrypt certificates generated by default, it is necessary to combine them). Then install the following dependencies : apt install git gcc build-essential automake autoconf libtool checkinstall and apt install libcurl4-openssl-dev libxslt1-dev libxml2-dev libogg-dev libvorbis-dev libflac-dev libtheora-dev libssl-dev libspeex-dev ;; Then download Icecast from the git (Git clone command) and install it with SSL support. I can't find the procedure I followed anymore but you should find what you need on the net....
2015 Dec 07
2
Issues with installing Libvirt 1.2.7 on Ubuntu 12.04
Hi, I am trying to manually install libvirt 1.2.7 on Ubuntu 12.04 LTS (64bit). I have installed libxml2-dev libgnutls-dev libcurl4-gnutls-dev python-dev, but I am facing dependency issues for libdevmapper libraries. ​ ​Is there any workaround for this dependency​? OR is there any other way to install libivirt 1.2.7 on Ubuntu 12.04. ​ ​Following is the output of the error​ #apt-get install libdevmapper-dev Reading package li...
2018 Jul 06
2
Segfault on ubuntu 18.04
...le to load shared object > | > | '/usr/local/lib/R/site-library/curl/libs/curl.so': > | > | /usr/local/lib/R/site-library/curl/libs/curl.so: undefined symbol: > | > | curl_easy_escape > | > | Error: loading failed > | > | > | > | I have installed curl, libcurl4, libcurl4-openssl-dev. > | > > | > We should also have r-cran-curl prebuilt for you. > | > | $ sudo apt install r-cran-curl > | Reading package lists... Done > | Building dependency tree > | Reading state information... Done > | Some packages could not be installed. Th...
2017 Oct 24
2
Binding with libiconv failed while compiling R-devel on Ubuntu 17.04
...n libc6. I checked that these packages are correctly installed, and updated (with Gnome Ubuntu 17.04): - libc6-dev - libicu-dev - build-essential - fort77 - xorg-dev - liblzma-dev - libblas-dev - gfortran - gcc-multilib - gobjc++ - aptitude - libreadline-dev - libcurl4-openssl-dev - default-jdk - texlive-latex-base - libcairo2-dev The configuration step regarding libiconv seems ok: === checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking for iconv... yes checking whether iconv accepts &qu...
2013 Sep 30
3
Re: (Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
hi, thanks for your response. i cleaned that above one and installed in this following steps: * sudo apt-get install gcc make pkg-config libxml2-dev libgnutils-dev libdevmapper-dev libcurl4-gnutls-dev python-dev libpciaccess-dev libxen-dev libnl-dev * ./configure = --prefix=/usr --localstatedir=/var --sysconfdir=/etc --with-xen=yes --with-libxl=yes * make * make install now i am getting the same error as mentioned in the previous mail. The output of the above mentioned commands a...
2020 May 27
1
Install R 4 on Chromebook (unmet dependencies)
...that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: r-base-core : Depends: libc6 (>= 2.27) but 2.24-11+deb9u4 is to be installed Depends: libcurl4 (>= 7.28.0) but it is not installable Depends: libgfortran5 (>= 8) but it is not installable Depends: libicu63 (>= 63.1-1~) but it is not installable Depends: libpcre2-8-0 (>= 10.32) but it is not going to be installed Recommen...