crossroadsfpga / pigasus

100Gbps Intrusion Detection and Prevention System
663 stars 73 forks source link

No such file config_changes.txt #4

Closed rewingchow1 closed 3 years ago

rewingchow1 commented 3 years ago

When running command "make -j $(nproc) install", I get the following warning. When line 110 is commented out frompigasus/software/build_pigasus/doc/cmake_install.cmake it works fine. Is there something I missed in the prior steps for not having config_changes.txt?

Screen Shot 2021-06-30 at 1 25 43 AM

hsadok commented 3 years ago

Hi Randy,

Thank you for reporting this. This file is part of the Snort docs and should not affect Pigasus' behavior. But you should not be having this issue.

Are you using Ubuntu 18.04? I wonder if this is caused by not having ruby properly installed in your system. Would you mind trying to install ruby and repeating the steps to see if the problem goes away?

rewingchow1 commented 3 years ago

Hi Hugo,

I am using Ubuntu 16.04 on one system and Ubuntu 20.04 on the other system. This was tried on both systems. I do not have ruby installed on my system and this might be the issue. Will try again.

Thanks, Randy Screen Shot 2021-07-06 at 2 01 44 PM Screen Shot 2021-07-06 at 2 01 55 PM

rewingchow1 commented 3 years ago

Installing Ruby fixed the issue on both systems. Thanks Hugo.