[BioC] 'multtest' installation problem

Kasper Daniel Hansen khansen at stat.Berkeley.EDU
Fri Aug 25 21:24:25 CEST 2006


(After spending some time confusing this with some other error)

This is because the package includes the CFLAG flag "-lm" which tells  
the compiler to link against libm which apparently does not exists on  
your box. Now, to continue it will be helpful if you could  
cut'n'paste the compilation message you should get when you run  
biocLite. This may be due to the compiler you are using or whatever.

Kasper



On Aug 25, 2006, at 10:56 AM, Glazko, Galina wrote:

> 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
>
> _______________________________________________
> Bioconductor mailing list
> Bioconductor at stat.math.ethz.ch
> https://stat.ethz.ch/mailman/listinfo/bioconductor
> Search the archives: http://news.gmane.org/ 
> gmane.science.biology.informatics.conductor



More information about the Bioconductor mailing list