linux:perl

文書の過去の版を表示しています。


perl のビルドとインストール

$ curl -O -k https://www.activestate.com/products/activeperl/downloads/thank-you/?dl=https://downloads.activestate.com/ActivePerl/releases/5.26.3.2603/ActivePerl-5.26.3.2603-x86_64-linux-glibc-2.15-a701e55e0.tar.gz

※-k オプションで SSL サイトへの接続を許可しないと以下のエラーになる。

curl: (60) Peer certificate cannot be authenticated with given CA certificates
$ tar zxvf ActivePerl-5.26.3.2603-x86_64-linux-glibc-2.15-a701e55e0.tar.gz 

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now

$ sudo yum-builddep ~/rpmbuild/SPECS/perl.spec
  • linux/perl.1547694515.txt.gz
  • 最終更新: 2019/05/18 02:23
  • (外部編集)