Skip to content
Back to formatted view

Raw Message

Message-ID: <AANLkTineixEr1EcGTTEvxMiWbp36_bs+6GeQTOjkhj34@mail.gmail.com>
Date: 2010-10-05T11:01:03Z
From: Rainer Stuetz
Subject: xml package not install
In-Reply-To: <AANLkTikEhVhpwenQ9omqudzrEv=h+J7VP89K51-x-yxU@mail.gmail.com>

On Mon, Oct 4, 2010 at 10:15 PM, Ricardo Rodr?guez
<ricardorodot02 at gmail.com> wrote:
> hi all, I have problems with ?installation of package 'XML' ?and I need as
> rgdal not working with grass for lack of this package suggestions.
>
> * installing *source* package ?XML? ...
> ....
> checking for xml2-config... no
> Cannot find xml2-config
> ERROR: configuration failed for package ?XML?

The xml2-config script installed by LIBXML could not be found on your system.
You didn't specify your distribution, but for example in Debian/Ubuntu
you need to
install the libxml2-dev package:

> apt-file search xml2-config
libxml2-dev: /usr/bin/xml2-config
libxml2-dev: /usr/share/man/man1/xml2-config.1.gz
> sudo apt-get install libxml2-dev

Also see this: http://cran.r-project.org/web/packages/XML/INSTALL

HTH,
Rainer