私は以前これをやったことがありますが、昨日私はそれを動作させることができませんでした! Ressberry Pi v2でJessieを実行する。GITサイトからJessieを実行しているPi V2にTCPFLOWをインストールする
GITサイト(https://github.com/simsong/tcpflow/)からの作業TCPFLOWの最新バージョンをインストールしようとしています。私は
apt-get update
を行っているし、その後
apt-get upgrade
ので、私はOSが最新であることを確認しています。私は私のラズベリーパイV2はジェシーを実行する上でこれらのスクリプトのいずれかを実行している必要がある場合、私はわからない
To compile for Linux Be sure you have the necessary precursors. There are files in the root directory that will do this for you, depending on your host operating system:
CONFIGURE_ARCH_17_8.sh CONFIGURE_FEDORA_18.sh CONFIGURE_FEDORA_26.sh CONFIGURE_UBUNTU_16_04.sh
:
は前に私が気づいていないgitのサイトでいくつかのコメントがあるように思われます?私の古いノートと、私はエラーメッセージなしでOK実行するように思わ
git clone --recursive https://github.com/simsong/tcpflow.git
コマンドを実行してgitのサイト上の他のドキュメント、次
しかし、。しかし、私は残りのコマンドを実行しようとすると:
cd tcpflow
bash bootstrap.sh
./configure
make
sudo make install
それはbootstrap.shが存在しないことを言って
bash bootstrap.sh
行に失敗しました!
新しいtcpflowディレクトリを指定すると、bootstrap.shファイルがないことを確認してください。
実行するように見えるが、不足しているモジュールのエラーを与えたん
bootstrap.bash
があります。私はその問題を修正するために、これを実行しました:今
bash bootstrap.bash
を再実行
sudo apt-get update --fix-missing
sudo apt-get install git gcc g++ automake autoconf libpcap-dev libboost-dev libssl-dev zlib1g-dev libcairo2-dev
は、これらのメッセージを与えた:
autom4te: cannot create autom4te.cache: No such file or directory autoheader: '/usr/bin/autom4te' failed with exit status: 1 autom4te: cannot create autom4te.cache: No such file or directory aclocal: error: echo failed with exit status: 1 autom4te: cannot create autom4te.cache: No such file or directory autom4te: cannot create autom4te.cache: No such file or directory automake: error: autoconf failed with exit status: 1 be sure to run ./configure
今、私は
./configure
を実行しようとすると、私が手コマンドが見つからないか、ファイルが見つかりましたエラー。
この全プロセスは以前実行した時間と全く異なり、私のメモやGITサイトのドキュメントには従いません。ヘルプ .... RDK