NetXMS Support Forum

English Support => General Support => Topic started by: ZacHow on September 11, 2018, 02:49:23 PM

Title: error installing agent on Centos 7
Post by: ZacHow on September 11, 2018, 02:49:23 PM
Hi,

Everything is pretty much summed up in the screenshots. I have libcurl installed and up to date, but NetXMS is saying otherwise!

Please let me know the solution.

Many thanks,

Zac.
Title: Re: error installing agent on Centos 7
Post by: StanHubble on September 11, 2018, 08:08:15 PM
you probably want:
yum install libcurl-devel
Title: Re: error installing agent on Centos 7
Post by: ZacHow on September 13, 2018, 01:22:26 PM
Quote from: StanHubble on September 11, 2018, 08:08:15 PM
you probably want:
yum install libcurl-devel

Thanks, that got me past the 1st error.

now getting this one, what dependency am I missing now?

Is there not a list of them somewhere?
Title: Re: error installing agent on Centos 7
Post by: Tursiops on September 13, 2018, 02:48:01 PM
Assuming you want to compile with MQTT support, you'll need to install the matching mosquitto-devel package.
https://breadfit.wordpress.com/2015/06/24/installing-mosquitto-under-centos/ might help (it's a guide on installing Mosquitto on CentOS 7, not specifically mentioning the mosquitto-devel package though).
If you don't need MQTT, simply compiling without it should remove the need for mosquitto-devel.