I would like some help compiling VoipMonitor 2.1 on PIAF, this seems to be a pretty nice diagnostic tool and i would like to test this bit of software.
http://www.voipmonitor.org/
I have installed everything they ask in the README.centos file, but when i run the make command here is the output i got:
Can someone give me a little hint about this ?? Thanx!
http://www.voipmonitor.org/
I have installed everything they ask in the README.centos file, but when i run the make command here is the output i got:
Code:
g++ -c codec_alaw.cpp -g3 -Wall -I /usr/local/include/mysql++/ -I /usr/include/mysql++/ -I /usr/include/mysql/ -g3 -Wall -I jitterbuffer/ -L/usr/local/lib/ -Lgzstream/
g++ -c codec_ulaw.cpp -g3 -Wall -I /usr/local/include/mysql++/ -I /usr/include/mysql++/ -I /usr/include/mysql/ -g3 -Wall -I jitterbuffer/ -L/usr/local/lib/ -Lgzstream/
g++ -c format_wav.cpp -g3 -Wall -I /usr/local/include/mysql++/ -I /usr/include/mysql++/ -I /usr/include/mysql/ -g3 -Wall -I jitterbuffer/ -L/usr/local/lib/ -Lgzstream/
g++ -c calltable.cpp -g3 -Wall -I /usr/local/include/mysql++/ -I /usr/include/mysql++/ -I /usr/include/mysql/ -g3 -Wall -I jitterbuffer/ -L/usr/local/lib/ -Lgzstream/
g++ -c rtp.cpp -g3 -Wall -I /usr/local/include/mysql++/ -I /usr/include/mysql++/ -I /usr/include/mysql/ -g3 -Wall -I jitterbuffer/ -L/usr/local/lib/ -Lgzstream/
g++ -c voipmonitor.cpp -g3 -Wall -I /usr/local/include/mysql++/ -I /usr/include/mysql++/ -I /usr/include/mysql/ -g3 -Wall -I jitterbuffer/ -L/usr/local/lib/ -Lgzstream/
rtp.cpp: In member function âvoid RTP::jitterbuffer(ast_channel*, int)â:
rtp.cpp:229: warning: taking address of temporary
voipmonitor.cpp: In function âint main(int, char**)â:
voipmonitor.cpp:369: error: âpcap_createâ was not declared in this scope
voipmonitor.cpp:373: error: âpcap_set_snaplenâ was not declared in this scope
voipmonitor.cpp:377: error: âpcap_set_promiscâ was not declared in this scope
voipmonitor.cpp:381: error: âpcap_set_timeoutâ was not declared in this scope
voipmonitor.cpp:391: error: âpcap_set_buffer_sizeâ was not declared in this scope
voipmonitor.cpp:396: error: âpcap_activateâ was not declared in this scope
make: *** [voipmonitor.o] Error 1