Re: [R] XML package installation -- an old question

2013-08-15 Thread Shi, Tao
bxml2-devel is missing.  Installation libxml2-devel solved the problem.  My mistake!  Sorry about that. Tao - Original Message - From: Duncan Temple Lang To: r-help@r-project.org Cc: Sent: Thursday, August 15, 2013 10:38 AM Subject: Re: [R] XML package installation -- an old que

Re: [R] XML package installation -- an old question

2013-08-15 Thread Duncan Temple Lang
Hi Tao In the same R session as you call install.packages(), what does system("which xml2-config", intern = TRUE) return? Basically, the error message from the configuration script for the XML package is complaining that it cannot find the executable xml2-config in your PATH. (You can also

[R] XML package installation -- an old question

2013-08-15 Thread Shi, Tao
Hi list, I have encountered the "Cannot find xml2-config" problem too during XML package installation on my 64-bit Redhat (v. 6.4) linux machine.  After looking through the old posts I checked all the necessary libraries and they all seem to be properly installed (see below).  I don't understan