error installing agent on Centos 7

Started by ZacHow, September 11, 2018, 02:49:23 PM

Previous topic - Next topic

ZacHow

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.

StanHubble

you probably want:
yum install libcurl-devel

ZacHow

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?

Tursiops

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.