Re: hyperscan and boost broken when i try to install thoses
"Oleksii Shumeiko -X \(oshumeik - SOFTSERVE INC at Cisco\) via Snort-users" <[email protected]>
| Newsgroups | gmane.comp.security.ids.snort.general |
|---|---|
| Message-ID | <[email protected]> |
Hi. I assume, you try to install Hyperscan from sources. The advice here is to refer to Hyperscan's documentation. From the error message, it appears that there is no Makefile generated yet in your targeted directory. In my case, I installed Hyperscan using the following commands: cd hyperscan-5.x.x mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=/usr/local ../ make -j$(nproc) sudo make install Hopefully, this could help. Have a nice day ahead, Alexey On 20 Feb 2022, at 16:12, Dorian ROSSE via Snort-users <[email protected]<mailto:[email protected]>> wrote: hello, hyperscan and boost broken when i try to install thoses : ''':~/snort_src/hyperscan-5.4.0$ sudo make -j 4 && sudo make -j 4 install make: *** Pas de cible spécifiée et aucun makefile n'a été trouvé. Arrêt.''' tahnk you in advance to help myself install correctly this dependancy snort 3, Regards. Dorian ROSSE. _______________________________________________ Snort-users mailing list [email protected]<mailto:[email protected]> Go to this URL to change user options or unsubscribe: https://lists.snort.org/mailman/listinfo/snort-users To unsubscribe, send an email to: [email protected]<mailto:[email protected]> Please visit http://blog.snort.org<http://blog.snort.org/> to stay current on all the latest Snort news! Please follow these rules: https://snort.org/faq/what-is-the-mailing-list-etiquette _______________________________________________ Snort-users mailing list [email protected] Go to this URL to change user options or unsubscribe: https://lists.snort.org/mailman/listinfo/snort-users To unsubscribe, send an email to: [email protected] Please visit http://blog.snort.org to stay current on all the latest Snort news! Please follow these rules: https://snort.org/faq/what-is-the-mailing-list-etiquette