Installing TCPFLOW from the GIT site - Raspberry Pi Forums


i've done before today can not work! running jessie on raspberry pi v2.

working git site (https://github.com/simsong/tcpflow/) i'm trying install latest version of tcpflow. have done apt-get update and upgrade i'm sure os up-to-date. when run

code: select all

git clone --recursive https://github.com/simsong/tcpflow.git
command seems run ok no error messages. when try run rest of commands:

code: select all

 cd tcpflow bash bootstrap.sh ./configure make sudo make install  
if fails on

code: select all

bash bootstrap.sh
line saying bootstrap.sh not exist!

if list new tcpflow directory, sure enough there no bootstrap.sh file.

have done wrong? thanks....rdk

looking @ git repo filename bootstrap.bash instead of bootstrap.sh


raspberrypi



Comments

Popular posts from this blog

Error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode - Raspberry Pi Forums

class MPU6050 has no member named begin

missing filename after '-o'