IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Langage Perl Discussion :

Installer Perl sous windows


Sujet :

Langage Perl

  1. #1
    Membre du Club
    Profil pro
    Inscrit en
    Février 2005
    Messages
    85
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2005
    Messages : 85
    Points : 62
    Points
    62
    Par défaut Installer Perl sous windows
    Bonjour,

    Je viens de récupérer un script perl pour convertir du htlm en jpeg.
    Pour linux il y a le mod_perl d'apache pour executer du perl.
    Mais moi je code sous windows et je souhaiterai installer le mod_perl sur mon serveur apache window mais je ne trouve pas de source pour windows du mod_perl.


    Merci

  2. #2
    vic
    vic est déconnecté
    Membre confirmé

    Profil pro
    Inscrit en
    Août 2002
    Messages
    431
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Août 2002
    Messages : 431
    Points : 498
    Points
    498
    Par défaut
    Si tu veux juste exécuter ton script seul, pas besoin d'Apache ! Il ne sert que si tu veux utiliser ton script en CGI.

    Pour perl sous windows il faut installer activeperl, en téléchargement sur ce site : http://www.activestate.com/Products/ActivePerl/?mp=1

  3. #3
    Membre du Club
    Profil pro
    Inscrit en
    Février 2005
    Messages
    85
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2005
    Messages : 85
    Points : 62
    Points
    62
    Par défaut
    J'ai deja installer ca, mais je veux utiliser le script en CGI.
    Je vais pas faire que les utilisateur ai acces à exec en php à chaque fois pour utiliser un script perl.
    Je pensais que le mod_cgi et le mod_perl etait deux chose différente.
    Mais sous windows si je cromprend bien le mod_perl n'existe pas il faut que je configure apache pour executer du cgi?

  4. #4
    Expert éminent
    Avatar de Jedai
    Homme Profil pro
    Enseignant
    Inscrit en
    Avril 2003
    Messages
    6 245
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Côte d'Or (Bourgogne)

    Informations professionnelles :
    Activité : Enseignant

    Informations forums :
    Inscription : Avril 2003
    Messages : 6 245
    Points : 8 586
    Points
    8 586
    Par défaut
    Sisi, mod_perl est tout à fait accessible sous Windows !! Installe ActivePerl, puis...
    En fait suis juste les explications donnés à cette adresse :
    http://perl.apache.org/download/binaries.html#Win32_Active_Perl

    Juste comme ça mais ne le prend pas mal :
    (parfois j'ai l'impression de servir de moteur de recherche avec certain message...)

    --
    Jedaï

  5. #5
    Membre du Club
    Profil pro
    Inscrit en
    Février 2005
    Messages
    85
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2005
    Messages : 85
    Points : 62
    Points
    62
    Par défaut
    c vrai mais quand on s'est pas se qu'on cherche c dur de trouver.
    Merci pour le lien Googleman
    Normalement l'installation en module c mieux en matière de sécurité et de rapidité qu'en CGI.
    Donc il vaut mieux installer perl en module?

  6. #6
    Membre du Club
    Profil pro
    Inscrit en
    Février 2005
    Messages
    85
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2005
    Messages : 85
    Points : 62
    Points
    62
    Par défaut
    Je raconte de la merde en fait tu peut utiliser perl sous apache que en module cgi ou perl.
    Bref mod_perl mieux que mod_cgi.

  7. #7
    Membre du Club
    Profil pro
    Inscrit en
    Février 2005
    Messages
    85
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2005
    Messages : 85
    Points : 62
    Points
    62
    Par défaut
    bien sur j'ai des probleme pour installer le mod_perl.
    J'ai suivi les instrction qui sont la :
    http://<br /> http://perl.apache.or...32_Active_Perl

    J'ai installer Active Perl
    J'ai téléchargé l'archive modperl-2.0_20050717163453.tar.gz
    J'ai télécharger le mod_perl.so

    Je decompresse l'archive modperl-2.0_20050717163453.tar.gz dans c:\toto

    Mon serveur Apache est dans ici : c:\titi\apache2

    je lance cmd
    Je tape
    cd c:\toto
    puis
    Perl Makefile.PL MP_AP_PREFIX=c:\titi\Apache2
    Il me demande ca
    Install apxs now? [yes]
    Je met yes et la c'est le drame l'invite de commande me nargue avec ce message d'erreur:

    Download of http://perl.apache.org/dist/win32-bin/apxs_win32.tar.gz failed at C:
    \1\build\win32_fetch_apxs line 69, <STDIN> line 1.
    Fetching http://perl.apache.org/dist/win32-bin/apxs_win32.tar.gz ... system C:\Serveur\Perl\bin\perl.exe C:\1\build\win32_fetch_apxs --with-apache2=C:\Serveur\Apache2 failed: 19456 at Makefile.PL line 600,
    <DATA> line 23.

    Merci[/url]

  8. #8
    Expert éminent
    Avatar de Jedai
    Homme Profil pro
    Enseignant
    Inscrit en
    Avril 2003
    Messages
    6 245
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Côte d'Or (Bourgogne)

    Informations professionnelles :
    Activité : Enseignant

    Informations forums :
    Inscription : Avril 2003
    Messages : 6 245
    Points : 8 586
    Points
    8 586
    Par défaut
    J'avais pourtant l'impression que je t'avais pointé la meilleure méthode sous Windows, autrement dit l'emploi de 'ppm' et non l'installation à partir des sources (je n'ose imaginer le cauchemard)....
    Je t'avais pointé cette méthode là :
    http://perl.apache.org/docs/2.0/os/win32/install.html#PPM_Packages

    Et utilise donc leur script mpinstall, je pense qu'il fera ça mieux que toi...

    (et tu trouves que chercher "mod_perl" sous Google c'est dur ?)

    --
    Jedaï

  9. #9
    Membre du Club
    Profil pro
    Inscrit en
    Février 2005
    Messages
    85
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2005
    Messages : 85
    Points : 62
    Points
    62
    Par défaut
    Excuse moi de t'embeter encore une fois Jedai
    Mais oui t'a bien pointé au bonne endroit et comme cette methode ne marchait pas j'ai utilisé l'autre methode.

    J'ai taper probablement n'importe quoi.
    au debut j'ai fait ca
    C:\> ppm install http://theoryx5.uwinnipeg.ca/ppms/mod_perl.ppd
    marche pas
    puis ca
    C:\>mpinstall.pl install http://theoryx5.uwinnipeg.ca/ppms/mod_perl.ppd
    mpinstall.pl etant le fichier suivant :
    http://perl.apache.org/docs/2.0/os/win32/mpinstall

    Et la j'ai un message :
    Bareword found where operator expected at C:\mpinstall.pl line 2, near ")http"
    (Missing operator before http?)
    Bareword found where operator expected at C:\mpinstall.pl line 2, near "//perl"
    (Missing operator before perl?)
    Bareword found where operator expected at C:\mpinstall.pl line 5, near ""MSHTML
    6.00.2800.1505" name"
    (Missing operator before name?)
    syntax error at C:\mpinstall.pl line 2, near ")http"
    "use" not allowed in expression at C:\mpinstall.pl line 14, at end of line
    BEGIN not safe after errors--compilation aborted at C:\mpinstall.pl line 15.

    Me cri pas dessus s'il te plait cmd le fait déjà
    et tu trouves que chercher "mod_perl" sous Google c'est dur ?)
    Pour repondre a ta question j'ai la mauvaise habitude d'ignorer les reponse de google en anglais parce que je suis une merde dans cette matiere.

    Merci[/quote]

  10. #10
    Expert éminent
    Avatar de Jedai
    Homme Profil pro
    Enseignant
    Inscrit en
    Avril 2003
    Messages
    6 245
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Côte d'Or (Bourgogne)

    Informations professionnelles :
    Activité : Enseignant

    Informations forums :
    Inscription : Avril 2003
    Messages : 6 245
    Points : 8 586
    Points
    8 586
    Par défaut
    Pour repondre a ta question j'ai la mauvaise habitude d'ignorer les reponse de google en anglais parce que je suis une merde dans cette matiere.
    Pas besoin de comprendre l'anglais :
    Tu prend la première réponse de Google (qui a un look tout à fait "officiel", faut toujours remonter à la source)
    Tu vas sur "Download"
    Tu vas sur "Binary machin truc" parce que tu sais bien que tu arriveras pas à compiler quoique ce soit sous Windows (ou en tout cas à le faire marcher...).

    C'est pas si dur !!
    De toute façon il vaut mieux que tu t'habitues au plus tôt : les 4/5 des docs sont en anglais, et ce sont les meilleures... Alors si tu trouves en Français c'est bien, mais apprends l'anglais et tu auras beaucoup plus de chance de trouver.


    C:\> ppm install http://theoryx5.uwinnipeg.ca/ppms/mod_perl.ppd
    marche pas
    C'est pas très clair.... Quel est le problème ??

    --
    Jedaï

  11. #11
    Membre du Club
    Profil pro
    Inscrit en
    Février 2005
    Messages
    85
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2005
    Messages : 85
    Points : 62
    Points
    62
    Par défaut
    En fait quand je tape ca
    C:\> ppm install http://theoryx5.uwinnipeg.ca/ppms/mod_perl.ppd
    marche pas
    J'ai ceci qui apprait
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
     
    Error: No valid repositories:
    Error: 500 Can't connect to ppm.ActiveState.com:80 (connect: Unknown error
    Error: 500 Can't connect to ppm.ActiveState.com:80 (connect: Unknown error
    Merci

  12. #12
    Expert éminent
    Avatar de Jedai
    Homme Profil pro
    Enseignant
    Inscrit en
    Avril 2003
    Messages
    6 245
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Côte d'Or (Bourgogne)

    Informations professionnelles :
    Activité : Enseignant

    Informations forums :
    Inscription : Avril 2003
    Messages : 6 245
    Points : 8 586
    Points
    8 586
    Par défaut
    Ok... Qu'est ce qui s'affiche si tu tapes :
    "ppm"
    puis que tu tapes
    "rep"
    au prompt ?

    --
    Jedaï

  13. #13
    Membre du Club
    Profil pro
    Inscrit en
    Février 2005
    Messages
    85
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2005
    Messages : 85
    Points : 62
    Points
    62
    Par défaut
    J'ai ceci quanq je tape ppm à la racine du disque
    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
     
    PPM - Programmer's Package Manager version 3.2.
    Copyright (c) 2001 ActiveState Corp. All Rights Reserved.
    ActiveState is a division of Sophos.
     
    Entering interactive shell. Using Term::ReadLine::Perl as readline library
     
    Type 'help' to get started.
     
    ppm> help
    Type 'help command' for more detailed help on a command.
      Commands:
        describe   - describes packages in detail
        exit       - exits the program
        help       - prints this screen, or help on 'command'
    qaund je tape rep j'ai ca
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    ppm> rep
    Repositories:
    [1] ActiveState PPM2 Repository
    [2] ActiveState Package Repository
    et j'ai ca quand j'essaye d'installer
    ppm> install http://theoryx5.uwinnipeg.ca/ppms/mod_perl.ppd
    Error: No valid repositories:
    Error: 500 Can't connect to ppm.ActiveState.com:80 (connect: Unknown error)
    Error: 500 Can't connect to ppm.ActiveState.com:80 (connect: Unknown error)

    Merci[/code]

  14. #14
    Expert éminent
    Avatar de Jedai
    Homme Profil pro
    Enseignant
    Inscrit en
    Avril 2003
    Messages
    6 245
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Côte d'Or (Bourgogne)

    Informations professionnelles :
    Activité : Enseignant

    Informations forums :
    Inscription : Avril 2003
    Messages : 6 245
    Points : 8 586
    Points
    8 586
    Par défaut
    Tu es bien connecté à internet ?
    Tu passes à travers un proxy ?

    --
    Jedaï

  15. #15
    Membre du Club
    Profil pro
    Inscrit en
    Février 2005
    Messages
    85
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2005
    Messages : 85
    Points : 62
    Points
    62
    Par défaut
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
     
    Tu es bien connecté à internet ?
    t'exagère un peu je suis en train de te parler.

    Oui je passe par un proxy et je pense qu'il doit bloquer la connection.
    Je vais tester la manipe chez moi
    Mais le script fait quoi exatcement quand tu lance la connetion, il copie des fichier dans le repertoire d'apache?[/code]

  16. #16
    Expert éminent
    Avatar de Jedai
    Homme Profil pro
    Enseignant
    Inscrit en
    Avril 2003
    Messages
    6 245
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Côte d'Or (Bourgogne)

    Informations professionnelles :
    Activité : Enseignant

    Informations forums :
    Inscription : Avril 2003
    Messages : 6 245
    Points : 8 586
    Points
    8 586
    Par défaut
    mpinstall te fait l'installation complète de mod_perl en interactif a priori.
    ppm est un utilitaire qui vient avec ActivePerl et qui permet d'installer des modules Perl précompilés (dont la partie en C a été compilées plutôt).
    Franchement je te conseille d'oublier ta tentation vers le côté obscur (PHP, cf ton nouveau post) et d'utiliser cette doc pour passer outre ton problème de proxy :
    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
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
     
    PPM, Proxies and Firewalls
     
    If you use a proxy server or firewall, you might have trouble running PPM. A common error message seen in such a situation is:
     
        "Can't call method "name" without a package or object reference at C:/Perl/site/lib/PPM/UI.pm line 1077."
     
    Here is the solution.
     
       1.
          Set Environment Vars
     
          Up to three environment variables need to be set.
     
              Under Windows XP
                 1. Open the Control Panel and click the System icon.
                    The System Properties dialog is displayed.
                 2. On the Advanced tab, click on Environment Variables.
                    The Environment Variables dialog is displayed.
                 3. Click New in the System variables panel.
                    The New Sytem Variable dialog is displayed.
                 4. Add the setting HTTP_proxy, with your proxy name as the value. You must include "http://" and the proxy port, if applicable; for example, "http://proxy:8080/".
                 5. If you require a user name and/or password to access your proxy, click New again to add each of the settings HTTP_proxy_user and HTTP_proxy_pass, with your user name and password as the respective values.
     
              Under Windows 200x
                 1. Right click on My Computer.
                 2. Click on Properties and select the Advanced tab.
                 3. Click "Environment Variables".
                    The "System Variables" dialog appears.
     
                 4. Click New, and add the setting HTTP_proxy, with your proxy name as the value (you must include "http://"), followed by a colon and the proxy port, if applicable; e.g., "http://proxy:8080/"
                 5. If you require a user name and/or password to access your proxy, click New again to add each of the settings HTTP_proxy_user and HTTP_proxy_pass, with your user name and password as the respective values.
     
              Under Windows NT
                 1. Right click on My Computer.
                 2. Click on Properties, select the Environment tab.
                 3. Add the setting HTTP_proxy, with your proxy name as the value (you must include "http://"), followed by a colon and the proxy port, if applicable; for example, "http://proxy:8080/"
                 4. If you require a user name and/or password to access your proxy, add the settings HTTP_proxy_user and HTTP_proxy_pass, with your user name and password as the respective values.
     
              Under Windows 98/ME
                 1. Select Start > Run to open the Run dialog, enter msconfig in the Open field and then click OK.
                    The System Configuration Utility dialog is displayed.
                 2. Click on the Autoexec.bat tab, and add the following entries:
                        * SET HTTP_proxy=<your proxy server (you must include "http://", followed by a colon and the proxy port, if applicable; e.g., SET HTTP_proxy=http://proxy:8080/
                        * SET HTTP_proxy_user=<your user name> (if required)
                        * SET HTTP_proxy_pass=<your password> (if required)
                 3. Click OK to save these settings.
                    The System Settings Change dialog is displayed.
                 4. Click Yes to restart your computer so that the changes take effect.
     
              Under Windows 95
              In your AUTOEXEC.BAT file, place the following lines then reboot so the changes can take effect:
                 1. SET HTTP_proxy=<your proxy server (you must include "http://", followed by a colon and the proxy port, if applicable; e.g., SET HTTP_proxy=http://proxy:8080/
                 2. SET HTTP_proxy_user=<your user name> (if required)
                 3. SET HTTP_proxy_pass=<your password> (if required)
     
       2.
          Try using PPM
     
          With your internet connection active, try using PPM again. Try to install a small package, like File-Slurp. You'll know that it still fails if you see an error stating that it can't find a ppd file for the specified package.
       3.
          Further Information and Help
     
          If there were problems with any of the above hints, please see Troubleshooting for information regarding further help.
     
          NOTE: If none of the changes in this document work for you, you may download individual packages from here [ActivePerl 801 and later] or here [ActivePerl 613 and later] or here [ActivePerl 522 and earlier] and install them according to the directions in the README file contained within the ZIP file. If you want, you can also keep a local repository, with several .ppd files in a permanent repository directory, and their .tar.gz files in an x86 directory beneath that.
    Cette doc est accessible chez toi par Demarrer/Programmes/ActivePerl*/documentation.htm
    En plus beau...
    Et avec plein d'autres choses très pratiques.

    Une fois que tu auras installé le mod_perl avec ppm, peut-être qu'il faudra transférer un fichier dans le répertoire modules de Apache, mais on avisera dans ce cas.

    --
    Jedaï

  17. #17
    Membre du Club
    Profil pro
    Inscrit en
    Février 2005
    Messages
    85
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2005
    Messages : 85
    Points : 62
    Points
    62
    Par défaut
    C bon le mod_perl est installer.

    J'ai configurer apache :

    Je charge le fichier et le .so
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
     
    LoadFile "C:/Serveur/Perl/bin/perl58.dll"
    LoadModule perl_module modules/mod_perl.so
    j'ai rajouter un alias
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    ScriptAlias /cgi/ "C:/Serveur/Apache2/cgi-bin/"
    l'extention .pl
    AddHandler cgi-script  .pl
    Dans le lien que tu m'a donné il dise de rajouter ca mais si je le met ca me renvoit une internal server error donc je l'ai pas mi.
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    #<Location /cgi-bin>
    #   SetHandler perl-script
    #   PerlHandler Apache::Registry
    #   Options +ExecCGI
    #   PerlSendHeader On
    #</Location>
    Il y avait ca qui etait deja la, je l'ai mi en commentaire ca a l'air de servir a rien.
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    # "C:/Serveur/Apache2/cgi-bin" should be changed to whatever your ScriptAliased
    # CGI directory exists, if you have that configured.
    #
    #<Directory "C:/Serveur/Apache2/cgi/">
    #  AllowOverride None
    #   Options indexes
    #   Order allow,deny
    #   Allow from all
    #</Directory>
    Mon probleme maintenant c que je ne suis pas sur que perl fonctionne en module.

    Je ne vois aucune difference entre avant ou je l'utilisait en cgi et maintenant en module.
    Ce qui me fait dire que j'ai mal configurer mon module c que lorque je met en commentaire ca,
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    #LoadModule cgi_module modules/mod_cgi.so
    Apache ne m'interprete plus mon code perl et m'envoi a l'ecran mon code source.

    Comment être sur que le mod_perl soit opérationnel?

    Merci

    Edité par GLDavid, merci de penser à mettre les balises codes

  18. #18
    Expert confirmé
    Avatar de GLDavid
    Homme Profil pro
    Service Delivery Manager
    Inscrit en
    Janvier 2003
    Messages
    2 852
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 47
    Localisation : France, Seine Saint Denis (Île de France)

    Informations professionnelles :
    Activité : Service Delivery Manager
    Secteur : Industrie Pharmaceutique

    Informations forums :
    Inscription : Janvier 2003
    Messages : 2 852
    Points : 4 759
    Points
    4 759
    Par défaut
    Salut

    Ca fait un paquet de posts que tu fais où tu ne mets pas les balises codes. Essaies de les mettre la prochaine fois, ton post n'en sera que plus lisible.
    Sinon dans ton httpd.conf, il y a ces lignes :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    #<Location /cgi-bin>
    #   SetHandler perl-script
    #   PerlHandler Apache::Registry
    #   Options +ExecCGI
    #   PerlSendHeader On
    #</Location>
    Il faudrait que tu les décommentes. Avec ça, tu places tes scripts Perl dans le répertoire CGI indiqué par l'alias et l'URL pour y accéder sera http://localhost/cgi-bin/toto.pl par exemple. Bien naturellement, tu peux aussi dans le répertoire de ton choix dans httpd.conf ajouter cette ligne en plus pour y exécuter des scripts CGI : Options +ExecCGI

    @++
    GLDavid
    Consultez la FAQ Perl ainsi que mes cours de Perl.
    N'oubliez pas les balises code ni le tag

    Je ne répond à aucune question technique par MP.

  19. #19
    Membre du Club
    Profil pro
    Inscrit en
    Février 2005
    Messages
    85
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2005
    Messages : 85
    Points : 62
    Points
    62
    Par défaut
    C bon il fallait configuer perl en cgi et en module pour que le module fonctionne.
    ++

  20. #20
    Membre régulier
    Profil pro
    Inscrit en
    Juillet 2006
    Messages
    187
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Juillet 2006
    Messages : 187
    Points : 73
    Points
    73
    Par défaut Doute
    Ayant moi aussi un soucis avec PPM, je me demande si ca peut venir du proxy.
    La version de PPM est 4.01 et Active Perl 5.8.8.822.
    Mais quand j'essaie d'accéder aux repositories, j'ai bien le message :

    Downloading xxx packlist... failed 500 Can't connect to www.xxx.com:80 (connect: Unknown error)
    - Cette erreur est elle forcément lié à un proxy?
    - Est il toujours possible d'installer les modules manuellement?

+ Répondre à la discussion
Cette discussion est résolue.
Page 1 sur 2 12 DernièreDernière

Discussions similaires

  1. Installation module DBI pour PERL sous windows 7 / PERL V5.16.3
    Par julien43120 dans le forum Programmation et administration système
    Réponses: 6
    Dernier message: 06/05/2014, 13h11
  2. installer un package PERL sous windows
    Par mouna201 dans le forum Modules
    Réponses: 6
    Dernier message: 27/11/2007, 19h18
  3. comment installer un module perl sous windows
    Par Melvine dans le forum Modules
    Réponses: 4
    Dernier message: 05/10/2007, 17h36
  4. probleme d'install de perl sous windows
    Par Melvine dans le forum Modules
    Réponses: 13
    Dernier message: 06/09/2006, 11h28
  5. Quelqu'un a-t-il déjà installé sapdb sous Windows
    Par vanquish dans le forum Autres SGBD
    Réponses: 6
    Dernier message: 05/12/2002, 16h44

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo