Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cant install pre reqs #104

Open
jamieduk opened this issue Sep 22, 2022 · 5 comments
Open

cant install pre reqs #104

jamieduk opened this issue Sep 22, 2022 · 5 comments

Comments

@jamieduk
Copy link

jamieduk commented Sep 22, 2022

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
Copy link
Contributor

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
Copy link
Author

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
Copy link
Author

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
Copy link
Author

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
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants