Re: [R] Problem installing XML in Ubuntu 10.10

2011-04-25 Thread Phil Spector
Many of the libraries that are packaged by the various Linux distributions come in two forms: 1) The basic library, which can be used by any program that has been built to access the library, and 2) development versions (ending in -dev on Debian based systems, and -devel on Red Hat based s

Re: [R] Problem installing XML in Ubuntu 10.10

2011-04-25 Thread Ben Tupper
Hi, On Apr 25, 2011, at 6:38 PM, Abraham Mathew wrote: This is kind of a second question (yeah, I know), but I also get a similar error when I try to install the RCurl package * installing *source* package ‘RCurl’ ... checking for curl-config... no Cannot find curl-config ERROR: configuratio

Re: [R] Problem installing XML in Ubuntu 10.10

2011-04-25 Thread Jim Lemon
On 04/26/2011 09:19 AM, Rolf Turner wrote: ... So either something's not working properly or I'm still not understanding what I should be doing. Enlightenment? When the sender and the receiver understand what is being said, that is communication. When the sender understands, but the receiver do

Re: [R] Problem installing XML in Ubuntu 10.10

2011-04-25 Thread Rolf Turner
On 26/04/11 10:46, Dirk Eddelbuettel wrote: On 25 April 2011 at 17:39, Abraham Mathew wrote: | Hello folks, | | | Here's is info on what system I'm working on. |> sessionInfo() | R version 2.13.0 (2011-04-13) | Platform: i686-pc-linux-gnu (32-bit) | | | I'm trying to install the XML package. How

Re: [R] Problem installing XML in Ubuntu 10.10

2011-04-25 Thread Abraham Mathew
This is kind of a second question (yeah, I know), but I also get a similar error when I try to install the RCurl package * installing *source* package ‘RCurl’ ... checking for curl-config... no Cannot find curl-config ERROR: configuration failed for package ‘RCurl’ * removing ‘/home/abraham/R/i686

Re: [R] Problem installing XML in Ubuntu 10.10

2011-04-25 Thread Dirk Eddelbuettel
On 25 April 2011 at 17:39, Abraham Mathew wrote: | Hello folks, | | | Here's is info on what system I'm working on. | > sessionInfo() | R version 2.13.0 (2011-04-13) | Platform: i686-pc-linux-gnu (32-bit) | | | I'm trying to install the XML package. However, I end up with the following | error

Re: [R] Problem installing XML in Ubuntu 10.10

2011-04-25 Thread Phil Spector
sudo apt-get install libcurl4-openssl-dev - Phil Spector Statistical Computing Facility Department of Statistics UC Berkeley

Re: [R] Problem installing XML in Ubuntu 10.10

2011-04-25 Thread Phil Spector
Abraham - sudo apt-get install libxml2-dev is what you need to get the development libraries and xml2-config installed on your Ubuntu machine. - Phil On Mon, 25 Apr 2011, Abraham Mathew wrote: Hello folks, Here's is info on what system I'm wo

[R] Problem installing XML in Ubuntu 10.10

2011-04-25 Thread Abraham Mathew
Hello folks, Here's is info on what system I'm working on. > sessionInfo() R version 2.13.0 (2011-04-13) Platform: i686-pc-linux-gnu (32-bit) I'm trying to install the XML package. However, I end up with the following error message. > install.packages("XML") checking for xml2-config... no