how to install libio-socket-ssl-perl on tiny core Linux?

5,024

libio-socket-ssl-perl is the Debian package name for the IO::Socket::SSL Perl module.

It can be installed directly from CPAN using cpan or the simpler cpanm commands (note: you will need the OpenSSL libraries installed first).

# cpanm IO::Socket::SSL
Share:
5,024

Related videos on Youtube

Ian Solomein
Author by

Ian Solomein

Updated on September 18, 2022

Comments

  • Ian Solomein
    Ian Solomein over 1 year

    I found this commands on another pages:

    apt-get install libio-socket-ssl-perl

    tce-load -wi libio-socket-ssl-perl

    but doesnt work.

    Any idea to install libio-socket-ssl-perl on tiny core Linux?

    • Oliver Salzburg
      Oliver Salzburg almost 12 years
      What's the output of tce-load -wi libio-socket-ssl-perl?
    • Ian Solomein
      Ian Solomein almost 12 years
      Downloading: libio-socket-ssl-perl.tcz wget: server returned error: HTTP/1.1 404 Not found connecting to distro.ibiblio.org wget: server returned error: HTTP/1.1 404 Not found md5sum: libio-socket-ssl-perl.tcz.txt: no such file or directory error on libio-socket-ssl-perl.tcz
  • Geremia
    Geremia over 10 years
    If you don't want to use cpanm, this work: cpan -i IO::Socket::SSL