'multtest' installation problem
2
0
Entering edit mode
@glazko-galina-1653
Last seen 9.6 years ago
An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/bioconductor/attachments/20060825/ 5141bc20/attachment.pl
• 1.0k views
ADD COMMENT
0
Entering edit mode
@sean-davis-490
Last seen 3 months ago
United States
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
ADD COMMENT
0
Entering edit mode
@glazko-galina-1653
Last seen 9.6 years ago
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@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
ADD COMMENT
0
Entering edit mode
(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
ADD REPLY

Login before adding your answer.

Traffic: 418 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