cannot run C compiled programs when compiling nagios core

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
DougReimers
Posts: 5
Joined: Wed May 04, 2022 1:55 am

Re: cannot run C compiled programs when compiling nagios cor

Post by DougReimers »

The problem here has been resolved by:

export PATH=/path/to/gcc-4.9.2/bin/:$PATH
export LD_LIBRARY_PATH=/path/to/gcc-4.9.2/lib64/:$LD_LIBRARY_PATH
./configure --prefix=/path/to/ --host=arm
Hope this will help you.
Locked