[debian] installation module PERL

Résolu/Fermé
bob031 Messages postés 8158 Date d'inscription samedi 7 août 2004 Statut Membre Dernière intervention 1 septembre 2014 - 15 août 2007 à 20:55
bob031 Messages postés 8158 Date d'inscription samedi 7 août 2004 Statut Membre Dernière intervention 1 septembre 2014 - 15 août 2007 à 21:51
Bonjour,

Je m'amuse à compiler "Gcompris" à partir du fichier source (version la plus récente) !
https://gcompris.net/index-en.html


Mon souci :
j'ai besoin de XML::Parser pour compiler :

quelqu'un connaît une méthode "rapide et efficace" pour installer ce module (car je n'ai pas installé CPAN).

debian:/usr/src/gcompris-8.4BETA1# sh configure --prefix=/home/redfox/gcompris
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
-------
hecking for perl... /usr/bin/perl
checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool


D'avance merci.

:-))

3 réponses

lami20j Messages postés 21331 Date d'inscription jeudi 4 novembre 2004 Statut Modérateur, Contributeur sécurité Dernière intervention 30 octobre 2019 3 567
15 août 2007 à 21:02
A apprendre apt

lami20j@deb:~$ apt-cache search --names-only perl| grep parser
libbind-confparser-perl - Parser class for BIND configuration files
libcgi-ssi-parser-perl - used in CGI scripts for parsing SSI directives
libconfig-auto-perl - Magical config file parser
libdatetime-format-builder-perl - Create DateTime parser classes and objects
libgetopt-declare-perl - Getopt::Declare command line argument parser
libhtml-parser-perl - A collection of modules that parse HTML text documents
libhtml-simpleparse-perl - HTML::SimpleParse - a bare-bones HTML parser
libhtml-tokeparser-simple-perl - Perl module used to tokenize HTML documents
libmail-mbox-messageparser-perl - fast and simple mbox folder reader for perl
libmail-mboxparser-perl - Perl5 module for fast, object-oriented UNIX mailbox reading
libnmap-parser-perl - parse nmap scan data with perl
libparse-recdescent-perl - Generates recursive-descent parsers in Perl
libparse-yapp-perl - Perl module for creating fully reentrant LALR parser OO Perl modules
libpoe-filter-ircd-perl - a POE-based parser for the IRC protocol
libppi-xs-perl - XS acceleration for the PPI perl parser
libpsp-html-parser-perl - Version of HTML::Parser for PSP
libpsp-parser-perl - Libraries for psp-parser
libsgmls-perl - Perl modules for processing SGML parser output
libwww-indexparser-perl - Fetch and parse the directory index from a web server
libx500-dn-perl - X500::DN provides a pure perl parser and formatter for RFC 2253
libxml-feed-perl - Syndication feed parser and auto-discovery
libxml-mini-perl - Perl implementation of the MiniXML XML generator and parser
libxml-parser-perl - Perl module for parsing XML files
libxml-rsslite-perl - Lightweight, "relaxed" RSS (and XML-ish) parser
libxml-xerces-perl - Perl API to Xerces XML parser
perl-byacc - The Berkeley LALR parser generator, Perl version
libstar-parser-perl - STAR compliant data file parser for Perl
2
bob031 Messages postés 8158 Date d'inscription samedi 7 août 2004 Statut Membre Dernière intervention 1 septembre 2014 472
15 août 2007 à 21:51
OK !
Merci pour la commande ! Très pratique en effet !


:-))
0
lami20j Messages postés 21331 Date d'inscription jeudi 4 novembre 2004 Statut Modérateur, Contributeur sécurité Dernière intervention 30 octobre 2019 3 567
15 août 2007 à 20:59
Salut,
aptitude install libxml-parser-perl
1
bob031 Messages postés 8158 Date d'inscription samedi 7 août 2004 Statut Membre Dernière intervention 1 septembre 2014 472
15 août 2007 à 21:06
Salut,

Ecellent ! C'est passé !
Mille mercis lami20j !
Toujours aussi "rapide et efficace", je vois ! -:)

:-))

PS1 : J'avais pas trop envie de me taper la méthode CPAN !

PS2 : Pffffou : la compil sous debian c'est chaud ! les paquetages indiqués dans le fichier INSTALL ne correspondent pas ! Je galère graaaaaaaave .....mais c'est trop bien ! -DDDDDD
0