Hi, I am taking a look at net/bro (strongly novice with this software), and I encountered a library issue.
I installed bro using pkg_add, and libbind was installed too. After reading pkg-readmes/bro-2.4.1p2, I configured the recommanded files (bro/node.cfg, login.conf), and I ran: $ doas broctl install Error: running "bro -v" failed with output: bro: can't load library 'libbind.so.5.0' I think it is because libbind.so is special and located at unusual place (/usr/local/lib/libbind/libbind.so.5.0). Does any additionnal modifications are needed to run bro ? or I should just provide a LD_LIBRARY_PATH ? Thanks. -- Sebastien Marie