voipmonitor / sniffer

VoIPmonitor sniffer sources
226 stars 105 forks source link

cant install pre reqs #104

Open jamieduk opened 1 year ago

jamieduk commented 1 year ago

The following packages have unmet dependencies. libjson0-dev : Depends: libjson-c-dev (= 0.11-4ubuntu2.6) but 0.12.1-1.3ubuntu0.3 is to be installed

also i trying to install on linux mint not a rpi!

voipmonitor-petr commented 1 year ago

I tested now on latest Mint21-Vanessa and not facing dependencies problems (used libjson-c-dev there instead of libjson0-dev). What version of linux Mint are you using there?

jamieduk commented 1 year ago

I found a couple missing packages the latest update to README so far is

sudo apt install -y libpng-dev libgcrypt-dev libfftw3-dev libgoogle-perftools-dev unixodbc-dev libsnappy-dev libcurl4-openssl-dev libjson-c-dev libjson0-dev cmake doxygen valgrind librrd-dev libxml2-dev libmysqlclient-dev

I am now wondering about the mysql stuff, I have to be careful as im running a working mysql it wont effect any of my current mysql will it?

Im seeing this...

checking for mysql_config executable... not found - apt-get install libmysqlclient-dev | yum install mysql-devel or yum install mysql-community-devel

jamieduk commented 1 year ago

Good news

\ \ / / | || |) | ' ` \ / | ' | | / _ | '_| \ V / () | || /| | | | | | () | | | | | || () | | _/ _/__|| || || ||\/|| |||___/||

lzma compression enabled : yes gnutls library enabled (SIP TLS) : no tcmalloc (faster *alloc) lib found : yes libpng lib found : yes fftw3 lib found : yes openssl >= 1.0.1 found : yes openssl >= 1.1.1 found tls 1.3 enabled : yes

shared binary: run make static binary: run make static

check README_*.md

Last UPDATE: sudo apt install -y libpng-dev libgcrypt-dev libfftw3-dev libgoogle-perftools-dev unixodbc-dev libsnappy-dev libcurl4-openssl-dev libjson-c-dev libjson0-dev cmake doxygen valgrind librrd-dev libxml2-dev libmysqlclient-dev libmysqlclient-dev liblzo2-dev now what?

jamieduk commented 1 year ago

latest error is

gnutls library enabled (SIP TLS) : no

but i cant seem to install it E: Unable to locate package gnutls

also found this interesting https://www.computerworld.com/article/2695470/serious-flaw-in-gnutls-library-endangers-ssl-clients-and-systems.html

voipmonitor-petr commented 1 year ago

Please, read the ouput of ./configure carefully, not only the end ./configure|less

checking for gnutls_init in -lgnutls... no configure: Unable to find gnutls - disabling SIP TLS decoder. apt-get install gnutls-dev | yum install gnutls-devel

apt-get install gnutls-dev installed in my mint21

Package: libgnutls28-dev Version: 3.7.3-4ubuntu1.1

so as you can see it shouldn't be affected by flaw experienced in versions bellow 3.3.3 from 2014 you shared the link for.