Error installing AnnotationHub on Fedora
2
0
Entering edit mode
barashe ▴ 10
@barashe-8770
Last seen 8.6 years ago
European Union

I attempted to install the AnnotationHub package for the coursera bioconductor course. I am using Fedora 21.

I did the following:

  • Made sure R is up to date (typed sudo yum install R).
  • Downloaded and installed an up-to-date version of RStudio.
  • Installed biocondoctor:
    • source("http://www.bioconductor.org/biocLite.R")
    • biocLite()
    • created a personal library since I didn't start RStudio as sudo.
    • biocLite("AnnotationHub") (personal library again, update all old packages).
When it finished, I got the following:

Warning messages:
1: In install.packages(pkgs = doing, lib = lib, ...) :
  installation of package ‘curl’ had non-zero exit status
2: In install.packages(pkgs = doing, lib = lib, ...) :
  installation of package ‘httr’ had non-zero exit status
3: In install.packages(pkgs = doing, lib = lib, ...) :
  installation of package ‘AnnotationHub’ had non-zero exit status

-----------------------------------------------------------------------------------------------------------------------------

> sessionInfo()
R version 3.2.1 (2015-06-18)
Platform: x86_64-redhat-linux-gnu (64-bit)
Running under: Fedora 21 (Twenty One)

locale:
 [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C               LC_TIME=en_US.UTF-8       
 [4] LC_COLLATE=en_US.UTF-8     LC_MONETARY=en_US.UTF-8    LC_MESSAGES=en_US.UTF-8   
 [7] LC_PAPER=en_US.UTF-8       LC_NAME=C                  LC_ADDRESS=C              
[10] LC_TELEPHONE=C             LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C       

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] BiocInstaller_1.18.4

loaded via a namespace (and not attached):
[1] tools_3.2.1

-----------------------------------------------------------------------------------------------------------------------

Thanks!

Annotationhub curl httr fedora • 1.9k views
ADD COMMENT
3
Entering edit mode
@james-w-macdonald-5106
Last seen 1 minute ago
United States

You need curl and curl-devel. For Redhat I believe the correct incantation is

sudo yum install curl curl-devel
ADD COMMENT
0
Entering edit mode

Thanks, worked like a charm.

curl was already installed, but curl-devel wasn't.

ADD REPLY
1
Entering edit mode
anastazie.d ▴ 30
@anastazied-10696
Last seen 2.9 years ago
Czechia

Or

sudo apt-get install libcurl4-openssl-dev

for Ubuntu

ADD COMMENT

Login before adding your answer.

Traffic: 829 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6