Voilà j'aurais besoin d'installer Inline::Lua car c'est un langage que je connais bien mais je dois l'implémenter dans un script qui fait des choses que Lua ne peut faire seul.
J'ai donc installé Lua puis essayé de l'installer via ppm mais il ne le trouve pas.
J'ai donc utilisé le module cpan pour l'installer. Mais voilà l'erreur que j'obtiens.

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
cpan> install Inline::Lua
Running install for module 'Inline::Lua'
Running make for V/VP/VPARSEVAL/Inline-Lua-0.04.tar.gz
Checksum for C:\strawberry\cpan\sources\authors\id\V\VP\VPARSEVAL\Inline-Lua-0.0
4.tar.gz ok
Scanning cache C:\strawberry\cpan\build for sizes
............................................................................DONE
 
 
  CPAN.pm: Going to build V/VP/VPARSEVAL/Inline-Lua-0.04.tar.gz
 
'lua-config' n'est pas reconnu en tant que commande interne
ou externe, un programme exécutable ou un fichier de commandes.
'lua-config' n'est pas reconnu en tant que commande interne
ou externe, un programme exécutable ou un fichier de commandes.
Le chemin d'accès spécifié est introuvable.
*******************************************
Couldn't find a working Lua installation
on this matchine. This is required for
this module.
 
To obtain it, go to
    http://www.lua.org/download.html
*******************************************
Warning: No success on command[C:\strawberry\perl\bin\perl.exe Makefile.PL]
  VPARSEVAL/Inline-Lua-0.04.tar.gz
  C:\strawberry\perl\bin\perl.exe Makefile.PL -- NOT OK
Running make test
  Make had some problems, won't test
Running make install
  Make had some problems, won't install
Failed during this command:
 VPARSEVAL/Inline-Lua-0.04.tar.gz             : writemakefile NO 'C:\strawberry\
perl\bin\perl.exe Makefile.PL' returned status 256
Ce qui m'étonne c'est que j'ai vérifié et dans le Path via le panneau de configuration et dans le terminal

Merci d'avance à ceux qui pourront m'aider.