Apr 162006
Big BrotherクローンであるBig Sisterを試そうと思い、まずは前提ソフトウェアであるRRDtoolを入れようとしました。
CSWでパッケージが提供されているので簡単に済むと思ったのですが、pkg-getでエラーになってしまいます。
# pkg-get -i rrdtool No existing install of CSWrrd found. Installing... Trying http://ibiblio.org/pub/packages/solaris/csw/unstable/sparc/5.10/rrdtool-1.0.49,REV=2004.09.10-SunOS5.8-sparc-CSW.pkg.gz --20:10:41-- http://ibiblio.org/pub/packages/solaris/csw/unstable/sparc/5.10/rrdtool-1.0.49,REV=2004.09.10-SunOS5.8-sparc-CSW.pkg.gz => `rrdtool-1.0.49,REV=2004.09.10-SunOS5.8-sparc-CSW.pkg.gz' Resolving ibiblio.org... 152.2.210.80 Connecting to ibiblio.org[152.2.210.80]:80... connected. HTTP request sent, awaiting response... 200 OK Length: 1,293,274 [text/plain] 100%[====================================>] 1,293,274 49.61K/s ETA 00:00 20:11:16 (36.32 KB/s) - `rrdtool-1.0.49,REV=2004.09.10-SunOS5.8-sparc-CSW.pkg.gz' saved [1293274/1293274] Analysing special files... 8409 blocks ERROR: no info for SUNWcslx. Cannot install dependancy. ERROR: could not install required dependancies for CSWrrd
本家のBTSを見にいったら「rrdtool can not be installed on Solaris 10」というバグ報告があげられてました。別バージョンのSolarisでコンパイルしてしまったようですので、そちらに記載されているURLからパッケージをダウンロードしてインストールします。
# wget -N http://www.blastwave.org/testing/rrdtool-1.2.11,REV=2005.12.02-SunOS5.8-sparc-CSW.pkg.gz # gunzip rrdtool-1.2.11\,REV\=2005.12.02-SunOS5.8-sparc-CSW.pkg.gz # pkgadd -d rrdtool-1.2.11\,REV\=2005.12.02-SunOS5.8-sparc-CSW.pkg The following packages are available: 1 CSWrrd rrdtool - Round Robin Database graphing tool (sparc) 1.2.11,REV=2005.12.02 Select package(s) you wish to process (or 'all' to process all packages). (default: all) [?,??,q]: 1 : Installation of <cswrrd> was successful.
Sorry, the comment form is closed at this time.