search for: libcurl3

Displaying 20 results from an estimated 56 matches for "libcurl3".

Did you mean: libcurl
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.
2015 Nov 05
3
Install R on Ubuntu with libcurl support
...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, libblas3 | libblas.so.3, libbz2-1.0, libc6 (>= 2.16), libcairo2 (>= 1.6.0), libcurl3 (>= 7.28.0), libglib2.0-0 (>= 2.12.0), libgomp1 (>= 4.9), libjpeg8 (>= 8c), liblapack3 | liblapack.so.3, liblzma5 (>= 5.1.1alpha+20120614), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpcre3, libpng12-0 (>= 1.2.13-4), libreadline6 (>= 6.0), libtcl8.6 (&...
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
2018 Apr 29
1
FYI libcurl conflicts in ubuntu 18.04
...e'll see 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-bas...
2015 Nov 05
0
Install R on Ubuntu with libcurl support
...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, libblas3 | libblas.so.3, libbz2-1.0, libc6 (>= 2.16), libcairo2 (>= 1.6.0), libcurl3 (>= 7.28.0), libglib2.0-0 (>= 2.12.0), libgomp1 (>= 4.9), libjpeg8 (>= 8c), liblapack3 | liblapack.so.3, liblzma5 (>= 5.1.1alpha+20120614), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpcre3, libpng12-0 (>= 1.2.13-4), libreadline6 (>= 6.0), libtcl8.6 (&...
2015 Nov 05
0
Install R on Ubuntu with libcurl support
...r 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, libblas3 | libblas.so.3, libbz2-1.0, libc6 (>= 2.16), libcairo2 (>= 1.6.0), libcurl3 (>= 7.28.0), libglib2.0-0 (>= 2.12.0), libgomp1 (>= 4.9), libjpeg8 (>= 8c), liblapack3 | liblapack.so.3, liblzma5 (>= 5.1.1alpha+20120614), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpcre3, libpng12-0 (>= 1.2.13-4), libreadline6 (>= 6.0), libtcl8.6 (&...
2015 Nov 06
4
Problems with r-cran-rcurl in Trusty and Vivid. (Re: Install R on Ubuntu with libcurl support)
Hello everybody, by the way, speaking about the r-cran-rcurl package in Ubuntu, the versions in trusty and vivid are linked by error to the "NSS" flavour of libcurl3 instead of the "OpenSSL flavour", which cause at least problems when using the CRAN devtools package. A bit more details are available in the Debian bug tracking system (https://bugs.debian.org/786473). I am not sure if the Ubuntu packages can be easily corrected, but if there is an int...
2007 Oct 16
1
problem with RCurl 0.8-1 installation on Debian Etch
...e following error: Installing *source* package 'RCurl' ... checking for curl-config... no Cannot find curl-config ERROR: configuration failed for package 'RCurl' I do know that a file is missing (curl-config) but where to get it from? I installed the latest 'curl' and 'libcurl3' packages via apt-get install. Furthermore, I crawled various mailing-lists to get my problem solved, but without being lucky. Do I miss mandatory packages that go beyond those two mentioned above? My session data: > sessionInfo() R version 2.6.0 (2007-10-03) i686-pc-linux-gnu locale: C...
2019 Dec 02
4
Debian Stretch - > buster: samba packages
On 02/12/2019 10:07, Stefan G. Weichinger via samba wrote: > Am 02.12.19 um 08:47 schrieb L.P.H. van Belle via samba: >> Hai, >> >> Sorry for the late reply. > Never mind, weekend is important ... > >> Here its just apt-get distupgrade --autoremove --purge >> Without the autoremove libldb1 is not removed so libldb2 can be installed. > # apt-get distupgrade
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...
2006 Feb 20
1
r40 - trunk/debian
...=================================== --- trunk/debian/control 2006-02-20 17:40:56 UTC (rev 39) +++ trunk/debian/control 2006-02-20 18:22:11 UTC (rev 40) @@ -4,7 +4,7 @@ Section: misc Priority: extra Standards-Version: 3.6.2.2 -Build-Depends: tetex-bin, tetex-extra, gs-common, debhelper (>= 4), libcurl3-dev | libcurl-dev, dh-kpatches, python-dev, python (>= 2.2), transfig, libsdl1.2-dev, libvncserver-dev, libjpeg-dev, bzip2, hotplug, bcc, dpatch +Build-Depends: tetex-bin, tetex-extra, gs-common, debhelper (>= 4), libcurl3-dev | libcurl-dev, dh-kpatches, python-dev, python (>= 2.2), transf...
2006 Feb 17
1
r9 - trunk/debian
...===================================== --- trunk/debian/control 2006-02-16 23:57:15 UTC (rev 8) +++ trunk/debian/control 2006-02-17 06:56:29 UTC (rev 9) @@ -4,7 +4,7 @@ Section: misc Priority: extra Standards-Version: 3.6.1.0 -Build-Depends: tetex-bin, tetex-extra, gs-common, debhelper (>= 4), libcurl3-dev | libcurl-dev, dh-kpatches, python-dev, python (>= 2.2), gcc, transfig, wget, libncurses5-dev, libsdl1.2-dev, libvncserver-dev, libjpeg-dev, bzip2, hotplug, bcc, dpatch +Build-Depends: tetex-bin, tetex-extra, gs-common, debhelper (>= 4), libcurl3-dev | libcurl-dev, dh-kpatches, python-dev...
2012 Jan 13
2
Problem with not installing package, exec do an error
...re => Exec[updateGem], } package { '' libmemcached-dbg'': ensure => present, alias => memDbg, require => Package[memDev], } package { '' libsas2-dev'': ensure => present, alias => sasDev, require => Package[memDdg], } package { ''libcurl3-dev'': ensure => present, alias => curlDev, require => Package[sasDev], } package {''libmysqlclient-dev'': ensure => present, alias => libSql, require => Package[curlDev], } package {''libsqlite3-dev'': ensure => present, alias...
2007 Nov 28
1
network-bridge does not create veth or peth devices
Hi I am trying to install xen (64bit) on a Dell PowerEdge 2900. The installation process was something like the following: ----- apt-get install iproute bridge-utils python-twisted binutils zlib1g-dev python-dev transfig bzip2 screen ssh debootstrap libcurl3-dev libncurses5-dev x-dev build-essential gettext python-pyopenssl python-pam python-xml latex tetex-extra tetex-base texlive-latex-recommended hg clone http://xenbits.xensource.com/xen-3.1-testing.hg cd xen-3.1-testing.hg/ make world make install apt-get install yaird mkinitrd.yaird -o /boot/...
2017 Apr 19
4
difficulty in Ubuntu 14.04 apt-getting R 3.3.2
...-no-install-recommends software-properties-common && \ apt-add-repository "deb http://cran.r-project.org/bin/linux/ubuntu trusty/" && \ apt-get update && \ DEBIAN_FRONTEND="noninteractive" apt-get install -y --force-yes --no-install-recommends libcurl3-gnutls libcurl4-gnutls-dev libssl-dev libssh2-1-dev r-base=3.3.2-1trusty0 r-base-dev=3.3.2-1trusty0 r-recommended=3.3.2-1trusty0 r-base-core=3.3.2-1trusty0 RUN locale-gen en_US.UTF-8 ENV LANG en_US.UTF-8 ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 WORKDIR /plugin/ [[alternative HTML version de...
2010 Sep 07
1
strip/install error when executing make install-tools
Hello, September 7th I pulled a copy of Xen 4 with: hg clone -r RELEASE-4.0.1 http://xenbits.xen.org/xen-4.0-testing.hg I installed development tools and packages from the Xen 4 wiki: bcc bin86 gawk bridge-utils iproute libcurl3 libcurl4-openssl-dev bzip2 module-init-tools transfig tgif texinfo texlive-latex-base texlive-latex-recommended texlive-fonts-extra texlive-fonts-recommended pciutils-dev mercurial build-essential make gcc libc6-dev zlib1g-dev python python-dev python-twisted libncurses5-dev patch libvncserver-dev...
2019 Dec 02
0
Debian Stretch - > buster: samba packages
...elesen... Fertig Abh?ngigkeitsbaum wird aufgebaut. Statusinformationen werden eingelesen.... Fertig Paketaktualisierung (Upgrade) wird berechnet... Fertig Die folgenden Pakete werden ENTFERNT: g++-6* guile-2.0-libs* libavahi-client3* libavahi-common-data* libavahi-common3* libbind9-140* libcups2* libcurl3* libdbus-glib-1-2* libdns162* libenca0* libexempi3* libexif12* libicu57* libiptcdata0* libirs-export141* libisc160* libisccc-export140* libisccc140* libisccfg-export140* libisccfg140* libjansson4* libkdb5-8* liblwres141* libmariadbclient18* libnss-winbind* libpam-winbind* libperl5.24* libpython...
2019 Nov 30
3
Debian Stretch - > buster: samba packages
Upgrading DC1 at site 3 (next site ;-)) I edited sources.list and van-belle.list (s/stretch/buster/g ...) apt-get update: ok apt-get upgrade: as well apt-get dist-upgrade: DANGER -> it tells me it would remove samba! Die folgenden Pakete werden ENTFERNT: libcurl3 libkdb5-8 libmariadbclient18 libnss-winbind libpam-winbind libsmbclient libuptimed0 python3-ldb python3-samba samba samba-common-bin samba-dsdb-modules samba-libs samba-vfs-modules winbind Same as on DC2 lately ... this wiped /var/lib/samba etc I say "no" now ... - additional info:...
2016 Sep 07
2
Building R under Linux - library dependencies
Hello and apologies if this doesn't belong here. I'm trying to build a "portable" version of R - "portable" means that it could be easily moved to another location or machine simply by copying it. However, I encountered a problem when running it elsewhere: it seems that versions of dynamic libraries used by R are fixed and set at the build time; when that instance of R
2012 Feb 16
4
Could not set present on ensure: Read-only file system
...rupted, you must manually run ''sudo dpkg --configure -a'' to correct the problem. err: /Group[puppet]/ensure: change from absent to present failed: Could not create group puppet: Execution of ''/usr/sbin/groupadd puppet'' returned 1: err: /Stage[main]/Etc/Package[libcurl3-dev]/ensure: change from purged to present failed: Execution of ''/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install libcurl3-dev'' returned 100: W: Not using locking for read only lock file /var/lib/dpkg/lock E: dpkg was interrupted, you must manually run ''s...