Working from the GIT site (https://github.com/simsong/tcpflow/) I'm trying to install the latest version of TCPFLOW. I have done the apt-get update and then the upgrade so I'm sure the OS is up-to-date. When I run the
Code: Select all
git clone --recursive https://github.com/simsong/tcpflow.git
Code: Select all
cd tcpflow
bash bootstrap.sh
./configure
make
sudo make install
Code: Select all
bash bootstrap.sh
If I list the new tcpflow directory, sure enough there is no bootstrap.sh file.
What have I done wrong? Thanks....RDK