The command sudo cpan install Filter::Crypto gives the following result:

sudo cpan install Filter::Crypto Reading '/root/.cpan/Metadata' Database was generated on Wed, 19 Feb 2014 02:06:18 GMT Running install for module 'Filter::Crypto' Running make for S/SH/SHAY/Filter-Crypto-2.03.tar.gz Fetching with LWP: http://cpan.weepeetelecom.nl/authors/id/S/SH/SHAY/Filter-Crypto-2.03.t +ar.gz Fetching with LWP: http://cpan.weepeetelecom.nl/authors/id/S/SH/SHAY/CHECKSUMS Checksum for /root/.cpan/sources/authors/id/S/SH/SHAY/Filter-Crypto-2. +03.tar.gz ok CPAN.pm: Building S/SH/SHAY/Filter-Crypto-2.03.tar.gz Subroutine Module::Install::PRIVATE::define redefined at inc/Module/In +stall/PRIVATE.pm line 53. Subroutine Module::Install::PRIVATE::inc redefined at inc/Module/Insta +ll/PRIVATE.pm line 53. Subroutine Module::Install::PRIVATE::libs redefined at inc/Module/Inst +all/PRIVATE.pm line 53. Subroutine Module::Install::PRIVATE::opts redefined at inc/Module/Inst +all/PRIVATE.pm line 53. Subroutine get_shay_private_obj redefined at inc/Module/Install/PRIVAT +E.pm line 70. Subroutine process_opts redefined at inc/Module/Install/PRIVATE.pm lin +e 74. Subroutine check_compiler redefined at inc/Module/Install/PRIVATE.pm l +ine 176. Subroutine query_scripts redefined at inc/Module/Install/PRIVATE.pm li +ne 283. Subroutine setup_env redefined at inc/Module/Install/PRIVATE.pm line 3 +34. Subroutine is_win32 redefined at inc/Module/Install/PRIVATE.pm line 34 +6. Subroutine prompt_yes_no redefined at inc/Module/Install/PRIVATE.pm li +ne 350. Subroutine prompt_dir redefined at inc/Module/Install/PRIVATE.pm line +362. Subroutine prompt_list redefined at inc/Module/Install/PRIVATE.pm line + 375. Subroutine prompt_validate redefined at inc/Module/Install/PRIVATE.pm +line 417. Subroutine show_found_var redefined at inc/Module/Install/PRIVATE.pm l +ine 445. Subroutine exit_with_version redefined at inc/Module/Install/PRIVATE.p +m line 453. Subroutine exit_with_help redefined at inc/Module/Install/PRIVATE.pm l +ine 471. Subroutine exit_with_manpage redefined at inc/Module/Install/PRIVATE.p +m line 479. Subroutine exit_with_usage redefined at inc/Module/Install/PRIVATE.pm +line 487. Subroutine exit_with_error redefined at inc/Module/Install/PRIVATE.pm +line 495. Subroutine use_default_response redefined at inc/Module/Install/PRIVAT +E.pm line 508. Subroutine _isa_tty redefined at inc/Module/Install/PRIVATE.pm line 52 +0. *** Module::AutoInstall version 1.06 *** Checking for Perl dependencies... *** Since we're running under CPAN, I'll just let it take care of the dependency's installation later. [Core Features] - Test::More ...loaded. (0.98) - blib ...loaded. (1.06) - Exporter ...loaded. (5.64_03) - Fcntl ...loaded. (1.11) - Scalar::Util ...loaded. (1.23) - Text::ParseWords ...loaded. (3.27) - XSLoader ...loaded. (0.13) [crypt_file -e tempfile support] - File::Temp ...loaded. (0.22) [PAR::Filter support] - PAR::Filter ...loaded. (0.03) - File::Temp ...loaded. (0.22) [Fuller PAR::Filter::Crypto testing] - Archive::Zip ...loaded. (1.37) [POD testing] - Test::Pod ...loaded. (1.48 >= 1.00) *** Module::AutoInstall configuration finished. Where is your OpenSSL or SSLeay? [/usr] /usr/bin/ Error (103): No include directory found at Makefile.PL line 112 Warning: No success on command[/usr/bin/perl Makefile.PL INSTALLDIRS=s +ite] 'YAML' not installed, will not store persistent state SHAY/Filter-Crypto-2.03.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- NOT OK Running make test Make had some problems, won't test Running make install Make had some problems, won't install Could not read metadata file. Falling back to other methods to determi +ne prerequisites

The environment:
TERM=xterm PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LANG=de_DE.UTF-8 LANGUAGE= DISPLAY=:0 SHELL=/bin/bash LOGNAME=root USER=root USERNAME=root MAIL=/var/mail/root HOME=/root SUDO_COMMAND=/usr/bin/env SUDO_USER=indesu SUDO_UID=1000 SUDO_GID=1000

Debian 7.4.0 and Perl 5.14.2.

What is meant by the (script)question "Where is your OpenSSL?". The only openssl I could find is in /usr/bin. Is this what the install script was asking for?

Your help is very much appreciated.

Best regards - Jo

In reply to Linux: Problem installing Filter::Crypto by jowe

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.