slimhase wrote: > Oh boy. > Did: sudo apt-get install libssl-dev which went fine. > Then sudo perl -MCPAN -e 'install Crypt::OpenSSL::RSA' > which didnt: > > Code: -------------------- > > > Reading '/root/.cpan/Metadata' > Database was generated on Thu, 13 Dec 2018 14:54:17 GMT > Running install for module 'Crypt::OpenSSL::RSA' > Running make for T/TO/TODDR/Crypt-OpenSSL-RSA-0.31.tar.gz > Checksum for /root/.cpan/sources/authors/id/T/TO/TODDR/Crypt-OpenSSL-RSA-0.31.tar.gz ok > ---- Unsatisfied dependencies detected during ---- > ---- TODDR/Crypt-OpenSSL-RSA-0.31.tar.gz ---- > Crypt::OpenSSL::Guess [build_requires] > Running make test > Make had some problems, won't test > Delayed until after prerequisites > Running make install > Make had some problems, won't install > Delayed until after prerequisites > Running install for module 'Crypt::OpenSSL::Guess' > Running make for A/AK/AKIYM/Crypt-OpenSSL-Guess-0.11.tar.gz > Fetching with HTTP::Tiny: > http://httpupdate140.cpanel.net/CPAN/authors/id/A/AK/AKIYM/Crypt-OpenSSL-Guess-0.11.tar.gz > Fetching with HTTP::Tiny: > http://httpupdate140.cpanel.net/CPAN/authors/id/A/AK/AKIYM/CHECKSUMS > Checksum for /root/.cpan/sources/authors/id/A/AK/AKIYM/Crypt-OpenSSL-Guess-0.11.tar.gz ok > > CPAN.pm: Building A/AK/AKIYM/Crypt-OpenSSL-Guess-0.11.tar.gz > > Checking if your kit is complete... > Looks good > Warning: prerequisite perl 5.008001 not found. > Writing Makefile for Crypt::OpenSSL::Guess > Writing MYMETA.yml and MYMETA.json > AKIYM/Crypt-OpenSSL-Guess-0.11.tar.gz > make -- NOT OK > 'YAML' not installed, will not store persistent state > Running make test > Can't test without successful make > Running make install > Make had returned bad status, install seems impossible > Running make for T/TO/TODDR/Crypt-OpenSSL-RSA-0.31.tar.gz > Warning: Prerequisite 'Crypt::OpenSSL::Guess => 0.11' for 'TODDR/Crypt-OpenSSL-RSA-0.31.tar.gz' failed when processing 'AKIYM/Crypt-OpenSSL-Guess-0.11.tar.gz' with 'make => NO'. Continuing, but chances to succeed are limited. > > CPAN.pm: Building T/TO/TODDR/Crypt-OpenSSL-RSA-0.31.tar.gz > > Can't locate Crypt/OpenSSL/Guess.pm in @INC (you may need to install the Crypt::OpenSSL::Guess module) (@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at Makefile.PL line 6. > BEGIN failed--compilation aborted at Makefile.PL line 6. > Warning: No success on command[/usr/bin/perl Makefile.PL INSTALLDIRS=site] > TODDR/Crypt-OpenSSL-RSA-0.31.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 determine prerequisites > -------------------- > > > > As i did most of it in a cut&paste fashion, I am now at a loss.... > Any guidance would be highly appreciated.....
if you are not used to build, I recommend you update your Debian distribution, really. You might not have build tools on your system. If you really want to continue, you can try to add build essentials and then add RSA module which needs a proper C toolchain to be installed sudo apt-get install build-essential sudo cpan Crypt::OpenSSL::RSA LMS 7.7, 7.8 and 7.9 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBoxOne, XBMC, Foobar2000, ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2, , Pi B3, B2, Pi B+, 2xPi A+, Odroid-C1, Odroid-C2, Cubie2, Yamaha WX-010, AppleTV 4, Airport Express, GGMM E5 ------------------------------------------------------------------------ philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261 View this thread: http://forums.slimdevices.com/showthread.php?t=106289 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
