trying to run the cmake gave the below error:
-bash: cmake: command not found
Install the cmake using port.
sudo port cmake
then entered cmake …
it shown below.
-- *** Will build version 20110914-160 ***
-- Configuring done
-- Generating done
-- Build files have been written to: /Users//Desktop/r/callflow-20120624-180/build
then the below command
sudo make install
when trying to run, it was failing with the below error.
callflow: error: setup directory "/usr/local/callflow" does not exist
Adjust your configuration
Found the links mentioned in the reference.
sudo mkdir /usr/local/callflow
trying to run again
h$ callflow pre-15050101.pcap
getopt: illegal option -- l
getopt: illegal option -- g
Terminating...
gave the terminating.
References:
No comments:
Post a Comment