そろそろやばい、fwbackupsを使ってlinuxバックアップに挑戦

まずソースダウンロード。

fwbackups-1.43.3rc3.tar.bz2

で、

解凍。

bzip2 -dc fwbackups-1.43.3rc3 | tar xvf –


# cd fwbackups-1.43.3rc3

# ./configure –prefix=/usr

checking for a BSD-compatible install… /usr/bin/install -c
checking whether build environment is sane… yes
checking for a thread-safe mkdir -p… /bin/mkdir -p
checking for gawk… gawk
checking whether make sets $(MAKE)… yes
checking for a Python interpreter with version >= 2.4… python
checking for python… /usr/bin/python
checking for python version… 2.5
checking for python platform… linux2
checking for python script directory… ${prefix}/lib/python2.5/site-packages
checking for python extension module directory… ${exec_prefix}/lib/python2.5/site-packages
checking whether NLS is requested… yes
checking for style of include used by make… GNU
checking for gcc… gcc
checking for C compiler default output file name… a.out
checking whether the C compiler works… yes
checking whether we are cross compiling… no
checking for suffix of executables…
checking for suffix of object files… o
checking whether we are using the GNU C compiler… yes
checking whether gcc accepts -g… yes
checking for gcc option to accept ISO C89… none needed
checking dependency style of gcc… none
checking for intltool-update… no
checking for intltool-merge… no
checking for intltool-extract… no
configure: error: The intltool scripts were not found. Please install intltool.

エラーが出た。

# yum install intltool

で、インストール。&再度実行。

# ./configure –prefix=/usr

で、一応インストールできたけど、ssh経由でリモートできないじゃない・・・

バージョン古いみたいで。。。

あぁ、、こんなにも焦っているのに・・!!

今日頑張ります。

著者:bouya Imamura