Hello!
I downloaded a package "multtest" (from bioconductor.org) in R, and
installed it by 'R CMD <package>' (after unzipping and taring).
The problem is when I say 'library(multtest)' in R, the following error
is
generated:
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
"/usr/local/bin/R-1.4.1/library/multtest/libs/multtest.so":
/usr/local/bin/R-1.4.1/library/multtest/libs/multtest.so: ELF file data
encoding not little-endian
Error in library(multtest) : .First.lib failed
All the other packages (from bioconductor.org) work fine. I am wondering
if you could suggest me something about it.
Thanks.
Nitin
================================================================ N NN
Nitin Jain 1800 J.P.A. Apt # 26 NN N
njain at virginia.edu Charlottesville N N N
Bio-medical Engineering Ph. (434)243-9977 (O) N N N
Graduate Student (434)244-2844 (R) N N N
University of Virginia VA - 22903 N NN
http://www.people.virginia.edu/~nj7w USA NN N
=============================================================== " THERE WAS
NEVER A NIGHT OR A PROBLEM THAT COULD DEFEAT SUNRISE OR HOPE. "
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at
stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Hello!
I downloaded a package "multtest" in R, and installed it by 'R
CMD
<package>' (after unzipping and taring).
The problem is when I say 'library(multtest)' in R, the following error
is
generated:
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
"/usr/local/bin/R-1.4.1/library/multtest/libs/multtest.so":
/usr/local/bin/R-1.4.1/library/multtest/libs/multtest.so: ELF file data
encoding not little-endian
Error in library(multtest) : .First.lib failed
I am wondering if you could suggest me something about it.
Thanks in advance,
Nitin
================================================================ N NN
Nitin Jain 1800 J.P.A. Apt # 26 NN N
njain at virginia.edu Charlottesville N N N
Bio-medical Engineering Ph. (434)243-9977 (O) N N N
Graduate Student (434)244-2844 (R) N N N
University of Virginia VA - 22903 N NN
http://www.people.virginia.edu/~nj7w USA NN N
=============================================================== " THERE WAS
NEVER A NIGHT OR A PROBLEM THAT COULD DEFEAT SUNRISE OR HOPE. "
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at
stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
On Wed, Mar 06, 2002 at 09:13:01AM -0500, Nitin Jain wrote:> Hello! > > I downloaded a package "multtest" (from bioconductor.org) in R, and > installed it by 'R CMD <package>' (after unzipping and taring). > The problem is when I say 'library(multtest)' in R, the following error is > generated: > > Error in dyn.load(x, as.logical(local), as.logical(now)) : > unable to load shared library > "/usr/local/bin/R-1.4.1/library/multtest/libs/multtest.so": > /usr/local/bin/R-1.4.1/library/multtest/libs/multtest.so: ELF file data > encoding not little-endian > Error in library(multtest) : .First.lib failed >Hi, it seems that you have uncovered a bug in our distribution mechanism. We will fix this asap. What has happened is that you have received .o and .so files that you should not have received. If you untar the file, then cd into multtest/src and do rm *.o multtest.so (to remove the offending files) then cd back up, R CMD INSTALL multtest you should be fine. Thanks for the report and sorry for the inconvenience. Robert> All the other packages (from bioconductor.org) work fine. I am wondering > if you could suggest me something about it. > > Thanks. > Nitin > > ================================================================ N NN > Nitin Jain 1800 J.P.A. Apt # 26 NN N > njain at virginia.edu Charlottesville N N N > Bio-medical Engineering Ph. (434)243-9977 (O) N N N > Graduate Student (434)244-2844 (R) N N N > University of Virginia VA - 22903 N NN > http://www.people.virginia.edu/~nj7w USA NN N > ===============================================================> " THERE WAS NEVER A NIGHT OR A PROBLEM THAT COULD DEFEAT SUNRISE OR HOPE. " > > > > -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- > r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html > Send "info", "help", or "[un]subscribe" > (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch > _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._-- +---------------------------------------------------------------------------+ | Robert Gentleman phone : (617) 632-5250 | | Associate Professor fax: (617) 632-2444 | | Department of Biostatistics office: M1B28 | Harvard School of Public Health email: rgentlem at jimmy.dfci.harvard.edu | +---------------------------------------------------------------------------+ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
I believe the problem is that the gzipped tar file includes *.o and
*.so files, which are apparently not appropriate for your system (which
you did not describe, by the way). Try deleting those files and then
use R CMD INSTALL multtest.
R. Woodrow Setzer, Jr. Phone:
(919) 541-0128
Experimental Toxicology Division Fax: (919)
541-5394
Pharmacokinetics Branch
NHEERL MD-74; US EPA; RTP, NC 27711
Nitin Jain
<nj7w at virginia.edu> To: r-help at
stat.math.ethz.ch
Sent by: cc:
owner-r-help at stat.ma Subject: [R] Problem in
.First.lib
th.ethz.ch
03/06/02 09:13 AM
Hello!
I downloaded a package "multtest" (from bioconductor.org) in R, and
installed it by 'R CMD <package>' (after unzipping and taring).
The problem is when I say 'library(multtest)' in R, the following error
is
generated:
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
"/usr/local/bin/R-1.4.1/library/multtest/libs/multtest.so":
/usr/local/bin/R-1.4.1/library/multtest/libs/multtest.so: ELF file
data
encoding not little-endian
Error in library(multtest) : .First.lib failed
All the other packages (from bioconductor.org) work fine. I am wondering
if you could suggest me something about it.
Thanks.
Nitin
================================================================ N
NN
Nitin Jain 1800 J.P.A. Apt # 26 NN
N
njain at virginia.edu Charlottesville N N
N
Bio-medical Engineering Ph. (434)243-9977 (O) N N
N
Graduate Student (434)244-2844 (R) N N
N
University of Virginia VA - 22903 N
NN
http://www.people.virginia.edu/~nj7w USA NN
N
=============================================================== " THERE WAS
NEVER A NIGHT OR A PROBLEM THAT COULD DEFEAT SUNRISE OR
HOPE. "
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
-.-.-.-
r-help mailing list -- Read
http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at
stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._.
_._._._
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at
stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._