voipmonitor / sniffer

VoIPmonitor sniffer sources
226 stars 105 forks source link

Trouble: Static build #79

Open SANCOMLIMITED opened 3 years ago

SANCOMLIMITED commented 3 years ago

Hi!

Is there a separate instructions to build "static" executable?

In Debian 10 and CentOS7 (all x64) there was error with *.a libraries absence. In CentOS6 there is error with g++ itself and *.a libraries also: g++: unrecognized option '-static-libstdc++' /usr/bin/ld: cannot find -licuuc collect2: ld returned 1 exit status make: *** [static] Error 1

voipmonitor commented 2 years ago

Hi,

building static sniffer is a tricky and usually you have to compile a lot of libraries yourself

SANCOMLIMITED commented 2 years ago

Hi,

building static sniffer is a tricky and usually you have to compile a lot of libraries yourself

I supposed such case. Could you share a script for such buulding if you have any?

voipmonitor commented 2 years ago

we are bulding it in one dedicated virtual, there is no script to build such virtual from scratch

kvishnivetsky commented 2 years ago

Hi!

Is it possible to build custom static voipmonitor with our patches?