ヘクトアイのインストール



  1. インストールスクリプトを使う場合

    $ ls
    install*			sgwb-bin.tgz
    libghttp-axe-patch-20020314	sgwb-mg2.tgz
    libghttp-bin.tgz		uninstall*
    $ su
    $ password: rootme (表示されません)
    # ./install
    


  2. 個別にlibghttpをインストールする場合

    iPAQ版
    $ su
    $ password: rootme (表示されません)
    # tar xvzfp libghttp-bin.tgz -C /usr/sg
    # exit
    $
    

    Mobile Gear II版
    $ su
    $ password: rootme (表示されません)
    # tar xvzfp libghttp-bin-mg2.tgz -C /usr/lib
    # exit
    $
    


  3. 個別にヘクトアイのバイナリをインストールする場合

    iPAQ版
    $ su
    $ password: rootme (表示されません)
    # tar xvzfp sgwb-bin.tgz -C /usr/sg
    # exit
    $ 

    Mobile Gear II版
    $ su
    $ password: rootme (表示されません)
    # tar xvzfp sgwb-bin-mg2.tgz -C /usr/local
    # exit
    $ 


  4. アンインストール

    $ su
    $ password: rootme (表示されません)
    # ./uninstall