比較バージョン

キー

  • この行は追加されました。
  • この行は削除されました。
  • 書式設定が変更されました。

...

パネル
borderColor#cccccc
bgColor#eeeeee
borderStylesolid

# wget http://download.opensuse.org/repositories/security:/shibboleth/CentOS_7/security:shibboleth.repo

 yumにrepositoryファイルを追加します。
  (コロンはちょっと気持ち悪いので、ファイル名も変更しています。)

パネル
borderColor#cccccc
bgColor#eeeeee
borderStylesolid

# cp security\:shibboleth.repo /etc/yum.repos.d/shibboleth.repo


2. インストール

  yum コマンドの実行前に、まず※PGP鍵のインポートを参照してください。
  yumコマンドを使用する為、依存性のあるunixODBCなども同時にインストールされます。

パネル
borderColor#cccccc
bgColor#eeeeee
borderStylesolid

# yum install shibboleth

  なお、OSインストール直後の状態でyum install shibbolethでインストールされるパッケージは以下の通りです。
  (2013年10月22日現在, CentOS 7にて)

パネル
borderColor#cccccc
bgColor#eeeeee
borderStylesolid

shibboleth 2.6.0-2.1

libcurl-openssl  (*)

liblog4shib1

libmemcached  (*)

libsaml9

libxml-security-c17

libxmltooling7

opensaml-schemas

unixODBC

xerces-c

xmltooling-schemas

(2012年11月14日注:CentOS 5の場合は libcurl-openssl, libmemcached はインストールされません)
(2011年6月21日注:ここでliblog4shib1でなく古いlog4shibがインストールされた場合は
yum update liblog4shib1
を実行してアップデートしてください)

...