install biomaRt failed - configuration failed for XML and RCurl
1
0
Entering edit mode
Seth Falcon ★ 7.4k
@seth-falcon-992
Last seen 9.6 years ago
"zhihua li" <lzhtom at="" hotmail.com=""> writes: > Hi, netters, > > recently i've been trying to install biomaRt. I'm using Suse and have > R 2.3.0 installed. > >> source("http://www.bioconductor.org/biocLite.R") >> biocLite("biomaRt") > > Then I was told XML and RCurl are dependencies. And the program > proceeded to download XML,RCurl and biomaRt, followed by installing > them one by one. but when XML was being installed, an error message > came up: > > checking for xml2-config... no > Cannot find xml2-config > ERROR: configuration failed for package 'XML' > > The same for RCurl. And then, not surprisingly, installation of > biomaRt failed too. > > I don't know what happened. It seems that XML and RCurl has been > downloaded, and all the other checkings were ok, except for the > configuration files. Could anyone tell me how to solve the > problem? XML and RCurl both depend on system libraries which are missing on your system. Try installing libxml and libcurl. You should be able to find rpms for this. You want the rpm packages that have the development headers. + seth
biomaRt biomaRt • 1.6k views
ADD COMMENT
0
Entering edit mode
zhihua li ▴ 120
@zhihua-li-1129
Last seen 9.6 years ago
thanks netters. my system is x86_64-unknown-linux-gnu, SUSE LINUX 10.0. i tried yast2 but couldn't find corresponding library files for libxml2 and librcurl. does anyone know about some source containing these packages? thank you very much! >From: Diego Diez <diez at="" kuicr.kyoto-u.ac.jp=""> >To: zhihua li <lzhtom at="" hotmail.com=""> >Subject: Re: [BioC] install biomaRt failed - configuration failed for XML and RCurl >Date: Wed, 13 Sep 2006 11:56:22 +0900 > >Hi Zhihua, > >On Sep 13, 2006, at 10:41 AM, zhihua li wrote: > >>Hi, netters, >> >>recently i've been trying to install biomaRt. I'm using Suse and >>have R 2.3.0 installed. >> >>>source("http://www.bioconductor.org/biocLite.R") >>>biocLite("biomaRt") >> >>Then I was told XML and RCurl are dependencies. And the program >>proceeded to download XML,RCurl and biomaRt, followed by installing >> them one by one. but when XML was being installed, an error >>message came up: >> >>checking for xml2-config... no >>Cannot find xml2-config >>ERROR: configuration failed for package 'XML' >> >>The same for RCurl. And then, not surprisingly, installation of >>biomaRt failed too. >> >>I don't know what happened. It seems that XML and RCurl has been >>downloaded, and all the other checkings were ok, except for the >>configuration files. Could anyone tell me how to solve the >>problem? >> >>Thank you very much! > > >You need to give some more information about your system, try the >output of sessionInfo(). Anyway, it seems that the building script >cannot find the development libraries for libxml2 which are needed >for building the XML package. You may need to install it if it is >not. > >HTH, > >Diego. > >
ADD COMMENT
0
Entering edit mode
Hi, Which source is your Yast using? I find libxml2 with my X86_64 SUSE 10.0 using Yast and the following source: http://mirrors.kernel.org/opensuse/distribution/SL-10.0-OSS/inst- source You can download Curl from: http://curl.haxx.se/download.html Cheers, Steffen zhihua li wrote: > thanks netters. > > my system is x86_64-unknown-linux-gnu, SUSE LINUX 10.0. > > i tried yast2 but couldn't find corresponding library files for > libxml2 and librcurl. does anyone know about some source containing > these packages? > > thank you very much! > >> From: Diego Diez <diez at="" kuicr.kyoto-u.ac.jp=""> >> To: zhihua li <lzhtom at="" hotmail.com=""> >> Subject: Re: [BioC] install biomaRt failed - configuration failed for >> XML > and RCurl >> Date: Wed, 13 Sep 2006 11:56:22 +0900 >> >> Hi Zhihua, >> >> On Sep 13, 2006, at 10:41 AM, zhihua li wrote: >> >>> Hi, netters, >>> >>> recently i've been trying to install biomaRt. I'm using Suse and >>> have R 2.3.0 installed. >>> >>>> source("http://www.bioconductor.org/biocLite.R") >>>> biocLite("biomaRt") >>> >>> Then I was told XML and RCurl are dependencies. And the program >>> proceeded to download XML,RCurl and biomaRt, followed by installing >>> them one by one. but when XML was being installed, an error message >>> came up: >>> >>> checking for xml2-config... no >>> Cannot find xml2-config >>> ERROR: configuration failed for package 'XML' >>> >>> The same for RCurl. And then, not surprisingly, installation of >>> biomaRt failed too. >>> >>> I don't know what happened. It seems that XML and RCurl has been >>> downloaded, and all the other checkings were ok, except for the >>> configuration files. Could anyone tell me how to solve the problem? >>> >>> Thank you very much! >> >> >> You need to give some more information about your system, try the >> output of sessionInfo(). Anyway, it seems that the building script >> cannot find the development libraries for libxml2 which are needed >> for building the XML package. You may need to install it if it is not. >> >> HTH, >> >> Diego. >> >> > > -------------------------------------------------------------------- ---- > > _______________________________________________ > 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 -- Steffen Durinck, Ph.D. Oncogenomics Section Pediatric Oncology Branch National Cancer Institute, National Institutes of Health URL: http://home.ccr.cancer.gov/oncology/oncogenomics/ Phone: 301-402-8103 Address: Advanced Technology Center, 8717 Grovemont Circle Gaithersburg, MD 20877
ADD REPLY
0
Entering edit mode
Hi zhihua, On a SUSE system, you need to install the libxml2-devel and curl-devel RPMs if you want to be able to install the XML and RCurl R packages. Best, H. zhihua li wrote: > thanks netters. > > my system is x86_64-unknown-linux-gnu, SUSE LINUX 10.0. > > i tried yast2 but couldn't find corresponding library files for > libxml2 and librcurl. does anyone know about some source containing > these packages? > > thank you very much! > >> From: Diego Diez <diez at="" kuicr.kyoto-u.ac.jp=""> >> To: zhihua li <lzhtom at="" hotmail.com=""> >> Subject: Re: [BioC] install biomaRt failed - configuration failed for >> XML > and RCurl >> Date: Wed, 13 Sep 2006 11:56:22 +0900 >> >> Hi Zhihua, >> >> On Sep 13, 2006, at 10:41 AM, zhihua li wrote: >> >>> Hi, netters, >>> >>> recently i've been trying to install biomaRt. I'm using Suse and >>> have R 2.3.0 installed. >>> >>>> source("http://www.bioconductor.org/biocLite.R") >>>> biocLite("biomaRt") >>> >>> Then I was told XML and RCurl are dependencies. And the program >>> proceeded to download XML,RCurl and biomaRt, followed by installing >>> them one by one. but when XML was being installed, an error message >>> came up: >>> >>> checking for xml2-config... no >>> Cannot find xml2-config >>> ERROR: configuration failed for package 'XML' >>> >>> The same for RCurl. And then, not surprisingly, installation of >>> biomaRt failed too. >>> >>> I don't know what happened. It seems that XML and RCurl has been >>> downloaded, and all the other checkings were ok, except for the >>> configuration files. Could anyone tell me how to solve the problem? >>> >>> Thank you very much! >> >> >> You need to give some more information about your system, try the >> output of sessionInfo(). Anyway, it seems that the building script >> cannot find the development libraries for libxml2 which are needed >> for building the XML package. You may need to install it if it is not. >> >> HTH, >> >> Diego. >> >> > > -------------------------------------------------------------------- ---- > > _______________________________________________ > 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 -- ------------------------ Herv?? Pag??s E-mail: hpages at fhcrc.org Phone: (206) 667-5791 Fax: (206) 667-1319
ADD REPLY

Login before adding your answer.

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