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

Web Perl Discussion :

Module Crypt::SSLeay avec LAMPP & OpenSSL


Sujet :

Web Perl

  1. #1
    Candidat au Club
    Inscrit en
    Mars 2006
    Messages
    3
    Détails du profil
    Informations forums :
    Inscription : Mars 2006
    Messages : 3
    Points : 3
    Points
    3
    Par défaut Module Crypt::SSLeay avec LAMPP & OpenSSL
    Bonjour a tous,

    je suis en trait d install un script perl http://sourceforge.net/projects/mediadispatch/ sous un lampp 1.6.2 (/opt/lampp/): ubuntu 7.04 et je but sur le probleme suivant:

    Lors de l installation je doit ajoute le module suivant Crypt::SSLeay, donc je passe via cpan avec la cmd suivant:

    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
    67
    68
    69
     
    cpan> install Crypt::SSLeay
    CPAN: Storable loaded ok
    Going to read /home/tamors/.cpan/Metadata
      Database was generated on Fri, 29 Jun 2007 07:58:12 GMT
    Running install for module Crypt::SSLeay
    Running make for D/DL/DLAND/Crypt-SSLeay-0.55.tar.gz
    CPAN: Digest::MD5 loaded ok
    Checksum for /home/tamors/.cpan/sources/authors/id/D/DL/DLAND/Crypt-SSLeay-0.55.tar.gz ok
    Scanning cache /home/tamors/.cpan/build for sizes
    Crypt-SSLeay-0.55
    Crypt-SSLeay-0.55/t
    Crypt-SSLeay-0.55/Changes
    Crypt-SSLeay-0.55/lib
    Crypt-SSLeay-0.55/certs
    Crypt-SSLeay-0.55/MANIFEST
    Crypt-SSLeay-0.55/TODO
    Crypt-SSLeay-0.55/typemap
    Crypt-SSLeay-0.55/MANIFEST.SKIP
    Crypt-SSLeay-0.55/eg
    Crypt-SSLeay-0.55/SSLeay.pm
    Crypt-SSLeay-0.55/SSLeay.xs
    Crypt-SSLeay-0.55/README
    Crypt-SSLeay-0.55/Makefile.PL
    Crypt-SSLeay-0.55/META.yml
    Crypt-SSLeay-0.55/eg/lwp-ssl-test
    Crypt-SSLeay-0.55/eg/net-ssl-test
    Crypt-SSLeay-0.55/certs/ca-bundle.crt
    Crypt-SSLeay-0.55/certs/notacakeynopass.pem
    Crypt-SSLeay-0.55/certs/notacacert.pem
    Crypt-SSLeay-0.55/lib/Crypt
    Crypt-SSLeay-0.55/lib/Net
    Crypt-SSLeay-0.55/lib/Net/SSL.pm
    Crypt-SSLeay-0.55/lib/Crypt/SSLeay
    Crypt-SSLeay-0.55/lib/Crypt/SSLeay/MainContext.pm
    Crypt-SSLeay-0.55/lib/Crypt/SSLeay/Conn.pm
    Crypt-SSLeay-0.55/lib/Crypt/SSLeay/X509.pm
    Crypt-SSLeay-0.55/lib/Crypt/SSLeay/Err.pm
    Crypt-SSLeay-0.55/lib/Crypt/SSLeay/CTX.pm
    Crypt-SSLeay-0.55/t/00-basic.t
    Crypt-SSLeay-0.55/t/02-live.t
    Crypt-SSLeay-0.55/t/01-connect.t
    Removing previously used /home/tamors/.cpan/build/Crypt-SSLeay-0.55
     
      CPAN.pm: Going to build D/DL/DLAND/Crypt-SSLeay-0.55.tar.gz
     
    Skipping testcover target, ExtUtils::MakeMaker::Coverage not found
    ========================================================================
    No installed SSL libraries found in any of the following places.
        /usr/local/openssl
        /usr/local/ssl
        /local/ssl
        /opt/ssl
        /usr/local
        /local
        /usr
    You will have to either specify a directory location at the following
    prompt, or rerun the Makefile.PL program and use the --lib switch
    to specify the path. If the path in question is considered standard
    on your platform, please consider filing a bug report in order to
    have it taken into account in a subsequent version of Crypt::SSLeay.
     
    Which SSL install path do you want to use?  /opt/lampp/lib
    /opt/lampp/lib does not appear to be an SSL library installation, since
    the required header files were not found. The build cannot proceed.
    Running make test
      Make had some problems, maybe interrupted? Won't test
    Running make install
      Make had some problems, maybe interrupted? Won't install
    le probleme est que je ne trouve pas ou est cacher la lib openSSL dans LAMPP. et que je n-arrive pas a donnee un chemin lors de l'install sous cpan. Si qqun a un solution je suis preneur.

    Bonne journee

  2. #2
    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
    Il faut installer le paquet openssl-dev ou un truc comme ça.

    --
    Jedaï

  3. #3
    Candidat au Club
    Inscrit en
    Mars 2006
    Messages
    3
    Détails du profil
    Informations forums :
    Inscription : Mars 2006
    Messages : 3
    Points : 3
    Points
    3
    Par défaut yesssss
    Effectivement j'ai jouté les paquets suivant:
    • libcrypt-openssl-bignum-perl
    • libcrypt-openssl-dsa-perl
    • libcrypt-openssl-random-perl
    • libcrypt-openssl-rsa-perl
    • libcrypt-ssleay-perl


    je pense que j'en ai trop mise mais bon maintenant ça fonctionne !!! (c'est le paquet en gras qui me semble est la solution).

    Merci beaucoup Jedai pour l'info et bonne journée a tous !

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. Réponses: 5
    Dernier message: 14/04/2011, 15h29
  2. Installation du Module Crypt::SSLeay
    Par Bruni007 dans le forum Modules
    Réponses: 4
    Dernier message: 10/10/2008, 20h22
  3. pb avec le module Crypt-DES-2.05
    Par super_dz dans le forum Modules
    Réponses: 6
    Dernier message: 10/09/2007, 15h49
  4. Installation du module crypt::ssleay
    Par Yoteco dans le forum Modules
    Réponses: 1
    Dernier message: 02/10/2006, 13h44
  5. module d'ecoute avec le 9i
    Par hassengl dans le forum Oracle
    Réponses: 6
    Dernier message: 04/07/2006, 12h32

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