Mailinglist Archive: opensuse (4749 mails)

< Previous Next >
Re: [SLE] perl-XML-libXML?
  • From: Togan Muftuoglu <toganm@xxxxxxxxxxxx>
  • Date: Fri, 2 May 2003 00:32:43 +0300
  • Message-id: <20030501213243.GC1375@xxxxxxxxxxxx>
* Curtis Rey; <crrey@xxxxxxxxxxx> on 30 Apr, 2003 wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I need to install the perl-XML-libXML packages but it isn't included in the SuSE 8.1 discs and I am unsure what package provides it or if I can find it as a independent/stand-alone packages.
Does anyone know where/how I can find this lib?

type the following in a term (console Xterm mlterm)

$ perl -MCPAN -e shell;

( if you have not configured CPAN it will ask couple of questions if you
answer prerequisites_policy "follow" CPAN will get the necessary
packages for you. )
type

cpan> i XML::LibXML
this will give you the information about the package

cpan> make XML::LibXML

will get the package along with the missing parts also if you look to
CPAN documentation "man CPAN" you can have other info as howto install
packages as user.


Alternatively get cpan2rpm from ftp://dinamizm.ath.cx so you can build
RPMS of the packages (note that cpan2rpm also depends on your cpan
configuration)

Hope this helps

--

Togan Muftuoglu
Unofficial SuSE FAQ Maintainer
http://dinamizm.ath.cx



< Previous Next >
Follow Ups