cisco / joy

A package for capturing and analyzing network flow data and intraflow data, for network research, forensics, and security monitoring.
Other
1.31k stars 329 forks source link

fix ubuntu build_pkg bugs #290

Open Chen-Jt opened 4 years ago

Chen-Jt commented 4 years ago

In ubuntu 18.04 , the depedency of "libcurl3" and "libcurl4-openssl-dev" cannot be installed at the same time. So need to change "libcurl3" to "libcurl4" , then install the dependency of "libcurl4", it will work.