Theory5 / BroScriptStuff

Bro Script Default Repository for Theory
3 stars 0 forks source link

configure errors need ReadLine pkg #9

Closed secure411dotorg closed 10 years ago

secure411dotorg commented 10 years ago

CMake Error at CMakeLists.txt:33 (message): Could not find prerequisite package 'Readline'

secure411dotorg commented 10 years ago

Success is found only with apt-get install libreadline6-dev

./configure --with-pcap=/usr/lib/x86_64-linux-gnu --with-broccoli=/usr/local/bro
Build Directory : build
Source Directory: /opt/timemachine
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found FLEX: 2.5.35 
-- Found BISON: /usr/bin/bison 
-- Found PCAP: /usr/lib/x86_64-linux-gnu/libpcap.so 
-- Performing Test PCAP_LINKS_SOLO
-- Performing Test PCAP_LINKS_SOLO - Success
-- Looking for pcap_get_pfring_id
-- Looking for pcap_get_pfring_id - not found
-- Found Readline: /usr/include 
-- Looking for include files CMAKE_HAVE_PTHREAD_H
-- Looking for include files CMAKE_HAVE_PTHREAD_H - 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 
-- Found Broccoli: /usr/local/bro/lib/libbroccoli.so 

==================|  TimeMachine Build Summary  |====================

Install prefix:    /usr/local
Config File Dir:   /usr/local/etc
Debug mode:        false

CC:                /usr/bin/gcc
CFLAGS:             -Wall -Wno-unused -O2 -g
CXX:               /usr/bin/c++
CXXFLAGS:           -Wall -Wno-unused -O2 -g
CPP:               /usr/bin/c++

Broccoli:          true
================================================================

-- Configuring done
-- Generating done
-- Build files have been written to: /opt/timemachine/build
Theory5 commented 10 years ago

Added libreadline6-dev to original package install.