SOS! ça doit faire un bout de temps que je n'ai plus manipulé une
commande pour mettre un fichier dans un chemin PATH et voilà
qu'installant un programme, je bute sur cette fin de non-recevoir:
*** The xml2-config script installed by LIBXML could not be found
*** If libxml was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the XML2_CONFIG environment variable to the
*** full path to xml2-config.
configure: error: Cannot find libxml: Is xml-config in path?
Donc il me faut indiquer le PATH de xml-config; et là je sèèèche...
Qqun a-t-il la mémoire moins ramollie que moi?
Cette action est irreversible, confirmez la suppression du commentaire ?
Signaler le commentaire
Veuillez sélectionner un problème
Nudité
Violence
Harcèlement
Fraude
Vente illégale
Discours haineux
Terrorisme
Autre
g.patel
On Sat, 27 Sep 2003 19:23:54 +0200, Bernard wrote:
*** The xml2-config script installed by LIBXML could not be found *** If libxml was installed in PREFIX, make sure PREFIX/bin is in *** your path, or set the XML2_CONFIG environment variable to the *** full path to xml2-config. configure: error: Cannot find libxml: Is xml-config in path?
Donc il me faut indiquer le PATH de xml-config
D'abord déterminer si xml-config est présent. Utiliser where et/ou find pour ça. Ensuite, d'après ce que dit le script :
set the XML2_CONFIG environment variable to the *** full path to xml2-config.
il faudrait quelque chose comme export XML2_CONFIG=/chemin/de/xml2-config
Gerard
On Sat, 27 Sep 2003 19:23:54 +0200, Bernard <bameylan@bluewin.ch>
wrote:
*** The xml2-config script installed by LIBXML could not be found
*** If libxml was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the XML2_CONFIG environment variable to the
*** full path to xml2-config.
configure: error: Cannot find libxml: Is xml-config in path?
Donc il me faut indiquer le PATH de xml-config
D'abord déterminer si xml-config est présent.
Utiliser where et/ou find pour ça.
Ensuite, d'après ce que dit le script :
set the XML2_CONFIG environment variable to the
*** full path to xml2-config.
il faudrait quelque chose comme
export XML2_CONFIG=/chemin/de/xml2-config
On Sat, 27 Sep 2003 19:23:54 +0200, Bernard wrote:
*** The xml2-config script installed by LIBXML could not be found *** If libxml was installed in PREFIX, make sure PREFIX/bin is in *** your path, or set the XML2_CONFIG environment variable to the *** full path to xml2-config. configure: error: Cannot find libxml: Is xml-config in path?
Donc il me faut indiquer le PATH de xml-config
D'abord déterminer si xml-config est présent. Utiliser where et/ou find pour ça. Ensuite, d'après ce que dit le script :
set the XML2_CONFIG environment variable to the *** full path to xml2-config.
il faudrait quelque chose comme export XML2_CONFIG=/chemin/de/xml2-config