[R] Re: installing XML in linux
0
0
Entering edit mode
@duncan-temple-lang-330
Last seen 9.6 years ago
Robert Burrows wrote: > On 9 Jun 2003, Douglas Bates wrote: > > > You will need to install the Debian package libxml-dev before you can > > install the R XML package. > > and note that the package is really looking for 'libxml/parser.h'. On my > machine, for example, parser.h is in /usr/include/libxml2/libxml/, so I > have LIBXML_INCDIR=/usr/include/libxml2. Thanks for pointing out the fact that one can set LIBXML_INCDIR and it is definitely a good thing. In this particular case, however, I hope that the configuration should work automatically without any additional manual settings. The configure script should be using xml2-config --cflags and that should return -I/usr/include/libxml2 and libxml/parser.h is then duly found within that directory. If this isn't the case, I'd be happy to find out and change things. Unfortunately, conflicts between libxml and libxml2, use of libxml/ and gnome-xml/, etc... make this a complex configuration. > > -- > Robert Burrows, PhD > New England Biometrics > rbb@nebiometrics.com > > ______________________________________________ > R-help@stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help -- _______________________________________________________________ Duncan Temple Lang duncan@research.bell-labs.com Bell Labs, Lucent Technologies office: (908)582-3217 700 Mountain Avenue, Room 2C-259 fax: (908)582-3340 Murray Hill, NJ 07974-2070 http://cm.bell-labs.com/stat/duncan
• 1.0k views
ADD COMMENT

Login before adding your answer.

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