[Bro] Compiling bro 2.4.1 on Ubuntu && ARM (HELP Please)

Azoff, Justin S jazoff at illinois.edu
Thu Sep 17 06:06:09 PDT 2015


> On Sep 15, 2015, at 6:57 AM, Ludwig Goon <lagoon7 at gmail.com> wrote:
> 
> Trying to compile bro 2.4.1 on linux. After setting up the packages for compile I run the ./configure scriipt and get the following error:
> 
> 
> -- Looking for include file pthread.h
> -- Looking for include file pthread.h - found
> -- Looking for pthread_create
> -- Looking for pthread_create - not found
> -- Looking for pthread_create in pthreads
> -- Looking for pthread_create in pthreads - not found
> -- Looking for pthread_create in pthread
> -- Looking for pthread_create in pthread - found
> -- Found Threads: TRUE  

This is not your problem..

> CMake Error at doc/CMakeLists.txt:14 (message):
>   Problem setting BROPATH

..this is your problem.


That error comes from doc/CMakeLists.txt where it tries to run ./build/bro-path-dev

What happens when you run

    cmake --version
    ./build/bro-path-dev

It is just a one line shell script that echos a path, so it should not be failing.



-- 
- Justin Azoff




More information about the Bro mailing list