Home Directory

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Directory

larrydhelms

Reviews(1)
bylarrydhelms, October 9, 2017
$ yum install centos-release-scl
$ yum install devtoolset-4

$ export CC=/opt/rh/devtoolset-4/root/usr/bin/gcc
$ export CPP=/opt/rh/devtoolset-4/root/usr/bin/cpp
$ export CXX=/opt/rh/devtoolset-4/root/usr/bin/c++

$ scl enable devtoolset-4 bash
$ cd /tmp/mk-livestatus-1.2.8p18

$ make
$ make install