[BioC] 'multtest' installation problem

Glazko, Galina Galina_Glazko at URMC.Rochester.edu
Fri Aug 25 19:56:26 CEST 2006


Sean,

Thank you. 
If I try:

source('http://www.bioconductor.org/biocLite.R')
biocLite('multtest')
the error remains:
----------------------------------------------
Error in dyn.load(x, as.logical(local), as.logical(now)) : 
        unable to load shared library
'/a/R,v2.2.0/lib/R/library/multtest/libs/multtest.so':
  ld.so.1: R: fatal: libm.so.2: open failed: No such file or directory
Error in library("multtest") : .First.lib failed for 'multtest'
Error in dyn.unload(x) : dynamic/shared library
'/a/R,v2.2.0/lib/R/library/multtest/libs/multtest.so' was not loaded
----------------------------------------------
> sessionInfo()
R version 2.2.0, 2005-10-06, sparc-sun-solaris2.8 

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

[7] "datasets"  "base"     

other attached packages:
survival
  "2.20"
----------------------------------------------

Best regards
Galina

-----Original Message-----
From: Sean Davis [mailto:sdavis2 at mail.nih.gov] 
Sent: Friday, August 25, 2006 9:56 AM
To: Glazko, Galina; Bioconductor
Subject: Re: [BioC] 'multtest' installation problem




On 8/25/06 9:25 AM, "Glazko, Galina" <Galina_Glazko at urmc.rochester.edu>
wrote:

> Dear list,
> 
>  
> 
> I am trying to install 'multtest' package under Unix and I am getting
an
> error message:

Galina,

You should probably include the output of sessionInfo() in emails to the
list--it helps people to know what system, version, and installed
packages
you are using.

What happens if you do this to install:

 source('http://www.bioconductor.org/biocLite.R')
 biocLite('multtest')

Do you get the same error when you try to do library(multtest)?

Sean



More information about the Bioconductor mailing list