タグ

ブックマーク / blog.kakakikikeke.com (1)

  • PerlとCPANとYAML

    最近のcpanはyamlを必要としているのでcpanを使う前にyamlのインストールとcpanの初期設定が必要になる場合はあります Warning (usually harmless): 'YAML' not installed, will not store persistent state という警告がcpanでinstall実行時に出る場合は以下の設定をやってみましょう rpm -Uvh http://fr2.rpmfind.net/linux/dag/redhat/el5/en/x86_64/rpmforge/RPMS/rpmforge-release-0.5.2-2.el5.rf.x86_64.rpm yum -y install libyaml-devel yum -y install *YAML* perl -MCPAN -e shell cpan> upgrade cpan

    ryouzo
    ryouzo 2014/07/14
  • 1