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:
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